File: unsupported.xhtml

package info (click to toggle)
xhtmlrenderer 0.0~R8%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 11,288 kB
  • ctags: 7,218
  • sloc: java: 46,036; xml: 1,518; makefile: 27; sh: 11
file content (23 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
    <head>
        <link rel="stylesheet" type="text/css" href="general.css" title="Style" media="screen" />
        <link rel="stylesheet" type="text/css" href="print.css" title="Style" media="print" />
        <style type="text/css">
        </style>
    </head>
    <body>
    <p class="link left-link"><a href="demoNav:back">Previous Page</a></p>
    <p class="link right-link"><a href="demoNav:forward">Next Page</a></p>
      <p id="fslogo">Flying Saucer XML/CSS2 Renderer</p>

      <span id="pagebyline">Unsupported Features</span>

      <p>Flying Saucer has support for most of the features of CSS 2.1. There are minor pieces missing--
		  for example, table pagination, full coverage of content property, lots of small things.
		  We encourage you to report any bugs you find to the mailing list and we will work hard to fix them.
		  Our goal is 100% CSS 2.1 spec compliance.
	  </p>

    </body>
</html>