Update CSS tests to revision 584b6cdd10401df603bd7bdf4ec801fcddc65468

This commit is contained in:
Ms2ger 2015-09-04 12:21:22 +02:00
parent 8d21a79246
commit 58b5cd27de
1279 changed files with 30378 additions and 18158 deletions

View file

@ -4,6 +4,7 @@
<title>CSS Test: HTTP Charset vs BOM</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/at-charset-001-ref.htm">
<meta name="flags" content="http">
<meta name="assert" content="The Byte Order Mark in the stylesheet overrides the HTTP charset setting.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: HTTP Charset over @charset</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="http">
<meta name="assert" content="The HTTP charset setting overrides the @charset designation in the stylesheet.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: HTTP charset over link charset</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="http">
<meta name="assert" content="The HTTP charset setting overrides the charset designation in the link tag.">
<link charset="windows-1252" href="support/at-charset-003.css" rel="Stylesheet">

View file

@ -4,6 +4,7 @@
<title>CSS Test: HTTP charset over set referring code page (UTF-8)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="http">
<meta name="assert" content="The HTTP charset setting overrides the referring document's code page.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: HTTP charset over set referring code page (windows-1252)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="http">
<meta name="assert" content="The HTTP charset setting overrides the charset designation in the referring document's meta tag.">
<meta http-equiv="Content-Type" content="text/html; windows-1252">

View file

@ -4,6 +4,7 @@
<title>CSS Test: HTTP charset over referring code page (not set)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="http">
<meta name="assert" content="The HTTP charset setting overrides the charset of referring document.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset over link charset attribute</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The @charset setting in the stylesheet overrides the charset attribute of the link element.">
<link rel="Stylesheet" href="support/at-charset-007.css" charset="windows-1252">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset over referring document's code page (set)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The @charset setting in the stylesheet overrides the referring document's set code page.">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset over referring document's code page (unset)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The @charset setting in the stylesheet overrides the referring document's unset code page.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: Link charset attribute over referring document's codepage (set)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet's encoding is determined by the link element's charset attribute and not the referring document's code page.">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

View file

@ -4,6 +4,7 @@
<title>CSS Test: Link charset attribute over referring document's codepage (not set)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet's encoding is determined by the link element's charset attribute and not the referring document's code page.">
<link rel="stylesheet" href="support/at-charset-011.css" charset="shift-JIS">

View file

@ -4,6 +4,7 @@
<title>CSS Test: Stylesheet encoding via the referring document's encoding (set)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet's encoding is determined by the set encoding of the referring document.">
<meta http-equiv="Content-Type" content="text/html; charset=shift-JIS">

View file

@ -4,6 +4,7 @@
<title>CSS Test: Matching BOM and @charset (utf-8)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The encoding is correctly interpreted from the matched BOM and @charset.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: Matching BOM and @charset (utf-16 LE)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The encoding is correctly interpreted from the matched BOM and @charset.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: Matching BOM and @charset (utf-16 BE)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The encoding is correctly interpreted from the matched BOM and @charset.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: BOM with no @charset (utf-8)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is correctly interpreted as utf-8.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: BOM with no @charset (utf-16LE)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is correctly interpreted as utf-16LE.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: BOM with no @charset (utf-16BE)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is correctly interpreted as utf-16BE.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset specified (windows-1252)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is correctly interpreted as windows-1252.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset specified (Shift-JIS)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is correctly interpreted as Shift-JIS.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset specified (ISO-8859-6)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is correctly interpreted as ISO-8859-6.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset specified (Big5)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is correctly interpreted as Big5.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset specified (UTF-8)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is correctly interpreted as UTF-8.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset specified (UTF-16LE)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is not interpreted as UTF-16LE.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset specified (UTF-16BE)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is not interpreted as UTF-16BE.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: Non-matching @charset (UTF-16BE with UTF-8 @charset)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is thrown out due to the mismatched @charset.">
<style type="text/css">
@ -15,7 +16,7 @@
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<p>Test passes if both lines of "Filler Text" below are green.</p>
<div class="星期二价泌">Filler Text</div>
<div id="div1">Filler Text</div>
</body>

View file

@ -4,6 +4,7 @@
<title>CSS Test: Non-matching @charset (UTF-32LE with UTF-16BE @charset)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is thrown out due to the mismatched @charset.">
<style type="text/css">
@ -15,7 +16,7 @@
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<p>Test passes if both lines of "Filler Text" below are green.</p>
<div class="星期二价泌">Filler Text</div>
<div id="div1">Filler Text</div>
</body>

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset does not match BOM (UTF8 encoding and BOM with UTF-16BE @charset)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is interpreted as UTF-8.">
<style type="text/css">
@ -15,7 +16,7 @@
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<p>Test passes if both lines of "Filler Text" below are green.</p>
<div class="星期二价泌">Filler Text</div>
<div id="div1">Filler Text</div>
</body>

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset does not match BOM (UTF-16LE encoding and BOM with UTF-8 @charset)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is interpreted as UTF-8.">
<style type="text/css">
@ -15,7 +16,7 @@
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<p>Test passes if both lines of "Filler Text" below are green.</p>
<div class="星期二价泌">Filler Text</div>
<div id="div1">Filler Text</div>
</body>

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset does not match BOM (UTF-32BE encoding and BOM with UTF-16BE @charset)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="UTF-32 is not supported.">
<style type="text/css">
@ -15,7 +16,7 @@
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<p>Test passes if both lines of "Filler Text" below are green.</p>
<div class="星期二价泌">Filler Text</div>
<div id="div1">Filler Text</div>
</body>

View file

@ -4,6 +4,7 @@
<title>CSS Test: Mismatched endianness in @charset (UTF-16LE encoding and BOM with UTF-16BE @charset)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is interpreted as UTF-16LE.">
<style type="text/css">
@ -15,7 +16,7 @@
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<p>Test passes if both lines of "Filler Text" below are green.</p>
<div class="星期二价泌">Filler Text</div>
<div id="div1">Filler Text</div>
</body>

View file

@ -4,6 +4,7 @@
<title>CSS Test: Mismatched endianness in @charset (UTF-16BE encoding and BOM with UTF-16LE @charset)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is interpreted as UTF16BE.">
<style type="text/css">
@ -15,7 +16,7 @@
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<p>Test passes if both lines of "Filler Text" below are green.</p>
<div class="星期二价泌">Filler Text</div>
<div id="div1">Filler Text</div>
</body>

View file

@ -4,6 +4,7 @@
<title>CSS Test: Endianness not specified (UTF-16LE encoding with UTF-16 @charset)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is not interpreted as UTF-16LE.">
<style type="text/css">
@ -15,7 +16,7 @@
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<p>Test passes if both lines of "Filler Text" below are green.</p>
<div class="星期二价泌">Filler Text</div>
<div id="div1">Filler Text</div>
</body>

View file

@ -4,6 +4,7 @@
<title>CSS Test: Endianness not specified (UTF-16BE encoding with UTF-16 @charset)</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is not interpreted as UTF16-BE.">
<style type="text/css">
@ -15,7 +16,7 @@
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<p>Test passes if both lines of "Filler Text" below are green.</p>
<div class="星期二价泌">Filler Text</div>
<div id="div1">Filler Text</div>
</body>

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset in uppercase</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/filler-text-below-green.htm">
<meta name="flags" content="">
<meta name="assert" content="The selector does not match due to the @charset being ignored.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset missing a space</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/filler-text-below-green.htm">
<meta name="flags" content="">
<meta name="assert" content="The selector does not match due to the @charset being ignored.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset with bogus name</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="at-charset-001.htm">
<meta name="flags" content="">
<meta name="assert" content="The stylesheet is interpreted as UTF-16LE based on BOM.">
<style type="text/css">
@ -15,7 +16,7 @@
</style>
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<p>Test passes if both lines of "Filler Text" below are green.</p>
<div class="平和">Filler Text</div>
<div id="div1">Filler Text</div>
</body>

View file

@ -4,6 +4,7 @@
<title>CSS Test: @charset within style block</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/filler-text-below-green.htm">
<meta name="flags" content="">
<meta name="assert" content="The selector does not match due to the @charset being ignored.">
<style type="text/css">@charset "ISO-8859-1";

View file

@ -5,6 +5,7 @@
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/001.html" type="text/html">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/ref-green-background.htm">
<meta name="flags" content="http">
<style type="text/css">
p { background: red; color: yellow; }
@ -12,6 +13,6 @@
<link rel="stylesheet" href="support/at-charset-071.css">
</head>
<body>
<p class="t&#233;st">This line should be green.</p>
<p class="t&#233;st">This should have a green background.</p>
</body>
</html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/002.html" type="text/html">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/ref-green-background.htm">
<meta name="flags" content="http">
<style type="text/css">
p { background: red; color: yellow; }
@ -12,6 +13,6 @@
<link rel="stylesheet" href="support/at-charset-072.css">
</head>
<body>
<p class="t&#3657;st">This line should be green.</p>
<p class="t&#3657;st">This should have a green background.</p>
</body>
</html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/003.html" type="text/html">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/ref-green-background.htm">
<meta name="flags" content="http">
<style type="text/css">
p { background: red; color: yellow; }
@ -12,6 +13,6 @@
<link rel="stylesheet" href="support/at-charset-073.css">
</head>
<body>
<p class="t&#1097;st">This line should be green.</p>
<p class="t&#1097;st">This should have a green background.</p>
</body>
</html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/004.html" type="text/html">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/ref-green-background.htm">
<meta name="flags" content="http">
<style type="text/css">
p { background: red; color: yellow; }
@ -12,6 +13,6 @@
<link rel="stylesheet" href="support/at-charset-074.css">
</head>
<body>
<p class="t&#1609;st">This line should be green.</p>
<p class="t&#1609;st">This should have a green background.</p>
</body>
</html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/005.html" type="text/html">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/ref-green-background.htm">
<meta name="flags" content="http">
<style type="text/css">
p { background: red; color: yellow; }
@ -12,6 +13,6 @@
<link rel="stylesheet" href="support/at-charset-075.css">
</head>
<body>
<p class="t&#953;st">This line should be green.</p>
<p class="t&#953;st">This should have a green background.</p>
</body>
</html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/006.html" type="text/html">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/ref-green-background.htm">
<meta name="flags" content="http">
<style type="text/css">
p { background: red; color: yellow; }
@ -12,6 +13,6 @@
<link rel="stylesheet" href="support/at-charset-076.css">
</head>
<body>
<p class="t&#1497;st">This line should be green.</p>
<p class="t&#1497;st">This should have a green background.</p>
</body>
</html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/007.html" type="text/html">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset">
<link rel="match" href="reference/ref-green-background.htm">
<meta name="flags" content="http">
<style type="text/css">
p { background: red; color: yellow; }
@ -12,6 +13,6 @@
<link rel="stylesheet" href="support/at-charset-077.css">
</head>
<body>
<p class="t&#1048;st">This line should be green.</p>
<p class="t&#1048;st">This should have a green background.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: @import following a known but invalid @rule</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<meta name="flags" content="invalid">
<meta name="assert" content="@import is respected after known but ignored @rule.">
<style type="text/css">
@ -14,6 +15,6 @@
</style>
</head>
<body>
<p class="import">This sentence must be green.</p>
<p class="import">This text should be green.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: @import following an invalid selector</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<meta name="flags" content="invalid">
<meta name="assert" content="@import is respected after invalid (ignored) rule set">
<style type="text/css">
@ -13,6 +14,6 @@
</style>
</head>
<body>
<p class="import">This sentence must be green.</p>
<p class="import">This text should be green.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: @import following garbage</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<meta name="flags" content="invalid">
<meta name="assert" content="@import is parsed as part of invalid ruleset after garbage.">
<style type="text/css">
@ -14,6 +15,6 @@
</style>
</head>
<body>
<p class="import">This sentence must be green.</p>
<p class="import">This text should be green.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: At-rules</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<style type="text/css">
@import "support/import-green.css";
@ -14,7 +15,7 @@
</head>
<body>
<p class="import">This should be green.</p>
<p class="import">This text should be green.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: At-rules</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<style type="text/css">
@ import "support/import-red.css";
@ -16,7 +17,7 @@
</head>
<body>
<p class="import">This should be green.</p>
<p class="import">This text should be green.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: At-rules</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<meta name="flags" content="invalid">
<style type="text/css">
@ -15,7 +16,7 @@
</head>
<body>
<p class="import">This should be green.</p>
<p class="import">This text should be green.</p>
</body>
</html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors">
<link rel="help" href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">
<link rel="match" href="reference/at-rule-013-ref.htm">
<meta name="flags" content="invalid">
<meta name="assert" content="At-rules inside @media blocks are ignored up to up to the end of the block that contains the invalid at-keyword, or up to and including the next semicolon (;) or up to and including the next block ({...}), whichever comes first.">
<style type="text/css">

View file

@ -4,6 +4,7 @@
<title>CSS Test: At-rules</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<meta name="flags" content="invalid">
<style type="text/css">
@ -17,7 +18,7 @@
</head>
<body>
<p>This should be green.</p>
<p>This text should be green.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: At-rules</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<style type="text/css">
p { color: red; }
@ -16,7 +17,7 @@
</head>
<body>
<p>This should be green.</p>
<p>This text should be green.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: At-rules</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<style type="text/css">
p { color: red; }
@ -16,7 +17,7 @@
</head>
<body>
<p>This should be green.</p>
<p>This text should be green.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: At-rules</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<style type="text/css">
p { color: red; }
@ -16,7 +17,7 @@
</head>
<body>
<p>This should be green.</p>
<p>This text should be green.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: At-rules</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<style type="text/css">
p { color: green; }
@ -16,7 +17,7 @@
</head>
<body>
<p>This should be green.</p>
<p>This text should be green.</p>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: [attr~=""]Attribute Selectors with Empty String Values</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#tokenization">
<link rel="match" href="reference/attribute-token-selector-002-ref.htm">
<meta name="assert" content="[attr~=''] is valid but matches nothing.">
<style type="text/css">
p {

View file

@ -0,0 +1,44 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>CSS Test: The bidi algorithm and inlines in CSS</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/004.html" type="text/html">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model">
<link rel="help" href="http://www.w3.org/TR/css-text-3/#white-space-rules">
<!-- Spaces are collapsed, then reordered, then trimmed. -->
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes">
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction">
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model">
<link rel="help" href="http://unicode.org/reports/tr9/">
<link rel="help" href="http://www.w3.org/TR/html5/rendering.html#phrasing-content-0"> <!-- <br> is a bidi paragraph separator -->
<link rel="match" href="reference/bidi-004-ref.htm">
<meta name="flags" content="may21 ahem">
<style type="text/css">
div p { width: 28em; border: solid; margin: 1em; padding: 0.5em; background: #FFFFCC; color: black; font: 1em/1 Ahem; }
.test { border: solid; padding: 0.4em 1em; line-height: 3em; }
.control { line-height: 3em; }
.control.start { border-style: solid none solid solid; padding: 0.4em 0 0.4em 1em; }
.control.middle { border-style: solid none solid none; padding: 0.4em 0 0.4em 0; }
.control.end { border-style: solid solid solid none; padding: 0.4em 1em 0.4em 0; }
.a { color: navy; }
.b { color: orange; }
</style>
</head>
<body>
<p> The following two blocks should be identical, including overflow. (Force bidi: א) </p>
<div>
<p>
<span class="control a start">pppp&nbsp;pppX&nbsp;ppXp&nbsp;ppXX&nbsp;pXpp</span><br><span class="control b start">pXpX</span>&nbsp;pXXp&nbsp;pXXX&nbsp;Xppp<span class="control a end">&nbsp;XppX</span><br><span class="control b end">XpXp&nbsp;XpXX&nbsp;XXpp&nbsp;XXpX&nbsp;XXXp</span>
</p>
<p>
<!-- (note that everything between the RLO to the PDF is backwards) -->
<!-- line 1...................--> <!-- line 2........................................--> <!-- line 3...................-->
<span class="test a"> pppp pppX ppXp &#x202E; ppXp XXpp XppX </span> pppX XXXp pXXp <span class="test b"> XpXp ppXX XXpX pXpX &#x202C; XXpX XXXp </span>
</p>
</div>
</body>
</html>

View file

@ -4,6 +4,7 @@
<title>CSS Test: Parsing nested blocks and strings in style blocks</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#block">
<link rel="match" href="reference/blocks-001-ref.htm">
<meta name="flags" content="invalid">
<meta name="assert" content="Blocks and strings are parsed with matching terminating pairs.">
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#text-indent">
<link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="match" href="reference/c547-indent-000-ref.htm">
<style type="text/css">
div { font: 24px/1 Ahem; width: 18em; color: blue; }
.one {text-indent: 0.25in;}

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#padding">
<link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="match" href="reference/c5510-padn-000-ref.htm">
<style type="text/css">
body { color: navy; }

View file

@ -5,6 +5,7 @@
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<script type="text/javascript">
var style = document.createElement("style");
var text = document.createTextNode("body { color: red; }");

View file

@ -5,6 +5,7 @@
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<script type="text/javascript">
var style = document.createElementNS("http://www.w3.org/1999/xhtml", "link");
style.setAttribute("type", "text/css");

View file

@ -5,6 +5,7 @@
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<script type="text/javascript" id="script">
var style = document.createElement("style");
var text = document.createTextNode("body { color: red }");

View file

@ -5,6 +5,7 @@
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<script type="text/javascript" id="script">
var style = document.createElementNS("http://www.w3.org/1999/xhtml", "link");
style.setAttribute("type", "text/css");

View file

@ -5,6 +5,7 @@
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<style type="text/css" id="style">
body { color: blue }
</style>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<link rel="stylesheet" type="text/css" id="link" href="support/import-red.css">
<script type="text/javascript">
document.getElementsByTagName("head")[0].removeChild(document.getElementById("link"));

View file

@ -5,6 +5,7 @@
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch">
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html">
<link rel="match" href="reference/ref-this-text-should-be-green.htm">
<style type="text/css" id="test">
p { color: red; }
</style>

View file

@ -4,6 +4,7 @@
<title>CSS Test: Case-sensitivity of Properties and Keywords (background)</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters">
<link rel="match" href="reference/ref-green-background.htm">
<style type="text/css">
p { color: white; }

View file

@ -4,6 +4,7 @@
<title>CSS Test: Case-sensitivity of At-rules (@media)</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters">
<link rel="match" href="reference/ref-green-background.htm">
<style type="text/css">
p { color: white; }

View file

@ -4,6 +4,7 @@
<title>CSS Test: Case-sensitivity of pseudo-classes and pseudo-elements</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters">
<link rel="match" href="reference/case-sensitive-003-ref.htm">
<meta name="assert" content="Pseudo-class and pseudo-element names are ASCII case-insensitive.">
<style type="text/css">
* { color: red; }

View file

@ -4,6 +4,7 @@
<title>CSS Test: Case-sensitivity of :lang() arguments</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters">
<link rel="match" href="reference/case-sensitive-003-ref.htm">
<meta name="assert" content="The argument to :lang() is ASCII case-insensitive.">
<style type="text/css">
.test-folding { color: red; }

View file

@ -4,6 +4,7 @@
<title>CSS Test: Case-sensitivity of counter names</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters">
<link rel="match" href="reference/case-sensitive-005-ref.htm">
<meta name="assert" content="Counter names are case-sensitive.">
<style type="text/css">
.reset { counter-reset: test 5 tEsT 9; }

View file

@ -4,6 +4,7 @@
<title>CSS Test: Case sensitivity with element selectors</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters">
<link rel="match" href="reference/filler-text-below-green.htm">
<meta name="flags" content="HTMLonly">
<meta name="assert" content="Element selectors are case-insensitive in HTML.">
<style type="text/css">

View file

@ -13,7 +13,7 @@
<body>
<h1>CSS 2.1 Conformance Test Suite</h1>
<h2>Visual formatting model details (1481 tests)</h2>
<h2>Visual formatting model details (1449 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -19175,7 +19175,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s10.8">+</a>
<a href="http://www.w3.org/TR/CSS21/visudet.html#line-height">10.8 Line height calculations: the 'line-height' and 'vertical-align' properties</a></th></tr>
<!-- 56 tests -->
<!-- 24 tests -->
<tr id="c43-center-000-10.8" class="ahem image">
<td>
<a href="c43-center-000.htm">c43-center-000</a></td>
@ -19383,358 +19383,6 @@
</ul>
</td>
</tr>
<tr id="vertical-alignment-002a-10.8" class="image">
<td>
<a href="vertical-alignment-002a.htm">vertical-alignment-002a</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'baseline' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-002b-10.8" class="image">
<td>
<a href="vertical-alignment-002b.htm">vertical-alignment-002b</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'baseline' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-003a-10.8" class="ahem image">
<td>
<a href="vertical-alignment-003a.htm">vertical-alignment-003a</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'baseline' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-003b-10.8" class="ahem image">
<td>
<a href="vertical-alignment-003b.htm">vertical-alignment-003b</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'baseline' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-005a-10.8" class="image">
<td>
<a href="vertical-alignment-005a.htm">vertical-alignment-005a</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'sub' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-005b-10.8" class="image">
<td>
<a href="vertical-alignment-005b.htm">vertical-alignment-005b</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'sub' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-008a-10.8" class="image">
<td>
<a href="vertical-alignment-008a.htm">vertical-alignment-008a</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'super' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-008b-10.8" class="image">
<td>
<a href="vertical-alignment-008b.htm">vertical-alignment-008b</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'super' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-011a-10.8" class="image">
<td>
<a href="vertical-alignment-011a.htm">vertical-alignment-011a</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'zero length (0em)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-011b-10.8" class="image">
<td>
<a href="vertical-alignment-011b.htm">vertical-alignment-011b</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'zero length (0em)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-012l-10.8" class="ahem image">
<td>
<a href="vertical-alignment-012l.htm">vertical-alignment-012l</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'zero length (0em)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-012r-10.8" class="ahem image">
<td>
<a href="vertical-alignment-012r.htm">vertical-alignment-012r</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'zero length (0em)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-014a-10.8" class="ahem image">
<td>
<a href="vertical-alignment-014a.htm">vertical-alignment-014a</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-014b-10.8" class="ahem image">
<td>
<a href="vertical-alignment-014b.htm">vertical-alignment-014b</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-015a-10.8" class="ahem image">
<td>
<a href="vertical-alignment-015a.htm">vertical-alignment-015a</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'positive length (0.5em)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-015b-10.8" class="ahem image">
<td>
<a href="vertical-alignment-015b.htm">vertical-alignment-015b</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'positive length (0.5em)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-017a-10.8" class="ahem image">
<td>
<a href="vertical-alignment-017a.htm">vertical-alignment-017a</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'negative length (-0.2em)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-017b-10.8" class="ahem image">
<td>
<a href="vertical-alignment-017b.htm">vertical-alignment-017b</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'negative length (-0.2em)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-018a-10.8" class="ahem image">
<td>
<a href="vertical-alignment-018a.htm">vertical-alignment-018a</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'negative length (-0.5em)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-018b-10.8" class="ahem image">
<td>
<a href="vertical-alignment-018b.htm">vertical-alignment-018b</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'negative length (-0.5em)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-020a-10.8" class="image">
<td>
<a href="vertical-alignment-020a.htm">vertical-alignment-020a</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'zero percentage (0%)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-020b-10.8" class="image">
<td>
<a href="vertical-alignment-020b.htm">vertical-alignment-020b</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'zero percentage (0%)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-021a-10.8" class="ahem image">
<td>
<a href="vertical-alignment-021a.htm">vertical-alignment-021a</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'zero percentage (0%)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-021b-10.8" class="ahem image">
<td>
<a href="vertical-alignment-021b.htm">vertical-alignment-021b</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'zero percentage (0%)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-023a-10.8" class="ahem image">
<td>
<a href="vertical-alignment-023a.htm">vertical-alignment-023a</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-023b-10.8" class="ahem image">
<td>
<a href="vertical-alignment-023b.htm">vertical-alignment-023b</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'positive percentage (80%)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-024a-10.8" class="ahem image">
<td>
<a href="vertical-alignment-024a.htm">vertical-alignment-024a</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'positive percentage (50%)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-024b-10.8" class="ahem image">
<td>
<a href="vertical-alignment-024b.htm">vertical-alignment-024b</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'positive percentage (50%)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-026a-10.8" class="ahem image">
<td>
<a href="vertical-alignment-026a.htm">vertical-alignment-026a</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'negative percentage (-20%)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-026b-10.8" class="ahem image">
<td>
<a href="vertical-alignment-026b.htm">vertical-alignment-026b</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'negative length (-20%)' (alphabetical baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-027a-10.8" class="ahem image">
<td>
<a href="vertical-alignment-027a.htm">vertical-alignment-027a</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'negative percentage (-50%)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
<tr id="vertical-alignment-027b-10.8" class="ahem image">
<td>
<a href="vertical-alignment-027b.htm">vertical-alignment-027b</a></td>
<td></td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>vertical align - 'negative percentage (-50%)' (central baseline with vertical layout)
<ul class="assert">
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s10.8.1">
<tr><th colspan="4" scope="rowgroup">

View file

@ -3943,7 +3943,7 @@
<tr id="content-counter-000-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-000.htm">content-counter-000</a></strong></td>
<td></td>
<td><a href="reference/content-counter-000-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c)
</td>
@ -3951,7 +3951,7 @@
<tr id="content-counter-001-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-001.htm">content-counter-001</a></strong></td>
<td></td>
<td><a href="reference/content-counter-001-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, none)
</td>
@ -3959,7 +3959,7 @@
<tr id="content-counter-002-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-002.htm">content-counter-002</a></strong></td>
<td></td>
<td><a href="reference/content-counter-002-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, disc)
</td>
@ -3967,7 +3967,7 @@
<tr id="content-counter-003-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-003.htm">content-counter-003</a></strong></td>
<td></td>
<td><a href="reference/content-counter-003-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, circle)
</td>
@ -3975,7 +3975,7 @@
<tr id="content-counter-004-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-004.htm">content-counter-004</a></strong></td>
<td></td>
<td><a href="reference/content-counter-004-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, square)
</td>
@ -3983,7 +3983,7 @@
<tr id="content-counter-005-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-005.htm">content-counter-005</a></strong></td>
<td></td>
<td><a href="reference/content-counter-000-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, decimal)
</td>
@ -3991,7 +3991,7 @@
<tr id="content-counter-006-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-006.htm">content-counter-006</a></strong></td>
<td></td>
<td><a href="reference/content-counter-006-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, decimal-leading-zero)
</td>
@ -3999,7 +3999,7 @@
<tr id="content-counter-007-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-007.htm">content-counter-007</a></strong></td>
<td></td>
<td><a href="reference/content-counter-007-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, lower-roman)
</td>
@ -4007,7 +4007,7 @@
<tr id="content-counter-008-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-008.htm">content-counter-008</a></strong></td>
<td></td>
<td><a href="reference/content-counter-008-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, upper-roman)
</td>
@ -4015,7 +4015,7 @@
<tr id="content-counter-009-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-009.htm">content-counter-009</a></strong></td>
<td></td>
<td><a href="reference/content-counter-009-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, georgian)
</td>
@ -4023,7 +4023,7 @@
<tr id="content-counter-010-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-010.htm">content-counter-010</a></strong></td>
<td></td>
<td><a href="reference/content-counter-010-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, armenian)
</td>
@ -4031,7 +4031,7 @@
<tr id="content-counter-011-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-011.htm">content-counter-011</a></strong></td>
<td></td>
<td><a href="reference/content-counter-011-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, lower-latin)
</td>
@ -4039,7 +4039,7 @@
<tr id="content-counter-012-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-012.htm">content-counter-012</a></strong></td>
<td></td>
<td><a href="reference/content-counter-011-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, lower-alpha)
</td>
@ -4047,7 +4047,7 @@
<tr id="content-counter-013-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-013.htm">content-counter-013</a></strong></td>
<td></td>
<td><a href="reference/content-counter-013-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, upper-latin)
</td>
@ -4055,7 +4055,7 @@
<tr id="content-counter-014-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-014.htm">content-counter-014</a></strong></td>
<td></td>
<td><a href="reference/content-counter-013-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, upper-alpha)
</td>
@ -4063,7 +4063,7 @@
<tr id="content-counter-015-12.2.#propdef-content" class="primary">
<td><strong>
<a href="content-counter-015.htm">content-counter-015</a></strong></td>
<td></td>
<td><a href="reference/content-counter-015-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, lower-greek)
</td>
@ -4071,7 +4071,7 @@
<tr id="content-counter-016-12.2.#propdef-content" class="primary invalid">
<td><strong>
<a href="content-counter-016.htm">content-counter-016</a></strong></td>
<td></td>
<td><a href="reference/content-counter-000-ref.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>content: counter() error cases
</td>
@ -8967,7 +8967,7 @@
<tr id="content-counter-000-12.4.2" class="">
<td>
<a href="content-counter-000.htm">content-counter-000</a></td>
<td></td>
<td><a href="reference/content-counter-000-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c)
</td>
@ -8975,7 +8975,7 @@
<tr id="content-counter-001-12.4.2" class="">
<td>
<a href="content-counter-001.htm">content-counter-001</a></td>
<td></td>
<td><a href="reference/content-counter-001-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, none)
</td>
@ -8983,7 +8983,7 @@
<tr id="content-counter-002-12.4.2" class="">
<td>
<a href="content-counter-002.htm">content-counter-002</a></td>
<td></td>
<td><a href="reference/content-counter-002-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, disc)
</td>
@ -8991,7 +8991,7 @@
<tr id="content-counter-003-12.4.2" class="">
<td>
<a href="content-counter-003.htm">content-counter-003</a></td>
<td></td>
<td><a href="reference/content-counter-003-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, circle)
</td>
@ -8999,7 +8999,7 @@
<tr id="content-counter-004-12.4.2" class="">
<td>
<a href="content-counter-004.htm">content-counter-004</a></td>
<td></td>
<td><a href="reference/content-counter-004-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, square)
</td>
@ -9007,7 +9007,7 @@
<tr id="content-counter-005-12.4.2" class="">
<td>
<a href="content-counter-005.htm">content-counter-005</a></td>
<td></td>
<td><a href="reference/content-counter-000-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, decimal)
</td>
@ -9015,7 +9015,7 @@
<tr id="content-counter-006-12.4.2" class="">
<td>
<a href="content-counter-006.htm">content-counter-006</a></td>
<td></td>
<td><a href="reference/content-counter-006-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, decimal-leading-zero)
</td>
@ -9023,7 +9023,7 @@
<tr id="content-counter-007-12.4.2" class="">
<td>
<a href="content-counter-007.htm">content-counter-007</a></td>
<td></td>
<td><a href="reference/content-counter-007-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, lower-roman)
</td>
@ -9031,7 +9031,7 @@
<tr id="content-counter-008-12.4.2" class="">
<td>
<a href="content-counter-008.htm">content-counter-008</a></td>
<td></td>
<td><a href="reference/content-counter-008-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, upper-roman)
</td>
@ -9039,7 +9039,7 @@
<tr id="content-counter-009-12.4.2" class="">
<td>
<a href="content-counter-009.htm">content-counter-009</a></td>
<td></td>
<td><a href="reference/content-counter-009-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, georgian)
</td>
@ -9047,7 +9047,7 @@
<tr id="content-counter-010-12.4.2" class="">
<td>
<a href="content-counter-010.htm">content-counter-010</a></td>
<td></td>
<td><a href="reference/content-counter-010-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, armenian)
</td>
@ -9055,7 +9055,7 @@
<tr id="content-counter-011-12.4.2" class="">
<td>
<a href="content-counter-011.htm">content-counter-011</a></td>
<td></td>
<td><a href="reference/content-counter-011-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, lower-latin)
</td>
@ -9063,7 +9063,7 @@
<tr id="content-counter-012-12.4.2" class="">
<td>
<a href="content-counter-012.htm">content-counter-012</a></td>
<td></td>
<td><a href="reference/content-counter-011-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, lower-alpha)
</td>
@ -9071,7 +9071,7 @@
<tr id="content-counter-013-12.4.2" class="">
<td>
<a href="content-counter-013.htm">content-counter-013</a></td>
<td></td>
<td><a href="reference/content-counter-013-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, upper-latin)
</td>
@ -9079,7 +9079,7 @@
<tr id="content-counter-014-12.4.2" class="">
<td>
<a href="content-counter-014.htm">content-counter-014</a></td>
<td></td>
<td><a href="reference/content-counter-013-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, upper-alpha)
</td>
@ -9087,7 +9087,7 @@
<tr id="content-counter-015-12.4.2" class="">
<td>
<a href="content-counter-015.htm">content-counter-015</a></td>
<td></td>
<td><a href="reference/content-counter-015-ref.htm">=</a> </td>
<td></td>
<td>content: counter(c, lower-greek)
</td>
@ -9095,7 +9095,7 @@
<tr id="content-counter-016-12.4.2" class="invalid">
<td>
<a href="content-counter-016.htm">content-counter-016</a></td>
<td></td>
<td><a href="reference/content-counter-000-ref.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>content: counter() error cases
</td>

View file

@ -627,7 +627,7 @@
<tr id="font-family-invalid-characters-003-15.3" class="primary ahem invalid">
<td><strong>
<a href="font-family-invalid-characters-003.htm">font-family-invalid-characters-003</a></strong></td>
<td></td>
<td><a href="reference/font-family-invalid-characters-002-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Invalid curly brackets and pair matching
<ul class="assert">
@ -638,7 +638,7 @@
<tr id="font-family-invalid-characters-004-15.3" class="primary ahem invalid">
<td><strong>
<a href="font-family-invalid-characters-004.htm">font-family-invalid-characters-004</a></strong></td>
<td></td>
<td><a href="reference/font-family-invalid-characters-002-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Invalid square brackets and pair matching
<ul class="assert">
@ -649,7 +649,7 @@
<tr id="font-family-invalid-characters-005-15.3" class="primary ahem invalid">
<td><strong>
<a href="font-family-invalid-characters-005.htm">font-family-invalid-characters-005</a></strong></td>
<td></td>
<td><a href="reference/font-family-invalid-characters-005-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Invalid quotes and pair matching
<ul class="assert">
@ -660,7 +660,7 @@
<tr id="font-family-invalid-characters-006-15.3" class="primary ahem invalid">
<td><strong>
<a href="font-family-invalid-characters-006.htm">font-family-invalid-characters-006</a></strong></td>
<td></td>
<td><a href="reference/font-family-invalid-characters-006-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Invalid single quotes and pair matching
<ul class="assert">

View file

@ -13,7 +13,7 @@
<body>
<h1>CSS 2.1 Conformance Test Suite</h1>
<h2>Text (608 tests)</h2>
<h2>Text (609 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -41,7 +41,7 @@
<tr id="c547-indent-000-16.1" class="ahem">
<td>
<a href="c547-indent-000.htm">c547-indent-000</a></td>
<td></td>
<td><a href="reference/c547-indent-000-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>text-indent
</td>
@ -9216,7 +9216,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s16.6.1">+</a>
<a href="http://www.w3.org/TR/CSS21/text.html#white-space-model">16.6.1 The 'white-space' processing model</a></th></tr>
<!-- 93 tests -->
<!-- 94 tests -->
<tr id="bidi-001-16.6.1" class="">
<td>
<a href="bidi-001.htm">bidi-001</a></td>
@ -9239,6 +9239,14 @@
</ul>
</td>
</tr>
<tr id="bidi-004-16.6.1" class="ahem may21">
<td>
<a href="bidi-004.htm">bidi-004</a></td>
<td><a href="reference/bidi-004-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="may21" title="Behavior tested is preferred but optional">Optional</abbr></td>
<td>The bidi algorithm and inlines in CSS
</td>
</tr>
<tr id="inlines-016-16.6.1" class="primary ahem">
<td><strong>
<a href="inlines-016.htm">inlines-016</a></strong></td>

View file

@ -13,7 +13,7 @@
<body>
<h1>CSS 2.1 Conformance Test Suite</h1>
<h2>User interface (360 tests)</h2>
<h2>User interface (361 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -37,7 +37,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s18.1">+</a>
<a href="http://www.w3.org/TR/CSS21/ui.html#cursor-props">18.1 Cursors: the 'cursor' property</a></th></tr>
<!-- 41 tests -->
<!-- 42 tests -->
<tr id="cursor-001-18.1" class="image interact">
<td>
<a href="cursor-001.htm">cursor-001</a></td>
@ -483,6 +483,17 @@
</ul>
</td>
</tr>
<tr id="select-cursor-001-manual-18.1" class="HTMLonly interact">
<td>
<a href="select-cursor-001-manual.htm">select-cursor-001-manual</a></td>
<td></td>
<td><abbr class="interact" title="Requires user interaction">Interact</abbr></td>
<td>cursor property and select element
<ul class="assert">
<li>Hovering the pointer over a select menu on top of an element with a cursor set should not display said cursor</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s18.1.#propdef-cursor">
<!-- 34 tests -->

File diff suppressed because it is too large Load diff

View file

@ -35,7 +35,7 @@
<tr id="cascade-import-dynamic-001-5" class="primary">
<td><strong>
<a href="cascade-import-dynamic-001.htm">cascade-import-dynamic-001</a></strong></td>
<td></td>
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
<td></td>
<td>Dynamic sheet append (&lt;style&gt;)
</td>
@ -43,7 +43,7 @@
<tr id="cascade-import-dynamic-002-5" class="primary">
<td><strong>
<a href="cascade-import-dynamic-002.htm">cascade-import-dynamic-002</a></strong></td>
<td></td>
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
<td></td>
<td>Dynamic sheet append (&lt;link&gt;)
</td>
@ -51,7 +51,7 @@
<tr id="cascade-import-dynamic-003-5" class="primary">
<td><strong>
<a href="cascade-import-dynamic-003.htm">cascade-import-dynamic-003</a></strong></td>
<td></td>
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
<td></td>
<td>Dynamic sheet insertion (&lt;style&gt;)
</td>
@ -59,7 +59,7 @@
<tr id="cascade-import-dynamic-004-5" class="primary">
<td><strong>
<a href="cascade-import-dynamic-004.htm">cascade-import-dynamic-004</a></strong></td>
<td></td>
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
<td></td>
<td>Dynamic sheet insertion (&lt;link&gt;)
</td>
@ -67,7 +67,7 @@
<tr id="cascade-import-dynamic-005-5" class="primary">
<td><strong>
<a href="cascade-import-dynamic-005.htm">cascade-import-dynamic-005</a></strong></td>
<td></td>
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
<td></td>
<td>Dynamic sheet deletion (&lt;style&gt;)
</td>
@ -75,7 +75,7 @@
<tr id="cascade-import-dynamic-006-5" class="primary">
<td><strong>
<a href="cascade-import-dynamic-006.htm">cascade-import-dynamic-006</a></strong></td>
<td></td>
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
<td></td>
<td>Dynamic sheet deletion (&lt;link&gt;)
</td>
@ -83,7 +83,7 @@
<tr id="cascade-import-dynamic-control-5" class="primary">
<td><strong>
<a href="cascade-import-dynamic-control.htm">cascade-import-dynamic-control</a></strong></td>
<td></td>
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
<td></td>
<td>Control test
</td>

View file

@ -246,7 +246,7 @@
<tr id="at-rule-013-7.2.1" class="invalid">
<td>
<a href="at-rule-013.htm">at-rule-013</a></td>
<td></td>
<td><a href="reference/at-rule-013-ref.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Ignoring at-rules inside @media blocks
<ul class="assert">
@ -257,7 +257,7 @@
<tr id="matching-brackets-001-7.2.1" class="invalid">
<td>
<a href="matching-brackets-001.htm">matching-brackets-001</a></td>
<td></td>
<td><a href="reference/matching-brackets-001-ref.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Matching brackets and quotes for @rules
<ul class="assert">
@ -268,7 +268,7 @@
<tr id="matching-brackets-002-7.2.1" class="invalid">
<td>
<a href="matching-brackets-002.htm">matching-brackets-002</a></td>
<td></td>
<td><a href="reference/matching-brackets-002-ref.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Matching brackets and quotes for declarations
<ul class="assert">
@ -279,7 +279,7 @@
<tr id="matching-brackets-003-7.2.1" class="invalid">
<td>
<a href="matching-brackets-003.htm">matching-brackets-003</a></td>
<td></td>
<td><a href="reference/matching-brackets-001-ref.htm">=</a> </td>
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
<td>Matching brackets and quotes for selectors
<ul class="assert">

View file

@ -13,7 +13,7 @@
<body>
<h1>CSS 2.1 Conformance Test Suite</h1>
<h2>Box model (2326 tests)</h2>
<h2>Box model (2327 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -8363,7 +8363,7 @@
<tr id="c5510-padn-000-8.4" class="ahem image">
<td>
<a href="c5510-padn-000.htm">c5510-padn-000</a></td>
<td></td>
<td><a href="reference/c5510-padn-000-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>padding
</td>
@ -45568,7 +45568,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s8.6">+</a>
<a href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model">8.6 The box model for inline elements in bidirectional context</a></th></tr>
<!-- 80 tests -->
<!-- 81 tests -->
<tr id="bidi-001-8.6" class="">
<td>
<a href="bidi-001.htm">bidi-001</a></td>
@ -45602,6 +45602,14 @@
</ul>
</td>
</tr>
<tr id="bidi-004-8.6" class="ahem may21">
<td>
<a href="bidi-004.htm">bidi-004</a></td>
<td><a href="reference/bidi-004-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="may21" title="Behavior tested is preferred but optional">Optional</abbr></td>
<td>The bidi algorithm and inlines in CSS
</td>
</tr>
<tr id="bidi-005-8.6" class="">
<td>
<a href="bidi-005.htm">bidi-005</a></td>

View file

@ -13,7 +13,7 @@
<body>
<h1>CSS 2.1 Conformance Test Suite</h1>
<h2>Visual formatting model (1245 tests)</h2>
<h2>Visual formatting model (1246 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -17418,7 +17418,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.10">+</a>
<a href="http://www.w3.org/TR/CSS21/visuren.html#direction">9.10 Text direction: the 'direction' and 'unicode-bidi' properties</a></th></tr>
<!-- 118 tests -->
<!-- 119 tests -->
<tr id="bidi-001-9.10" class="">
<td>
<a href="bidi-001.htm">bidi-001</a></td>
@ -17452,6 +17452,14 @@
</ul>
</td>
</tr>
<tr id="bidi-004-9.10" class="ahem may21">
<td>
<a href="bidi-004.htm">bidi-004</a></td>
<td><a href="reference/bidi-004-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="may21" title="Behavior tested is preferred but optional">Optional</abbr></td>
<td>The bidi algorithm and inlines in CSS
</td>
</tr>
<tr id="bidi-005-9.10" class="">
<td>
<a href="bidi-005.htm">bidi-005</a></td>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/006.html" type="text/html">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#color-units">
<link rel="match" href="reference/color-000-ref.htm">
<meta name="flags" content="invalid">
<style type="text/css">
p.correct { color: red }

View file

@ -4,6 +4,7 @@
<title>CSS Test: Comparing color keywords and hex values</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#color-units">
<link rel="match" href="reference/colors-006-ref.htm">
<meta name="flags" content="">
<meta name="assert" content="Color matching of keywords and hex values.">
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-000-ref.htm">
<style type="text/css">
body { white-space: nowrap; }

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-001-ref.htm">
<style type="text/css">
body { white-space: nowrap; }

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-002-ref.htm">
<style type="text/css">
div { white-space: nowrap; }

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-003-ref.htm">
<style type="text/css">
div { white-space: nowrap; }

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-004-ref.htm">
<style type="text/css">
div { white-space: nowrap; }

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-000-ref.htm">
<style type="text/css">
body { white-space: nowrap; }

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-006-ref.htm">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-007-ref.htm">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-008-ref.htm">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-009-ref.htm">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-010-ref.htm">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-011-ref.htm">
<style type="text/css">
body { white-space: nowrap; }

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles">
<link rel="match" href="reference/content-counter-011-ref.htm">
<style type="text/css">
body { white-space: nowrap; }

Some files were not shown because too many files have changed in this diff Show more