mirror of
https://github.com/servo/servo.git
synced 2025-08-25 07:08:21 +01:00
Update CSS tests to revision b9c63d615a65c4d96f26969bcd504d4e1c3cdab8
This commit is contained in:
parent
0e0e902edd
commit
4d13f9f5d5
641 changed files with 24127 additions and 11370 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'</title>
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'</title>
|
||||
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes">
|
||||
|
@ -11,7 +11,7 @@
|
|||
<link rel="match" href="reference/abs-pos-non-replaced-vrl-004-ref.htm">
|
||||
|
||||
<meta name="flags" content="ahem image">
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'.">
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.">
|
||||
|
||||
<style type="text/css">
|
||||
div#containing-block
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'</title>
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'</title>
|
||||
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes">
|
||||
|
@ -11,7 +11,7 @@
|
|||
<link rel="match" href="reference/abs-pos-non-replaced-vrl-004-ref.htm">
|
||||
|
||||
<meta name="flags" content="ahem image">
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'.">
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.">
|
||||
|
||||
<style type="text/css">
|
||||
div#containing-block
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Test: Stylesheet encoding via the referring document's encoding (user 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">
|
||||
<meta name="flags" content="interact HTMLonly">
|
||||
<meta name="assert" content="The stylesheet's encoding is determined by the user set referring document's encoding.">
|
||||
<link href="http://www.microsoft.com/" rel="author" title="Microsoft">
|
||||
<link href="http://www.w3.org/TR/CSS21/syndata.html#charset" rel="help">
|
||||
<meta content="interact HTMLonly" name="flags">
|
||||
<meta content="The stylesheet's encoding is determined by the user set referring document's encoding." name="assert">
|
||||
<style type="text/css">
|
||||
@import "support/at-charset-013.css";
|
||||
div
|
||||
|
@ -17,7 +16,8 @@
|
|||
<body>
|
||||
<p>PREREQUISITE: Set the encoding of the page to "Shift-JIS".</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="平和">Filler Text</div>
|
||||
<div class="平和">Filler Text</div>
|
||||
<div id="div2">Filler Text</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Test: Case sensitivity of attributes and attribute values in HTML 4.01</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
|
||||
<link rel="match" href="reference/filler-text-below-green.htm">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="HTML 4.01 attribute names are not case sensitive.">
|
||||
<link href="http://www.microsoft.com/" rel="author" title="Microsoft">
|
||||
<link href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors" rel="help">
|
||||
<link href="reference/filler-text-below-green.htm" rel="match">
|
||||
<meta content="HTMLonly" name="flags">
|
||||
<meta content="HTML 4.01 attribute names are not case sensitive." name="assert">
|
||||
<style type="text/css">
|
||||
div[CLASS]
|
||||
{
|
||||
|
@ -17,5 +16,6 @@
|
|||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<div class="div1">Filler Text</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Test: lang attribute selector - att=val</title>
|
||||
<link rel="author" title="Richard Ishida" href="mailto:ishida@w3.org">
|
||||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="lang attribute selector with att=val in HTML should not be case sensitive, and should only match when att is exactly val">
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
|
||||
<link href="mailto:public-testsuites@opera.com" rel="author" title="Eira Monstad, Opera Software ASA">
|
||||
<link href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors" rel="help">
|
||||
<meta content="HTMLonly" name="flags">
|
||||
<meta content="lang attribute selector with att=val in HTML should not be case sensitive, and should only match when att is exactly val" name="assert">
|
||||
<style type="text/css">
|
||||
div[lang = "es"] { color:white;background-color:green; }
|
||||
p[lang = "es"] { color:white;background-color:green; }
|
||||
|
@ -37,5 +36,6 @@
|
|||
<p lang="de">This line should NOT be green <em>and this should not be green either</em></p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Test: lang attribute selector - att |= val</title>
|
||||
<link rel="author" title="Richard Ishida" href="mailto:ishida@w3.org">
|
||||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="lang attribute selector with 'att |= val' in HTML should not be case sensitive, and match hyphen-separated list">
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
|
||||
<link href="mailto:public-testsuites@opera.com" rel="author" title="Eira Monstad, Opera Software ASA">
|
||||
<link href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors" rel="help">
|
||||
<meta content="HTMLonly" name="flags">
|
||||
<meta content="lang attribute selector with 'att |= val' in HTML should not be case sensitive, and match hyphen-separated list" name="assert">
|
||||
<style type="text/css">
|
||||
div[lang |= "es"] { color:white;background-color:green; }
|
||||
p[lang |= "es"] { color:white;background-color:green; }
|
||||
|
@ -37,5 +36,6 @@
|
|||
|
||||
<div lang="fr">This line should NOT be green<p>This line should NOT be green</p></div>
|
||||
<p lang="de">This line should NOT be green <em>and this should not be green either</em></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -5,7 +5,6 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#table-display">
|
||||
<link rel="help" href="http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="HTML table elements are supported.">
|
||||
<style type="text/css">
|
||||
caption, td, th
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<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.">
|
||||
<link href="http://www.microsoft.com/" rel="author" title="Microsoft">
|
||||
<link href="http://www.w3.org/TR/CSS21/syndata.html#characters" rel="help">
|
||||
<link href="reference/filler-text-below-green.htm" rel="match">
|
||||
<meta content="HTMLonly" name="flags">
|
||||
<meta content="Element selectors are case-insensitive in HTML." name="assert">
|
||||
<style type="text/css">
|
||||
DIV
|
||||
{
|
||||
|
@ -17,5 +16,6 @@
|
|||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<div>Filler Text</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/about.html">1 About the CSS 2.1 Specification</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/about.html#q1.0">1 About the CSS 2.1 Specification</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s10">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/visudet.html">10 Visual formatting model details</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/visudet.html#q10.0">10 Visual formatting model details</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.1">
|
||||
|
@ -4050,9 +4053,9 @@
|
|||
<a href="abs-pos-non-replaced-vlr-059.htm">abs-pos-non-replaced-vlr-059</a></td>
|
||||
<td><a href="reference/abs-pos-non-replaced-vrl-004-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>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'
|
||||
<td>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'
|
||||
<ul class="assert">
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'.</li>
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -4578,9 +4581,9 @@
|
|||
<a href="abs-pos-non-replaced-vrl-058.htm">abs-pos-non-replaced-vrl-058</a></td>
|
||||
<td><a href="reference/abs-pos-non-replaced-vrl-004-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>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'
|
||||
<td>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'
|
||||
<ul class="assert">
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'.</li>
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s11">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s11">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/visufx.html">11 Visual effects</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/visufx.html#q11.0">11 Visual effects</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1">
|
||||
|
@ -616,7 +619,7 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="overflow-html-body-001-11.1.1" class="HTMLonly">
|
||||
<tr id="overflow-html-body-001-11.1.1" class="">
|
||||
<td>
|
||||
<a href="overflow-html-body-001.htm">overflow-html-body-001</a></td>
|
||||
<td></td>
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
<a href="https://www.w3.org/TR/CSS21/generate.html#generated-text">12 Generated content, automatic numbering, and lists</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
<a href="https://www.w3.org/TR/CSS21/page.html#the-page">13 Paged media</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.1">+</a>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s14">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/colors.html">14 Colors and Backgrounds</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/colors.html#q14.0">14 Colors and Backgrounds</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s15">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/fonts.html">15 Fonts</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/fonts.html#q15.0">15 Fonts</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s16">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/text.html">16 Text</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/text.html#q16.0">16 Text</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s17">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/tables.html">17 Tables</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/tables.html#q17.0">17 Tables</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.1">
|
||||
|
@ -137,7 +140,7 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-001-17.1" class="HTMLonly">
|
||||
<tr id="table-intro-example-001-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-001.htm">table-intro-example-001</a></td>
|
||||
<td></td>
|
||||
|
@ -148,7 +151,7 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-002-17.1" class="HTMLonly">
|
||||
<tr id="table-intro-example-002-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-002.htm">table-intro-example-002</a></td>
|
||||
<td></td>
|
||||
|
@ -159,7 +162,7 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-003-17.1" class="HTMLonly">
|
||||
<tr id="table-intro-example-003-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-003.htm">table-intro-example-003</a></td>
|
||||
<td></td>
|
||||
|
@ -170,7 +173,7 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-004-17.1" class="HTMLonly">
|
||||
<tr id="table-intro-example-004-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-004.htm">table-intro-example-004</a></td>
|
||||
<td></td>
|
||||
|
@ -271,7 +274,7 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="basic-html-table-001-17.2" class="HTMLonly">
|
||||
<tr id="basic-html-table-001-17.2" class="">
|
||||
<td>
|
||||
<a href="basic-html-table-001.htm">basic-html-table-001</a></td>
|
||||
<td></td>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s18">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/ui.html">18 User interface</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/ui.html#q18.0">18 User interface</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/intro.html">2 Introduction to CSS 2.1</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/intro.html#q2.0">2 Introduction to CSS 2.1</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/conform.html">3 Conformance: Requirements and Recommendations</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/conform.html#q3.0">3 Conformance: Requirements and Recommendations</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Syntax and basic data types (439 tests)</h2>
|
||||
<h2>Syntax and basic data types (431 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -30,96 +30,11 @@
|
|||
<tbody id="s4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/syndata.html">4 Syntax and basic data types</a></th></tr>
|
||||
<!-- 8 tests -->
|
||||
<tr id="counters-001-4" class="">
|
||||
<td>
|
||||
<a href="counters-001.htm">counters-001</a></td>
|
||||
<td><a href="reference/counters-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Parsing counter functions with just the identifier
|
||||
<ul class="assert">
|
||||
<li>Counters can be referred to using only the identifier.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="counters-002-4" class="invalid">
|
||||
<td>
|
||||
<a href="counters-002.htm">counters-002</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Parsing invalid counter functions - Too many arguments
|
||||
<ul class="assert">
|
||||
<li>A counter is invalid if it has too many arguments.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-014-4" class="">
|
||||
<td>
|
||||
<a href="ident-014.htm">ident-014</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Selector attributes and hyphens
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors can begin with hyphens.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-015-4" class="">
|
||||
<td>
|
||||
<a href="ident-015.htm">ident-015</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Attribute selectors and underscores
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors can begin with underscores.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-016-4" class="">
|
||||
<td>
|
||||
<a href="ident-016.htm">ident-016</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Attribute selectors with hyphens and underscores
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors are valid if they begin with hyphens and then underscores.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-017-4" class="invalid">
|
||||
<td>
|
||||
<a href="ident-017.htm">ident-017</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Attribute selection with digits
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors cannot begin with digits.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-018-4" class="invalid">
|
||||
<td>
|
||||
<a href="ident-018.htm">ident-018</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Attribute selectors starting with hyphens and digits
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors cannot begin with hyphens then digits.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-019-4" class="">
|
||||
<td>
|
||||
<a href="ident-019.htm">ident-019</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Attribute selectors starting with underscore and digits
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors can begin with underscore then digits.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/syndata.html#q4.0">4 Syntax and basic data types</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Selectors (677 tests)</h2>
|
||||
<h2>Selectors (668 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -30,80 +30,11 @@
|
|||
<tbody id="s5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/selector.html">5 Selectors</a></th></tr>
|
||||
<!-- 9 tests -->
|
||||
<tr id="cascade-import-dynamic-001-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-001.htm">cascade-import-dynamic-001</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet append (<style>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-002-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-002.htm">cascade-import-dynamic-002</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet append (<link>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-003-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-003.htm">cascade-import-dynamic-003</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet insertion (<style>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-004-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-004.htm">cascade-import-dynamic-004</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet insertion (<link>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-005-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-005.htm">cascade-import-dynamic-005</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet deletion (<style>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-006-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-006.htm">cascade-import-dynamic-006</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet deletion (<link>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-control-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-control.htm">cascade-import-dynamic-control</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Control test
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="html-precedence-004-5" class="userstyle">
|
||||
<td>
|
||||
<a href="html-precedence-004.htm">html-precedence-004</a></td>
|
||||
<td><a href="reference/html-precedence-004-ref.htm">=</a> </td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>User Stylesheets and non-CSS Presentational Hints
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="html-precedence-005-5" class="userstyle">
|
||||
<td>
|
||||
<a href="html-precedence-005.htm">html-precedence-005</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>User Stylesheets and non-CSS Presentational Hints
|
||||
</td>
|
||||
</tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/selector.html#q5.0">5 Selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Assigning property values, Cascading, and Inheritance (145 tests)</h2>
|
||||
<h2>Assigning property values, Cascading, and Inheritance (117 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -30,316 +30,11 @@
|
|||
<tbody id="s6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/cascade.html">6 Assigning property values, Cascading, and Inheritance</a></th></tr>
|
||||
<!-- 28 tests -->
|
||||
<tr id="at-import-001-6" class="">
|
||||
<td>
|
||||
<a href="at-import-001.htm">at-import-001</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>@import not as the first declaration
|
||||
<ul class="assert">
|
||||
<li>An @import is ignored if it is not the first statement in a style block.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-002-6" class="">
|
||||
<td>
|
||||
<a href="at-import-002.htm">at-import-002</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Importing external stylesheets with @import
|
||||
<ul class="assert">
|
||||
<li>An @import used to import external stylesheets.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-003-6" class="">
|
||||
<td>
|
||||
<a href="at-import-003.htm">at-import-003</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Importing styles using @import with a string
|
||||
<ul class="assert">
|
||||
<li>An @import used with just a string is interpreted as if it had url(...) around it.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-004-6" class="">
|
||||
<td>
|
||||
<a href="at-import-004.htm">at-import-004</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Media dependency on @import set to 'print'
|
||||
<ul class="assert">
|
||||
<li>Specifying a media-dependency of print does not apply rules to the user agent display.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-005-6" class="">
|
||||
<td>
|
||||
<a href="at-import-005.htm">at-import-005</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Media dependency on @import set to 'all'
|
||||
<ul class="assert">
|
||||
<li>Specifying the media-dependency of 'all' applies to all media types including user agent display.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-006-6" class="">
|
||||
<td>
|
||||
<a href="at-import-006.htm">at-import-006</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Media dependency on @import set to 'screen'
|
||||
<ul class="assert">
|
||||
<li>Specifying the media-dependent import rules to 'screen' applies to user agent display.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-007-6" class="">
|
||||
<td>
|
||||
<a href="at-import-007.htm">at-import-007</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>@import with @charset
|
||||
<ul class="assert">
|
||||
<li>An @import is valid after @charset.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="html-precedence-002-6" class="">
|
||||
<td>
|
||||
<a href="html-precedence-002.htm">html-precedence-002</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Universal selector precedence
|
||||
<ul class="assert">
|
||||
<li>The universal selector and the 'color' attribute have the same specificity. The universal selector is applied since CSS takes precedence.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="html-precedence-003-6" class="userstyle">
|
||||
<td>
|
||||
<a href="html-precedence-003.htm">html-precedence-003</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>User style sheet precedence
|
||||
<ul class="assert">
|
||||
<li>The 'font' element's 'color' attribute trumps the user stylesheet's universal selector. They have the same specificity but the font element is a virtual author rule.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="inherited-value-002-6" class="ahem">
|
||||
<td>
|
||||
<a href="inherited-value-002.htm">inherited-value-002</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>Inheriting computed values
|
||||
<ul class="assert">
|
||||
<li>The computed value of a font-size with a percentage is the percentage of its parent's font-size value. A nested element which also has a percentage applies the parents' specified value (which is inherited).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-001-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-001.htm">user-stylesheet-001</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>User defined stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>User stylesheet can be applied to the page.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-002-6" class="interact userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-002.htm">user-stylesheet-002</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>User defined stylesheet can be applied and persisted
|
||||
<ul class="assert">
|
||||
<li>The user stylesheet is still applied after close and reopen the user agent window.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-003-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-003.htm">user-stylesheet-003</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Rules with normal declarations in an user defined stylesheet can be overriden by rules with normal declarations from author in a style block
|
||||
<ul class="assert">
|
||||
<li>A CSS rule (with normal - not !important - declarations) in an author style sheet have more weight than a CSS rule (with normal - not !important -declarations) in an user style sheet.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-004-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-004.htm">user-stylesheet-004</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Rules with normal declarations in an user defined stylesheet can be overriden by normal declarations from author in an inline style attribute
|
||||
<ul class="assert">
|
||||
<li>A normal - not !important - declaration in an inline style from author have more weight than a CSS rule (with normal - not !important -) declarations in an user style sheet.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-005-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-005.htm">user-stylesheet-005</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Descendant selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The descendant selector defined in user stylesheet is applied to the appropriate element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-006-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-006.htm">user-stylesheet-006</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Child selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The child selector defined in user stylesheet is applied to the appropriate element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-007-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-007.htm">user-stylesheet-007</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Adjacent sibling selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The adjacent sibling selector defined in user stylesheet is applied to the appropriate element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-008-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-008.htm">user-stylesheet-008</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Attribute selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The attribute selector defined in user stylesheet is applied to the appropriate element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-009-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-009.htm">user-stylesheet-009</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>ID selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The ID selector defined in user stylesheet is applied to the appropriate element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-010-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-010.htm">user-stylesheet-010</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-class selector :first-child defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-class selector :first-child defined in user stylesheet is applied to the first child of an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-011-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-011.htm">user-stylesheet-011</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-element first-line selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-element selector :first-line defined in user stylesheet is applied to the first line of an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-012-6" class="history userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-012.htm">user-stylesheet-012</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="history" title="Requires session history">History</abbr><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Link defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-class selector :link defined in user stylesheet is applied to all links.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-013-6" class="interact userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-013.htm">user-stylesheet-013</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Visited selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-class selector :visited defined in user stylesheet is applied when a link has already been visited.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-014-6" class="interact userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-014.htm">user-stylesheet-014</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Hover defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-class selector :hover defined in user stylesheet is applied when the mouse is above an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-015-6" class="interact userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-015.htm">user-stylesheet-015</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-class :active defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-class selector :active defined in user stylesheet is implemented.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-016-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-016.htm">user-stylesheet-016</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-element first-letter selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-element selector :first-letter defined in user stylesheet is applied to the first letter of an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-017-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-017.htm">user-stylesheet-017</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-element before selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-element selector :before defined in user stylesheet is inserted before an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-018-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-018.htm">user-stylesheet-018</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-element after selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-element selector :after defined in user stylesheet is inserted after an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/cascade.html#q6.0">6 Assigning property values, Cascading, and Inheritance</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Media types (22 tests)</h2>
|
||||
<h2>Media types (5 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -30,195 +30,11 @@
|
|||
<tbody id="s7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/media.html">7 Media types</a></th></tr>
|
||||
<!-- 17 tests -->
|
||||
<tr id="media-dependency-001-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-001.htm">media-dependency-001</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>@media and target mediums
|
||||
<ul class="assert">
|
||||
<li>@media with a target medium applies styles on that target medium (screen).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-002-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-002.htm">media-dependency-002</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>@import and target mediums
|
||||
<ul class="assert">
|
||||
<li>@media with a target medium applies styles on that target medium (screen).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-003-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-003.htm">media-dependency-003</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Link tags and target mediums
|
||||
<ul class="assert">
|
||||
<li>Link with a target medium applies styles on that target medium (screen).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-004-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-004.htm">media-dependency-004</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Case-insensitive media types
|
||||
<ul class="assert">
|
||||
<li>Media types are case-insensitive.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-005-7" class="invalid">
|
||||
<td>
|
||||
<a href="media-dependency-005.htm">media-dependency-005</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Ignoring bad media types with @import
|
||||
<ul class="assert">
|
||||
<li>User agent ignores media types it does not understand with @import.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-006-7" class="invalid">
|
||||
<td>
|
||||
<a href="media-dependency-006.htm">media-dependency-006</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Ignoring bad media types with @media
|
||||
<ul class="assert">
|
||||
<li>User agent ignores media types it does not understand with @media.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-007-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-007.htm">media-dependency-007</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums
|
||||
<ul class="assert">
|
||||
<li>The @media block does not apply because it does not match the target medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-008-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-008.htm">media-dependency-008</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums and @import
|
||||
<ul class="assert">
|
||||
<li>The @import command does not apply because it does not match the target medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-009-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-009.htm">media-dependency-009</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Matching the 'All' target medium
|
||||
<ul class="assert">
|
||||
<li>The 'all' media type applies to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-010-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-010.htm">media-dependency-010</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (braille)
|
||||
<ul class="assert">
|
||||
<li>The 'braille' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-011-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-011.htm">media-dependency-011</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (embossed)
|
||||
<ul class="assert">
|
||||
<li>The 'embossed' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-012-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-012.htm">media-dependency-012</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (handheld)
|
||||
<ul class="assert">
|
||||
<li>The 'handheld' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-013-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-013.htm">media-dependency-013</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (projection)
|
||||
<ul class="assert">
|
||||
<li>The 'projection' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-014-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-014.htm">media-dependency-014</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (speech)
|
||||
<ul class="assert">
|
||||
<li>The 'speech' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-015-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-015.htm">media-dependency-015</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (tty)
|
||||
<ul class="assert">
|
||||
<li>The 'tty' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-016-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-016.htm">media-dependency-016</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (tv)
|
||||
<ul class="assert">
|
||||
<li>The 'tv' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-017-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-017.htm">media-dependency-017</a></td>
|
||||
<td><a href="reference/filler-text-below-green.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Multiple target mediums
|
||||
<ul class="assert">
|
||||
<li>An '@media' rule specifies the target media types separated by commas.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/media.html#q7.0">7 Media types</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
<a href="https://www.w3.org/TR/CSS21/box.html#box-model">8 Box model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.1">+</a>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Visual formatting model (1247 tests)</h2>
|
||||
<h2>Visual formatting model (1246 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -30,16 +30,11 @@
|
|||
<tbody id="s9">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/visuren.html">9 Visual formatting model</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
<tr id="c5526c-display-000-9" class="">
|
||||
<td>
|
||||
<a href="c5526c-display-000.htm">c5526c-display-000</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>display/box/float/clear test
|
||||
</td>
|
||||
</tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/visuren.html#q9.0">9 Visual formatting model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sA">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/aural.html">A Aural style sheets</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/aural.html#q19.0">A Aural style sheets</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sB">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sB">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/refs.html">B Bibliography</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/refs.html#q20.0">B Bibliography</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1">
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sD">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sD">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/sample.html">D Default style sheet for HTML 4</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/sample.html#q22.0">D Default style sheet for HTML 4</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sD.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sD.#bidi">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sE">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sE">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/zindex.html">E Elaborate description of Stacking Contexts</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/zindex.html#q23.0">E Elaborate description of Stacking Contexts</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sE.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sE.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sF">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sF">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/propidx.html">F Full property table</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/propidx.html#q24.0">F Full property table</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sF.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sG">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sG">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/grammar.html">G Grammar of CSS 2.1</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/grammar.html#q25.0">G Grammar of CSS 2.1</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.1">
|
||||
|
@ -94,7 +97,7 @@
|
|||
<tbody id="sG.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sG.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/grammar.html#q4">G.4 Implementation note</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/grammar.html#q25.4">G.4 Implementation note</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<tbody id="sH">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sH">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/leftblank.html">H Has been intentionally left blank</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/leftblank.html#q26.0">H Has been intentionally left blank</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sI">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sI">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/indexlist.html">I Index</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/indexlist.html#q27.0">I Index</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-;">
|
||||
|
@ -147,6 +150,9 @@
|
|||
<tbody id="sI.#index-z">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sstatus.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Test: Content property attr(x) case sensitivity</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="The attr(x) function selects the attribute even when case does not match.">
|
||||
<link href="http://www.microsoft.com/" rel="author" title="Microsoft">
|
||||
<link href="http://www.w3.org/TR/CSS21/generate.html#content" rel="help">
|
||||
<meta content="HTMLonly" name="flags">
|
||||
<meta content="The attr(x) function selects the attribute even when case does not match." name="assert">
|
||||
<style type="text/css">
|
||||
div:before
|
||||
{
|
||||
|
@ -17,5 +16,6 @@
|
|||
<body>
|
||||
<p>Test passes if there is the word "PASS" below.</p>
|
||||
<div title="PASS"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Test: HTML case sensitivity - Simple selectors</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors">
|
||||
<link rel="match" href="reference/filler-text-below-green.htm">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="Simple selectors are not case sensitive in HTML.">
|
||||
<link href="http://www.microsoft.com/" rel="author" title="Microsoft">
|
||||
<link href="http://www.w3.org/TR/CSS21/selector.html#attribute-selectors" rel="help">
|
||||
<link href="reference/filler-text-below-green.htm" rel="match">
|
||||
<meta content="HTMLonly" name="flags">
|
||||
<meta content="Simple selectors are not case sensitive in HTML." name="assert">
|
||||
<style type="text/css">
|
||||
DIV
|
||||
{
|
||||
|
@ -17,5 +16,6 @@
|
|||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<div>Filler Text</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Test: :lang pseudoclass</title>
|
||||
<link rel="author" title="Richard Ishida" href="mailto:ishida@w3.org">
|
||||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#lang">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content=":lang pseudoclass in HTML should not be case-sensitive, and match a substring">
|
||||
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
|
||||
<link href="mailto:public-testsuites@opera.com" rel="author" title="Eira Monstad, Opera Software ASA">
|
||||
<link href="http://www.w3.org/TR/CSS21/selector.html#lang" rel="help">
|
||||
<meta content="HTMLonly" name="flags">
|
||||
<meta content=":lang pseudoclass in HTML should not be case-sensitive, and match a substring" name="assert">
|
||||
<style type="text/css">
|
||||
div:lang(es) { color:white;background-color:green; }
|
||||
p:lang(es) { color:white;background-color:green; }
|
||||
|
@ -31,5 +30,6 @@
|
|||
<div lang="MX-es">This line should NOT be green</div>
|
||||
<div lang="en-US">This line should NOT be green</div>
|
||||
<div lang="en">This line should NOT be green</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</body></html>
|
|
@ -51,4 +51,4 @@
|
|||
<div class="class1"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
|
@ -4,7 +4,6 @@
|
|||
<title>CSS Test: Overflow on body propagates to viewport</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="An HTML user agent propagates the 'overflow' property from the 'body' to the viewport.">
|
||||
<style type="text/css">
|
||||
body
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
</tbody>
|
||||
<tbody id="abs-pos-non-replaced-vlr-059" class="ahem image">
|
||||
<tr>
|
||||
<td rowspan="1" title="absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'">
|
||||
<td rowspan="1" title="absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'">
|
||||
<a href="abs-pos-non-replaced-vlr-059.htm">abs-pos-non-replaced-vlr-059</a></td>
|
||||
<td><a href="reference/abs-pos-non-replaced-vrl-004-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
|
@ -1146,7 +1146,7 @@
|
|||
</tbody>
|
||||
<tbody id="abs-pos-non-replaced-vrl-058" class="ahem image">
|
||||
<tr>
|
||||
<td rowspan="1" title="absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'">
|
||||
<td rowspan="1" title="absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'">
|
||||
<a href="abs-pos-non-replaced-vrl-058.htm">abs-pos-non-replaced-vrl-058</a></td>
|
||||
<td><a href="reference/abs-pos-non-replaced-vrl-004-ref.htm">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<title>CSS Test: Introduction to Tables (text-align, font-weight)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#tables-intro">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="'text-align' and 'font-weight' can be applied to table cells (example from spec section 17.1).">
|
||||
<style type="text/css">
|
||||
caption
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<title>CSS Test: Introduction to Tables (vertical-align)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#tables-intro">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="'vertical-align' can be set on table cells (example from section 17.1).">
|
||||
<style type="text/css">
|
||||
caption
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<title>CSS Test: Introduction to Tables (border-collapse, border)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#tables-intro">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="'border-collapse' and 'border' can be set on table elements (example from section 17.1).">
|
||||
<style type="text/css">
|
||||
table
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<title>CSS Test: Introduction to Tables (caption-side)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#tables-intro">
|
||||
<meta name="flags" content="HTMLonly">
|
||||
<meta name="assert" content="'caption-side' can be set on a table caption (example from section 17.1).">
|
||||
<style type="text/css">
|
||||
caption
|
||||
|
|
|
@ -37,22 +37,22 @@
|
|||
<tbody id="s4">
|
||||
<tr><th><a href="chapter-4.htm">Chapter 4 -
|
||||
Syntax and basic data types</a></th>
|
||||
<td>(439 Tests)</td></tr>
|
||||
<td>(431 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s5">
|
||||
<tr><th><a href="chapter-5.htm">Chapter 5 -
|
||||
Selectors</a></th>
|
||||
<td>(677 Tests)</td></tr>
|
||||
<td>(668 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s6">
|
||||
<tr><th><a href="chapter-6.htm">Chapter 6 -
|
||||
Assigning property values, Cascading, and Inheritance</a></th>
|
||||
<td>(145 Tests)</td></tr>
|
||||
<td>(117 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s7">
|
||||
<tr><th><a href="chapter-7.htm">Chapter 7 -
|
||||
Media types</a></th>
|
||||
<td>(22 Tests)</td></tr>
|
||||
<td>(5 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s8">
|
||||
<tr><th><a href="chapter-8.htm">Chapter 8 -
|
||||
|
@ -62,7 +62,7 @@
|
|||
<tbody id="s9">
|
||||
<tr><th><a href="chapter-9.htm">Chapter 9 -
|
||||
Visual formatting model</a></th>
|
||||
<td>(1247 Tests)</td></tr>
|
||||
<td>(1246 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s10">
|
||||
<tr><th><a href="chapter-10.htm">Chapter 10 -
|
||||
|
@ -122,7 +122,7 @@
|
|||
<tbody id="sC">
|
||||
<tr><th><a href="chapter-C.htm">Appendix C -
|
||||
Changes</a></th>
|
||||
<td>(5 Tests)</td></tr>
|
||||
<td>(0 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="sD">
|
||||
<tr><th><a href="chapter-D.htm">Appendix D -
|
||||
|
|
|
@ -59,8 +59,8 @@ html4/abs-pos-non-replaced-vlr-055.htm e6152f2732060736d14b5a78a302e0bc8bbe793f
|
|||
xhtml1/abs-pos-non-replaced-vlr-055.xht e6152f2732060736d14b5a78a302e0bc8bbe793f ?
|
||||
html4/abs-pos-non-replaced-vlr-057.htm 512802c29f43864633b5ba4997e3435e77dfa780 ?
|
||||
xhtml1/abs-pos-non-replaced-vlr-057.xht 512802c29f43864633b5ba4997e3435e77dfa780 ?
|
||||
html4/abs-pos-non-replaced-vlr-059.htm 4a081025215343dc43c94a9afbecb4f8708d78c0 ?
|
||||
xhtml1/abs-pos-non-replaced-vlr-059.xht 4a081025215343dc43c94a9afbecb4f8708d78c0 ?
|
||||
html4/abs-pos-non-replaced-vlr-059.htm 87d3f8ddd1ad9152e5654825a8774a88494ade9f ?
|
||||
xhtml1/abs-pos-non-replaced-vlr-059.xht 87d3f8ddd1ad9152e5654825a8774a88494ade9f ?
|
||||
html4/abs-pos-non-replaced-vlr-061.htm d5d7da3ef86e0bc59f71598418b084d23a7fc5e2 ?
|
||||
xhtml1/abs-pos-non-replaced-vlr-061.xht d5d7da3ef86e0bc59f71598418b084d23a7fc5e2 ?
|
||||
html4/abs-pos-non-replaced-vlr-063.htm e44b75458e48fc677468fad2f6b97bfb27a04358 ?
|
||||
|
@ -283,8 +283,8 @@ html4/abs-pos-non-replaced-vrl-054.htm 7ef86efb0eef5f8b43a82658c4cde941fa885c55
|
|||
xhtml1/abs-pos-non-replaced-vrl-054.xht 7ef86efb0eef5f8b43a82658c4cde941fa885c55 ?
|
||||
html4/abs-pos-non-replaced-vrl-056.htm 0684b6dac50f2a8a6af6e1e1e43cd9ad96e6607e ?
|
||||
xhtml1/abs-pos-non-replaced-vrl-056.xht 0684b6dac50f2a8a6af6e1e1e43cd9ad96e6607e ?
|
||||
html4/abs-pos-non-replaced-vrl-058.htm 5ed1484c71061d9fdd91d13b776f19b73f7d1853 ?
|
||||
xhtml1/abs-pos-non-replaced-vrl-058.xht 5ed1484c71061d9fdd91d13b776f19b73f7d1853 ?
|
||||
html4/abs-pos-non-replaced-vrl-058.htm 37684ca4836356475eb9e041a2bd629ff84f4ec3 ?
|
||||
xhtml1/abs-pos-non-replaced-vrl-058.xht 37684ca4836356475eb9e041a2bd629ff84f4ec3 ?
|
||||
html4/abs-pos-non-replaced-vrl-060.htm f125ea87971858a2689e498e6c6e302319fb346b ?
|
||||
xhtml1/abs-pos-non-replaced-vrl-060.xht f125ea87971858a2689e498e6c6e302319fb346b ?
|
||||
html4/abs-pos-non-replaced-vrl-062.htm 3a89ef33bd3f993b23dc0dc1a28612218ad0beb9 ?
|
||||
|
@ -960,7 +960,7 @@ html4/at-charset-011.htm bb803f4f1bbf76e897491176102f107cbd4bb9ec ?
|
|||
xhtml1/at-charset-011.xht bb803f4f1bbf76e897491176102f107cbd4bb9ec ?
|
||||
html4/at-charset-012.htm a9023c2b0a8df17f3bce2a54374155da0b0aebf0 ?
|
||||
xhtml1/at-charset-012.xht a9023c2b0a8df17f3bce2a54374155da0b0aebf0 ?
|
||||
html4/at-charset-013.htm 145d211ea37c74e5394d6b6f93328fe536f21a1d ?
|
||||
html4/at-charset-013.htm 38743117b70c5990988feb2fd2569fa6927c0d7a ?
|
||||
html4/at-charset-014.htm a1a3c6216ea92a07ef16e1fb147fd8432ff36c3d ?
|
||||
xhtml1/at-charset-014.xht a1a3c6216ea92a07ef16e1fb147fd8432ff36c3d ?
|
||||
html4/at-charset-015.htm 2e3f28c515a9921c50d55b8d4a59b22c9fe0c686 ?
|
||||
|
@ -1179,13 +1179,13 @@ html4/attribute-value-selector-003.htm 508036fcffcc15830d5fdff9d40e8e7c0c1ccda3
|
|||
xhtml1/attribute-value-selector-003.xht 508036fcffcc15830d5fdff9d40e8e7c0c1ccda3 ?
|
||||
html4/attribute-value-selector-004.htm dfb8215a980f61f868127601e02f621b5d8de9a7 ?
|
||||
xhtml1/attribute-value-selector-004.xht dfb8215a980f61f868127601e02f621b5d8de9a7 ?
|
||||
html4/attribute-value-selector-005.htm 4e99118f4f08eb0e71b36b24b986cbe9e1ad15fe ?
|
||||
html4/attribute-value-selector-005.htm 98fe9d0bad9fb7ca59e360a6c9c33042e5d451ea ?
|
||||
html4/attribute-value-selector-006.htm 1f42c36cb8f99e36982f9ebbec59c63967c711c1 ?
|
||||
xhtml1/attribute-value-selector-006.xht 1f42c36cb8f99e36982f9ebbec59c63967c711c1 ?
|
||||
html4/attribute-value-selector-007.htm b144c51a0bda8a4416ab50f1cff0f77044315094 ?
|
||||
html4/attribute-value-selector-007.htm c66ad246bf6f8d5b5f16e330d968629d22c29ec1 ?
|
||||
xhtml1/attribute-value-selector-008.xht df9f94901759df9b76cf40d97ca1bc87bd5ef407 ?
|
||||
xhtml1/attribute-value-selector-009.xht 97d442f5c1c5b7c883684e956a3a53964d18db05 ?
|
||||
html4/attribute-value-selector-010.htm 6610e1761c91638f236f6d09e5fa3cd1ec9bc73f ?
|
||||
html4/attribute-value-selector-010.htm 8e5e682c49b5702b310e7c58e4a2b4caae5438c1 ?
|
||||
html4/background-001.htm 3dd2f2ebcf82520953f31d00f243c309e9b005f9 ?
|
||||
xhtml1/background-001.xht 3dd2f2ebcf82520953f31d00f243c309e9b005f9 ?
|
||||
html4/background-002.htm 42b9cd53f06b23fbd5efb5774fb90cf6937cece9 ?
|
||||
|
@ -2748,7 +2748,8 @@ html4/bad-selector-001.htm 1d45e37ea036e7e72fcf9fc064a1eb064d2447b4 ?
|
|||
xhtml1/bad-selector-001.xht 1d45e37ea036e7e72fcf9fc064a1eb064d2447b4 ?
|
||||
html4/basic-css-table-001.htm a76fad935d54e5eded6be37d1f4d04ddc497d263 ?
|
||||
xhtml1/basic-css-table-001.xht a76fad935d54e5eded6be37d1f4d04ddc497d263 ?
|
||||
html4/basic-html-table-001.htm 51ea5055ee5e8fbe0dcfed92e73ce5218baf89fa ?
|
||||
html4/basic-html-table-001.htm 2d2335714010abd404725d488c7a5ffb44b15c7c ?
|
||||
xhtml1/basic-html-table-001.xht 2d2335714010abd404725d488c7a5ffb44b15c7c ?
|
||||
html4/before-after-001.htm bc2221b20dfc6597b1d3a72c2b6ce828e4637e6e ?
|
||||
xhtml1/before-after-001.xht bc2221b20dfc6597b1d3a72c2b6ce828e4637e6e ?
|
||||
html4/before-after-002.htm e508222d00574adb1450511af59f2d17b588e2b5 ?
|
||||
|
@ -7895,7 +7896,7 @@ html4/case-sensitive-004.htm 723fdbbe5941d318118e86cf5ae161312de476d2 ?
|
|||
xhtml1/case-sensitive-004.xht 723fdbbe5941d318118e86cf5ae161312de476d2 ?
|
||||
html4/case-sensitive-005.htm dfd0240ea392700c15e32a28eec725b6db820f94 ?
|
||||
xhtml1/case-sensitive-005.xht dfd0240ea392700c15e32a28eec725b6db820f94 ?
|
||||
html4/case-sensitive-006.htm 22e1a8c5e8284dd76b4937bb74102888636a7325 ?
|
||||
html4/case-sensitive-006.htm 457235f5ac6fac023fd91e151fd6aac15d688db4 ?
|
||||
xhtml1/case-sensitive-007.xht 07b1170801ad9349fabaf98db0ece9a247c6bbb5 ?
|
||||
html4/case-sensitive-008.htm 8cf1bfbdf626dc47463dec1641223a3070ad05bb ?
|
||||
xhtml1/case-sensitive-008.xht 8cf1bfbdf626dc47463dec1641223a3070ad05bb ?
|
||||
|
@ -9011,7 +9012,7 @@ html4/content-attr-001.htm a0172362ab7646f9bc95c6a72f8e802b0be15661 ?
|
|||
xhtml1/content-attr-001.xht a0172362ab7646f9bc95c6a72f8e802b0be15661 ?
|
||||
html4/content-attr-002.htm 3e946aa0feecdff07e2b1eb05d7ac1035d5bd7e7 ?
|
||||
xhtml1/content-attr-002.xht 3e946aa0feecdff07e2b1eb05d7ac1035d5bd7e7 ?
|
||||
html4/content-attr-case-001.htm 931b842f10ec40ae8fbd9b273ae7247d1596ff48 ?
|
||||
html4/content-attr-case-001.htm 96aca06767439e52a29914a3e62c5fb48ca7b051 ?
|
||||
xhtml1/content-attr-case-002.xht 8f51b48e369494bfb30ac28c19acfd57462413e2 ?
|
||||
html4/content-auto-reset-001.htm 073f16d82ce968e2b8068bfa814e1766852b4f2b ?
|
||||
xhtml1/content-auto-reset-001.xht 073f16d82ce968e2b8068bfa814e1766852b4f2b ?
|
||||
|
@ -12585,7 +12586,7 @@ html4/html-attribute-028.htm 1ce9f6f95b73a4ccf256bec09117276809d48ade ?
|
|||
xhtml1/html-attribute-028.xht 1ce9f6f95b73a4ccf256bec09117276809d48ade ?
|
||||
html4/html-attribute-029.htm f998397c8034e6c1736eb7ddec232c366a1c94a5 ?
|
||||
xhtml1/html-attribute-029.xht f998397c8034e6c1736eb7ddec232c366a1c94a5 ?
|
||||
html4/html-case-sensitivity-001.htm c1084fb637732e0f38c98f3cf8d44ed7615b50d3 ?
|
||||
html4/html-case-sensitivity-001.htm 61c5f087d9286aac1c28ebd292b4d741f26ee594 ?
|
||||
html4/html-precedence-001.htm 3573513b879877aac04434ec6e5b093269bc4524 ?
|
||||
xhtml1/html-precedence-001.xht 3573513b879877aac04434ec6e5b093269bc4524 ?
|
||||
html4/html-precedence-002.htm 0b46ebed4702a22efb288095cbdf9b70b775abdb ?
|
||||
|
@ -13034,7 +13035,7 @@ html4/keywords-000.htm 357b9fbfad6de9a3954d1b74132546939b2ab969 ?
|
|||
xhtml1/keywords-000.xht 357b9fbfad6de9a3954d1b74132546939b2ab969 ?
|
||||
html4/keywords-001.htm 13c37f2ae37cf36c4c63e048fda5b7e634131c79 ?
|
||||
xhtml1/keywords-001.xht 13c37f2ae37cf36c4c63e048fda5b7e634131c79 ?
|
||||
html4/lang-pseudoclass-001.htm 2602376b05b0a04bfac482b35a7255b115f32cae ?
|
||||
html4/lang-pseudoclass-001.htm ed144842c4ac153c32ec42841a3670ec4f867836 ?
|
||||
xhtml1/lang-pseudoclass-002.xht 809974aadd059c23c700cfcc3511f3600d18d104 ?
|
||||
html4/lang-selector-001.htm 2cc3bcad14d2ae93e81330e70b355dc2d29fa55f ?
|
||||
xhtml1/lang-selector-001.xht 2cc3bcad14d2ae93e81330e70b355dc2d29fa55f ?
|
||||
|
@ -16314,7 +16315,8 @@ html4/overflow-applies-to-014.htm 9dff4df7af0a5fd748bbf49d98ee9a49ddaf9441 ?
|
|||
xhtml1/overflow-applies-to-014.xht 9dff4df7af0a5fd748bbf49d98ee9a49ddaf9441 ?
|
||||
html4/overflow-applies-to-015.htm 442f3d24c0384de7ea16ff5eb82f46abcb88c8fb ?
|
||||
xhtml1/overflow-applies-to-015.xht 442f3d24c0384de7ea16ff5eb82f46abcb88c8fb ?
|
||||
html4/overflow-html-body-001.htm fe1965ac899fd53ea219d93a81049663904e20d2 ?
|
||||
html4/overflow-html-body-001.htm b796f106ecbaf8f3ec883d428c6755e8631f1302 ?
|
||||
xhtml1/overflow-html-body-001.xht b796f106ecbaf8f3ec883d428c6755e8631f1302 ?
|
||||
html4/overflow-parent-001.htm 5e5665c2ad7fbd835b709512267113fbdb6b67fc ?
|
||||
xhtml1/overflow-parent-001.xht 5e5665c2ad7fbd835b709512267113fbdb6b67fc ?
|
||||
html4/overflow-print-001.htm 6084ae9d52fdc1d051372ae928be2d0fc0ece147 ?
|
||||
|
@ -18708,10 +18710,14 @@ html4/table-height-algorithm-032.htm 4067a0970a6c859e9836ea36d8bed04790e01c29 ?
|
|||
xhtml1/table-height-algorithm-032.xht 4067a0970a6c859e9836ea36d8bed04790e01c29 ?
|
||||
html4/table-in-inline-001.htm 5736ce35d142b5b5210309b68e33956e7da02d39 ?
|
||||
xhtml1/table-in-inline-001.xht 5736ce35d142b5b5210309b68e33956e7da02d39 ?
|
||||
html4/table-intro-example-001.htm 5352d59ceb6c3d96b6e080d940d77936081e224e ?
|
||||
html4/table-intro-example-002.htm bd69aaf91ac4bdf7dcab118078b9936bcd9a7bc1 ?
|
||||
html4/table-intro-example-003.htm 3033c9166cc42fe6bada3d42b925685eda3c4f78 ?
|
||||
html4/table-intro-example-004.htm 5729584dcaca25c6eefbb282fd41a6fc58f6b348 ?
|
||||
html4/table-intro-example-001.htm d3ec6d14d1ed132e0f7395c85d9803967a1aa6cb ?
|
||||
xhtml1/table-intro-example-001.xht d3ec6d14d1ed132e0f7395c85d9803967a1aa6cb ?
|
||||
html4/table-intro-example-002.htm 8702bfd06511a290586cb2565d9afd6227dbf1b3 ?
|
||||
xhtml1/table-intro-example-002.xht 8702bfd06511a290586cb2565d9afd6227dbf1b3 ?
|
||||
html4/table-intro-example-003.htm a748de6ac35b1b954e607023905ff851605c5412 ?
|
||||
xhtml1/table-intro-example-003.xht a748de6ac35b1b954e607023905ff851605c5412 ?
|
||||
html4/table-intro-example-004.htm 330287e4994e9b26e19f3d1b63a98e272fbe9506 ?
|
||||
xhtml1/table-intro-example-004.xht 330287e4994e9b26e19f3d1b63a98e272fbe9506 ?
|
||||
html4/table-layer-transparency-001.htm 11f26cdc88668b70c3c86bd93e5bc970799e8643 ?
|
||||
xhtml1/table-layer-transparency-001.xht 11f26cdc88668b70c3c86bd93e5bc970799e8643 ?
|
||||
html4/table-layer-transparency-002.htm 825f6a7c7e4e9e7a130adf95489923cc130981c1 ?
|
||||
|
|
|
@ -27,7 +27,7 @@ abs-pos-non-replaced-vlr-051 reference/abs-pos-non-replaced-vlr-003-ref absolute
|
|||
abs-pos-non-replaced-vlr-053 reference/abs-pos-non-replaced-vrl-004-ref absolutely positioned non-replaced element - 'direction: ltr' and 'left' is 'auto', 'width' and 'right' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 9c08e776675637130948bd4b6931af65719d29ff `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'ltr' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.
|
||||
abs-pos-non-replaced-vlr-055 reference/abs-pos-non-replaced-vlr-007-ref absolutely positioned non-replaced element - 'direction: ltr' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width e6152f2732060736d14b5a78a302e0bc8bbe793f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'ltr' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto', then solve for 'top'.
|
||||
abs-pos-non-replaced-vlr-057 reference/abs-pos-non-replaced-vlr-003-ref absolutely positioned non-replaced element - 'direction: rtl' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 512802c29f43864633b5ba4997e3435e77dfa780 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'rtl' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto', then solve for 'top'.
|
||||
abs-pos-non-replaced-vlr-059 reference/abs-pos-non-replaced-vrl-004-ref absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 4a081025215343dc43c94a9afbecb4f8708d78c0 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'.
|
||||
abs-pos-non-replaced-vlr-059 reference/abs-pos-non-replaced-vrl-004-ref absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 87d3f8ddd1ad9152e5654825a8774a88494ade9f `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.
|
||||
abs-pos-non-replaced-vlr-061 reference/abs-pos-non-replaced-vlr-007-ref absolutely positioned non-replaced element - 'direction: rtl' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width d5d7da3ef86e0bc59f71598418b084d23a7fc5e2 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'rtl' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto', then solve for 'top'.
|
||||
abs-pos-non-replaced-vlr-063 reference/abs-pos-non-replaced-vlr-003-ref absolutely positioned non-replaced element - 'direction: ltr' and 'height' is 'auto' and 'top' and 'bottom' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width e44b75458e48fc677468fad2f6b97bfb27a04358 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'ltr' and 'height' is 'auto' and 'top' and 'bottom' are not 'auto', then solve for 'height'.
|
||||
abs-pos-non-replaced-vlr-065 reference/abs-pos-non-replaced-vrl-004-ref absolutely positioned non-replaced element - 'direction: ltr' and 'width' is 'auto', 'left' and 'right' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 7e931945d698024af484361d702fc1942f4c93d7 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'ltr' and 'left', 'width' is 'auto', 'left' and 'right' are not 'auto', then solve for 'width'.
|
||||
|
@ -139,7 +139,7 @@ abs-pos-non-replaced-vrl-050 reference/abs-pos-non-replaced-vrl-002-ref absolute
|
|||
abs-pos-non-replaced-vrl-052 reference/abs-pos-non-replaced-vrl-004-ref absolutely positioned non-replaced element - 'direction: ltr' and 'left' is 'auto', 'width' and 'right' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 6d08a883aabdabe4db83d6e6a8b86508aa7b7a53 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'ltr' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.
|
||||
abs-pos-non-replaced-vrl-054 reference/abs-pos-non-replaced-vrl-006-ref absolutely positioned non-replaced element - 'direction: ltr' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 7ef86efb0eef5f8b43a82658c4cde941fa885c55 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'ltr' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto', then solve for 'top'.
|
||||
abs-pos-non-replaced-vrl-056 reference/abs-pos-non-replaced-vrl-002-ref absolutely positioned non-replaced element - 'direction: rtl' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 0684b6dac50f2a8a6af6e1e1e43cd9ad96e6607e `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'rtl' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto', then solve for 'top'.
|
||||
abs-pos-non-replaced-vrl-058 reference/abs-pos-non-replaced-vrl-004-ref absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 5ed1484c71061d9fdd91d13b776f19b73f7d1853 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'.
|
||||
abs-pos-non-replaced-vrl-058 reference/abs-pos-non-replaced-vrl-004-ref absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 37684ca4836356475eb9e041a2bd629ff84f4ec3 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.
|
||||
abs-pos-non-replaced-vrl-060 reference/abs-pos-non-replaced-vrl-006-ref absolutely positioned non-replaced element - 'direction: rtl' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width f125ea87971858a2689e498e6c6e302319fb346b `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'rtl' and 'top' is 'auto' and 'height' and 'bottom' are not 'auto', then solve for 'top'.
|
||||
abs-pos-non-replaced-vrl-062 reference/abs-pos-non-replaced-vrl-002-ref absolutely positioned non-replaced element - 'direction: ltr' and 'height' is 'auto' and 'top' and 'bottom' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 3a89ef33bd3f993b23dc0dc1a28612218ad0beb9 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'ltr' and 'height' is 'auto' and 'top' and 'bottom' are not 'auto', then solve for 'height'.
|
||||
abs-pos-non-replaced-vrl-064 reference/abs-pos-non-replaced-vrl-004-ref absolutely positioned non-replaced element - 'direction: ltr' and 'width' is 'auto', 'left' and 'right' are not 'auto' ahem,image http://www.w3.org/TR/css-writing-modes-3/#vertical-layout,http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width 575dcb96feed2e570ac0e03d1abb0f2af1fe4644 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'direction' is 'ltr' and 'width' is 'auto', 'left' and 'right' are not 'auto', then solve for 'width'.
|
||||
|
@ -492,7 +492,7 @@ at-charset-009 at-charset-001,reference/at-charset-001-ref @charset over referri
|
|||
at-charset-010 at-charset-001,reference/at-charset-001-ref Link charset attribute over referring document's codepage (set) http://www.w3.org/TR/CSS21/syndata.html#charset b39dee72a51df5e049fe0001bdbca19af3d01137 `Microsoft`<http://www.microsoft.com/> The stylesheet's encoding is determined by the link element's charset attribute and not the referring document's code page.
|
||||
at-charset-011 at-charset-001,reference/at-charset-001-ref Link charset attribute over referring document's codepage (not set) http://www.w3.org/TR/CSS21/syndata.html#charset bb803f4f1bbf76e897491176102f107cbd4bb9ec `Microsoft`<http://www.microsoft.com/> The stylesheet's encoding is determined by the link element's charset attribute and not the referring document's code page.
|
||||
at-charset-012 at-charset-001,reference/at-charset-001-ref Stylesheet encoding via the referring document's encoding (set) http://www.w3.org/TR/CSS21/syndata.html#charset a9023c2b0a8df17f3bce2a54374155da0b0aebf0 `Microsoft`<http://www.microsoft.com/> The stylesheet's encoding is determined by the set encoding of the referring document.
|
||||
at-charset-013 Stylesheet encoding via the referring document's encoding (user set) HTMLonly,interact http://www.w3.org/TR/CSS21/syndata.html#charset 145d211ea37c74e5394d6b6f93328fe536f21a1d `Microsoft`<http://www.microsoft.com/> The stylesheet's encoding is determined by the user set referring document's encoding.
|
||||
at-charset-013 Stylesheet encoding via the referring document's encoding (user set) HTMLonly,interact http://www.w3.org/TR/CSS21/syndata.html#charset 38743117b70c5990988feb2fd2569fa6927c0d7a `Microsoft`<http://www.microsoft.com/> The stylesheet's encoding is determined by the user set referring document's encoding.
|
||||
at-charset-014 at-charset-001,reference/at-charset-001-ref Matching BOM and @charset (utf-8) http://www.w3.org/TR/CSS21/syndata.html#charset a1a3c6216ea92a07ef16e1fb147fd8432ff36c3d `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
|
||||
at-charset-015 at-charset-001,reference/at-charset-001-ref Matching BOM and @charset (utf-16 LE) http://www.w3.org/TR/CSS21/syndata.html#charset 2e3f28c515a9921c50d55b8d4a59b22c9fe0c686 `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
|
||||
at-charset-016 at-charset-001,reference/at-charset-001-ref Matching BOM and @charset (utf-16 BE) http://www.w3.org/TR/CSS21/syndata.html#charset 491813e6ed6b36b76b0a486476bc2b7024615486 `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
|
||||
|
@ -602,12 +602,12 @@ attribute-value-selector-001 reference/attribute-value-selector-001-ref Attribut
|
|||
attribute-value-selector-002 reference/attribute-value-selector-001-ref Attribute selector matching value in hyphenated list http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 50f278c723eeaa566495f8a5f0d9224599d49b8f `Microsoft`<http://www.microsoft.com/> Selector matches attributes with specific value in a hyphen-separated list.
|
||||
attribute-value-selector-003 reference/attribute-value-selector-001-ref Attribute selector matching value in list http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 508036fcffcc15830d5fdff9d40e8e7c0c1ccda3 `Microsoft`<http://www.microsoft.com/> Selector matches attribute with specific value in a space-separated list.
|
||||
attribute-value-selector-004 reference/no-red-filler-text-ref Numeric attributes invalid http://www.w3.org/TR/CSS21/selector.html#attribute-selectors dfb8215a980f61f868127601e02f621b5d8de9a7 `Microsoft`<http://www.microsoft.com/> Attributes cannot begin with numerals.
|
||||
attribute-value-selector-005 reference/filler-text-below-green Case sensitivity of attributes and attribute values in HTML 4.01 HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 4e99118f4f08eb0e71b36b24b986cbe9e1ad15fe `Microsoft`<http://www.microsoft.com/> HTML 4.01 attribute names are not case sensitive.
|
||||
attribute-value-selector-005 reference/filler-text-below-green Case sensitivity of attributes and attribute values in HTML 4.01 HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 98fe9d0bad9fb7ca59e360a6c9c33042e5d451ea `Microsoft`<http://www.microsoft.com/> HTML 4.01 attribute names are not case sensitive.
|
||||
attribute-value-selector-006 reference/filler-text-below-green Multiple and repeating attributes http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 1f42c36cb8f99e36982f9ebbec59c63967c711c1 `Microsoft`<http://www.microsoft.com/> Multiple attribute selectors can be used to refer to several attributes of an element, or even several times to the same attribute.
|
||||
attribute-value-selector-007 lang attribute selector - att=val HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors b144c51a0bda8a4416ab50f1cff0f77044315094 `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> lang attribute selector with att=val in HTML should not be case sensitive, and should only match when att is exactly val
|
||||
attribute-value-selector-007 lang attribute selector - att=val HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors c66ad246bf6f8d5b5f16e330d968629d22c29ec1 `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> lang attribute selector with att=val in HTML should not be case sensitive, and should only match when att is exactly val
|
||||
attribute-value-selector-008 attribute selector - att=val nonHTML http://www.w3.org/TR/CSS21/selector.html#attribute-selectors df9f94901759df9b76cf40d97ca1bc87bd5ef407 `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> attribute selector with att=val in XHTML should be case sensitive, and should only match when att is exactly val
|
||||
attribute-value-selector-009 lang attribute selector - att |= val nonHTML http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 97d442f5c1c5b7c883684e956a3a53964d18db05 `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> lang attribute selector with 'att |= val' in XHTML should be case sensitive, and match hyphen-separated list
|
||||
attribute-value-selector-010 lang attribute selector - att |= val HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 6610e1761c91638f236f6d09e5fa3cd1ec9bc73f `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> lang attribute selector with 'att |= val' in HTML should not be case sensitive, and match hyphen-separated list
|
||||
attribute-value-selector-010 lang attribute selector - att |= val HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 8e5e682c49b5702b310e7c58e4a2b4caae5438c1 `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> lang attribute selector with 'att |= val' in HTML should not be case sensitive, and match hyphen-separated list
|
||||
background-001 reference/background-001-ref Background with color http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background 3dd2f2ebcf82520953f31d00f243c309e9b005f9 `Microsoft`<http://www.microsoft.com/> Background with color only sets the background of the element to the color specified.
|
||||
background-002 reference/background-001-ref Background with an image image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background 42b9cd53f06b23fbd5efb5774fb90cf6937cece9 `Microsoft`<http://www.microsoft.com/> Background with image only sets the background of the element to the image specified.
|
||||
background-003 reference/background-003-ref Background with repeat image http://www.w3.org/TR/CSS21/colors.html#propdef-background,http://www.w3.org/TR/CSS21/colors.html#background-properties,http://www.w3.org/TR/css3-background/#the-background-repeat 078b26cedc73d69fe8763d4a736bce0c87ad202b `Microsoft`<http://www.microsoft.com/> Background shorthand with repeat only sets its background-repeat subproperty. In such case, the other background subproperties are set to their initial values: 'background-image' is set to 'none', 'background-color' is set to transparent, 'background-attachment' is set to 'scroll', 'background-position' is set to '0% 0%'.
|
||||
|
@ -1389,7 +1389,7 @@ background-table-003 background-repeat on table rows http://www.w3.org/TR/CSS2
|
|||
background-transparency-001 Background initial transparency http://www.w3.org/TR/CSS21/colors.html#background-properties 736b083d39ed02d90e26ecf8cfeaada2cc443b70 `Microsoft`<http://www.microsoft.com/> Background of the parent shines through the child if nothing is over it.
|
||||
bad-selector-001 reference/no-red-filler-text-ref Parsing of bad selectors invalid http://www.w3.org/TR/CSS21/syndata.html#rule-sets 1d45e37ea036e7e72fcf9fc064a1eb064d2447b4 `Microsoft`<http://www.microsoft.com/> Declarations with bad selectors are ignored.
|
||||
basic-css-table-001 CSS table display types http://www.w3.org/TR/CSS21/tables.html#table-display a76fad935d54e5eded6be37d1f4d04ddc497d263 `Microsoft`<http://www.microsoft.com/> CSS display table types are supported.
|
||||
basic-html-table-001 HTML table with every table element HTMLonly http://www.w3.org/TR/CSS21/tables.html#table-display,http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2 51ea5055ee5e8fbe0dcfed92e73ce5218baf89fa `Microsoft`<http://www.microsoft.com/> HTML table elements are supported.
|
||||
basic-html-table-001 HTML table with every table element http://www.w3.org/TR/CSS21/tables.html#table-display,http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2 2d2335714010abd404725d488c7a5ffb44b15c7c `Microsoft`<http://www.microsoft.com/> HTML table elements are supported.
|
||||
before-after-001 reference/no-red-on-blank-page-ref Before, after applies to same selector invalid http://www.w3.org/TR/CSS21/generate.html#before-after-content bc2221b20dfc6597b1d3a72c2b6ce828e4637e6e `Microsoft`<http://www.microsoft.com/> Multiple pseudo-elements cannot be placed on the same selector.
|
||||
before-after-002 Before, after is included in formatting changes http://www.w3.org/TR/CSS21/generate.html#before-after-content e508222d00574adb1450511af59f2d17b588e2b5 `Microsoft`<http://www.microsoft.com/> Generated content is included in any formatting changes made to an element.
|
||||
before-after-011 reference/before-after-011-ref CSS table model and generated content: Basics http://www.w3.org/TR/CSS21/generate.html#content 4d711fe352bece2498662d33b1072358131808c1 `Ian Hickson`<mailto:ian@hixie.ch>
|
||||
|
@ -3965,7 +3965,7 @@ case-sensitive-001 reference/ref-green-background Case-sensitivity of At-rules (
|
|||
case-sensitive-003 reference/case-sensitive-003-ref Case-sensitivity of pseudo-classes and pseudo-elements http://www.w3.org/TR/CSS21/syndata.html#characters 1e07287509efaccf3f3adfe46d062f0ea27a0aeb `Elika J. Etemad`<http://fantasai.inkedblade.net/> Pseudo-class and pseudo-element names are ASCII case-insensitive.
|
||||
case-sensitive-004 reference/case-sensitive-003-ref Case-sensitivity of :lang() arguments http://www.w3.org/TR/CSS21/syndata.html#characters 723fdbbe5941d318118e86cf5ae161312de476d2 `Elika J. Etemad`<http://fantasai.inkedblade.net/> The argument to :lang() is ASCII case-insensitive.
|
||||
case-sensitive-005 reference/case-sensitive-005-ref Case-sensitivity of counter names http://www.w3.org/TR/CSS21/syndata.html#characters dfd0240ea392700c15e32a28eec725b6db820f94 `Elika J. Etemad`<http://fantasai.inkedblade.net/> Counter names are case-sensitive.
|
||||
case-sensitive-006 reference/filler-text-below-green Case sensitivity with element selectors HTMLonly http://www.w3.org/TR/CSS21/syndata.html#characters 22e1a8c5e8284dd76b4937bb74102888636a7325 `Microsoft`<http://www.microsoft.com/> Element selectors are case-insensitive in HTML.
|
||||
case-sensitive-006 reference/filler-text-below-green Case sensitivity with element selectors HTMLonly http://www.w3.org/TR/CSS21/syndata.html#characters 457235f5ac6fac023fd91e151fd6aac15d688db4 `Microsoft`<http://www.microsoft.com/> Element selectors are case-insensitive in HTML.
|
||||
case-sensitive-007 reference/no-red-filler-text-ref Case sensitivity with element selectors nonHTML http://www.w3.org/TR/CSS21/syndata.html#characters 07b1170801ad9349fabaf98db0ece9a247c6bbb5 `Microsoft`<http://www.microsoft.com/> Element selectors are case-sensitive in XHTML and XML.
|
||||
case-sensitive-008 Case sensitive attributes http://www.w3.org/TR/CSS21/syndata.html#characters 8cf1bfbdf626dc47463dec1641223a3070ad05bb `Microsoft`<http://www.microsoft.com/> CSS style sheets parts that are not under the control of CSS are case dependant on the language being used.
|
||||
character-encoding-001 html utf8, css http iso1 http http://www.w3.org/TR/CSS21/syndata.html#charset fb6776fd6b89a215898ffd2f8a2939bca234fd6d `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in HTTP.
|
||||
|
@ -4524,7 +4524,7 @@ content-178 Generated Content and :hover interact http://www.w3.org/TR/CSS21/ge
|
|||
content-applies-to-001 Content property works only with :before and :after http://www.w3.org/TR/CSS21/generate.html#content 0a7b1ab9d36c05a3a846ddbb83630d2c7d472446 `Microsoft`<http://www.microsoft.com/> Content property only works in conjunction with the :before and :after pseudo-elements.
|
||||
content-attr-001 Content property missing attr(x) http://www.w3.org/TR/CSS21/generate.html#content a0172362ab7646f9bc95c6a72f8e802b0be15661 `Microsoft`<http://www.microsoft.com/> If attribute (x) does not exist then an empty string is returned for the attr(x) value.
|
||||
content-attr-002 Generated Content from Attributes http://www.w3.org/TR/CSS21/generate.html#content 3e946aa0feecdff07e2b1eb05d7ac1035d5bd7e7 `Ian Hickson`<mailto:ian@hixie.ch>
|
||||
content-attr-case-001 Content property attr(x) case sensitivity HTMLonly http://www.w3.org/TR/CSS21/generate.html#content 931b842f10ec40ae8fbd9b273ae7247d1596ff48 `Microsoft`<http://www.microsoft.com/> The attr(x) function selects the attribute even when case does not match.
|
||||
content-attr-case-001 Content property attr(x) case sensitivity HTMLonly http://www.w3.org/TR/CSS21/generate.html#content 96aca06767439e52a29914a3e62c5fb48ca7b051 `Microsoft`<http://www.microsoft.com/> The attr(x) function selects the attribute even when case does not match.
|
||||
content-attr-case-002 content attr(x) case sensitivity nonHTML http://www.w3.org/TR/CSS21/generate.html#content 8f51b48e369494bfb30ac28c19acfd57462413e2 `Microsoft`<http://www.microsoft.com/> Verify in XHTML that attr(x) does not select the attribute when the case does not match
|
||||
content-auto-reset-001 Content property on out of scope counter http://www.w3.org/TR/CSS21/generate.html#content 073f16d82ce968e2b8068bfa814e1766852b4f2b `Microsoft`<http://www.microsoft.com/> If content refers to a counter that is not in scope, it is assumed that a counter-reset has occurred and the counter is reset to zero.
|
||||
content-counter-000 reference/content-counter-000-ref content: counter(c) http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter,http://www.w3.org/TR/CSS21/generate.html#counter-styles 11a2ca2e1625c9268277f0ae67b69128862f171f `L. David Baron`<http://dbaron.org/>
|
||||
|
@ -6314,7 +6314,7 @@ html-attribute-025 Attribute 'rows' vs CSS 'height' specificity http://www.w3.
|
|||
html-attribute-027 Attribute 'size' vs CSS 'height' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 2ff211e36163503f656b0159564c0d65b733683a `Microsoft`<http://www.microsoft.com/> Attribute 'size' has a specificity of zero and is overridden by CSS.
|
||||
html-attribute-028 reference/filler-text-below-green Attribute 'text' vs. CSS 'color' specificity http://www.w3.org/TR/CSS21/cascade.html#preshint 1ce9f6f95b73a4ccf256bec09117276809d48ade `Microsoft`<http://www.microsoft.com/> Attribute 'text' has a specificity of zero and is overridden by CSS.
|
||||
html-attribute-029 Attribute 'vlink' vs. CSS ':visited' specificity history,interact http://www.w3.org/TR/CSS21/cascade.html#preshint f998397c8034e6c1736eb7ddec232c366a1c94a5 `Microsoft`<http://www.microsoft.com/> Attribute 'vlink' has a specificity of zero and is overridden by CSS.
|
||||
html-case-sensitivity-001 reference/filler-text-below-green HTML case sensitivity - Simple selectors HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors c1084fb637732e0f38c98f3cf8d44ed7615b50d3 `Microsoft`<http://www.microsoft.com/> Simple selectors are not case sensitive in HTML.
|
||||
html-case-sensitivity-001 reference/filler-text-below-green HTML case sensitivity - Simple selectors HTMLonly http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 61c5f087d9286aac1c28ebd292b4d741f26ee594 `Microsoft`<http://www.microsoft.com/> Simple selectors are not case sensitive in HTML.
|
||||
html-precedence-001 reference/filler-text-below-green Element selector precedence http://www.w3.org/TR/CSS21/cascade.html#preshint 3573513b879877aac04434ec6e5b093269bc4524 `Microsoft`<http://www.microsoft.com/> The 'color' attribute has a specificity equal to 0 which be overridden by subsequent style sheet rules.
|
||||
html-precedence-002 Universal selector precedence http://www.w3.org/TR/CSS21/cascade.html 0b46ebed4702a22efb288095cbdf9b70b775abdb `Microsoft`<http://www.microsoft.com/> The universal selector and the 'color' attribute have the same specificity. The universal selector is applied since CSS takes precedence.
|
||||
html-precedence-003 User style sheet precedence userstyle http://www.w3.org/TR/CSS21/cascade.html b507f02f7de40704408f6fb0730e3c9498592b07 `Microsoft`<http://www.microsoft.com/> The 'font' element's 'color' attribute trumps the user stylesheet's universal selector. They have the same specificity but the font element is a virtual author rule.
|
||||
|
@ -6546,7 +6546,7 @@ invalid-decl-at-rule-001 reference/filler-text-below-green Parsing invalid decla
|
|||
invalid-decl-at-rule-002 reference/filler-text-below-green Parsing invalid declarations in at-rules where valid declaration follows invalid rule invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 18333853d45725f63cfc9ac8c77ccf8019fbd6a0 `Microsoft`<http://www.microsoft.com/> Invalid declarations at the beginning of at-rules are ignored while the remaining following valid declarations are applied.
|
||||
keywords-000 reference/ref-green-background Keywords v. Strings (background) http://www.w3.org/TR/CSS21/syndata.html#keywords 357b9fbfad6de9a3954d1b74132546939b2ab969 `L. David Baron`<http://dbaron.org/>
|
||||
keywords-001 reference/keywords-001-ref Keywords v. Strings (width) http://www.w3.org/TR/CSS21/syndata.html#keywords 13c37f2ae37cf36c4c63e048fda5b7e634131c79 `L. David Baron`<http://dbaron.org/>
|
||||
lang-pseudoclass-001 :lang pseudoclass HTMLonly http://www.w3.org/TR/CSS21/selector.html#lang 2602376b05b0a04bfac482b35a7255b115f32cae `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :lang pseudoclass in HTML should not be case-sensitive, and match a substring
|
||||
lang-pseudoclass-001 :lang pseudoclass HTMLonly http://www.w3.org/TR/CSS21/selector.html#lang ed144842c4ac153c32ec42841a3670ec4f867836 `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :lang pseudoclass in HTML should not be case-sensitive, and match a substring
|
||||
lang-pseudoclass-002 :lang pseudoclass nonHTML http://www.w3.org/TR/CSS21/selector.html#lang 809974aadd059c23c700cfcc3511f3600d18d104 `Richard Ishida`<mailto:ishida@w3.org>,`Eira Monstad, Opera Software ASA`<mailto:public-testsuites@opera.com> :lang pseudoclass in XHTML should be case sensitive, and match a substring
|
||||
lang-selector-001 reference/lang-selector-001-ref Selectors :lang pseudo-class http://www.w3.org/TR/CSS21/selector.html#lang 2cc3bcad14d2ae93e81330e70b355dc2d29fa55f `Microsoft`<http://www.microsoft.com/> The :lang pseudo-class selector matches any element with a matching lang attribute.
|
||||
lang-selector-002 reference/no-red-filler-text-ref Empty :lang selector invalid http://www.w3.org/TR/CSS21/selector.html#lang b7b03b42293d2980dc7fe0c42c76fe4e42cf7b3f `Microsoft`<http://www.microsoft.com/> Language identifier cannot be empty.
|
||||
|
@ -8187,7 +8187,7 @@ overflow-applies-to-012 reference/ref-if-there-is-no-red overflow applied to ele
|
|||
overflow-applies-to-013 reference/ref-if-there-is-no-red overflow applied to elements with 'display' set to 'table' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow f32853446be0649bcbf2ad5d370f85cf9f1a57fd `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'table'.
|
||||
overflow-applies-to-014 reference/ref-if-there-is-no-red overflow applied to elements with 'display' set to 'inline-table' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 9dff4df7af0a5fd748bbf49d98ee9a49ddaf9441 `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'inline-table'.
|
||||
overflow-applies-to-015 reference/ref-if-there-is-no-red overflow applied to elements with 'display' set to 'table-caption' ahem http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow,http://www.w3.org/TR/CSS21/visufx.html#overflow 442f3d24c0384de7ea16ff5eb82f46abcb88c8fb `Microsoft`<http://www.microsoft.com/> The 'overflow' property applies to elements with 'display' set to 'table-caption'.
|
||||
overflow-html-body-001 Overflow on body propagates to viewport HTMLonly http://www.w3.org/TR/CSS21/visufx.html#overflow fe1965ac899fd53ea219d93a81049663904e20d2 `Microsoft`<http://www.microsoft.com/> An HTML user agent propagates the 'overflow' property from the 'body' to the viewport.
|
||||
overflow-html-body-001 Overflow on body propagates to viewport http://www.w3.org/TR/CSS21/visufx.html#overflow b796f106ecbaf8f3ec883d428c6755e8631f1302 `Microsoft`<http://www.microsoft.com/> An HTML user agent propagates the 'overflow' property from the 'body' to the viewport.
|
||||
overflow-parent-001 Overflow hidden on root element http://www.w3.org/TR/CSS21/visufx.html#overflow 5e5665c2ad7fbd835b709512267113fbdb6b67fc `Microsoft`<http://www.microsoft.com/> Clipping does not affect elements where their parent is the viewport.
|
||||
overflow-print-001 Overflow 'scroll' and printing may,paged http://www.w3.org/TR/CSS21/visufx.html#overflow 6084ae9d52fdc1d051372ae928be2d0fc0ece147 `Microsoft`<http://www.microsoft.com/> The 'overflow' property set to 'scroll' acts like 'visible' when element is printed.
|
||||
overflow-root-001 Overflow on root propagates to viewport http://www.w3.org/TR/CSS21/visufx.html#overflow 2732f05f98602083e3cac47e147b2cf9a8ef8e6b `Microsoft`<http://www.microsoft.com/> The 'overflow' property set on the root propagates to the viewport.
|
||||
|
@ -9388,10 +9388,10 @@ table-height-algorithm-030 Cell boxes smaller than their rows receive extra pad
|
|||
table-height-algorithm-031 Table baseline and caption http://www.w3.org/TR/CSS21/tables.html#height-layout,http://www.w3.org/TR/CSS21/visudet.html#leading 65eca5feb9ce005655803e21634e7db8b7b8dc87 `Microsoft`<http://www.microsoft.com/> A table caption does not set the baseline for a table.
|
||||
table-height-algorithm-032 Inline-table baseline and caption http://www.w3.org/TR/CSS21/tables.html#height-layout,http://www.w3.org/TR/CSS21/visudet.html#leading 4067a0970a6c859e9836ea36d8bed04790e01c29 `Microsoft`<http://www.microsoft.com/> A table caption does not set the baseline for an inline-table.
|
||||
table-in-inline-001 reference/table-in-inline-001-ref blocks inside inlines – table-pseudo-in-part3-1 http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level 5736ce35d142b5b5210309b68e33956e7da02d39 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
|
||||
table-intro-example-001 Introduction to Tables (text-align, font-weight) HTMLonly http://www.w3.org/TR/CSS21/tables.html#tables-intro 5352d59ceb6c3d96b6e080d940d77936081e224e `Microsoft`<http://www.microsoft.com/> 'text-align' and 'font-weight' can be applied to table cells (example from spec section 17.1).
|
||||
table-intro-example-002 Introduction to Tables (vertical-align) HTMLonly http://www.w3.org/TR/CSS21/tables.html#tables-intro bd69aaf91ac4bdf7dcab118078b9936bcd9a7bc1 `Microsoft`<http://www.microsoft.com/> 'vertical-align' can be set on table cells (example from section 17.1).
|
||||
table-intro-example-003 Introduction to Tables (border-collapse, border) HTMLonly http://www.w3.org/TR/CSS21/tables.html#tables-intro 3033c9166cc42fe6bada3d42b925685eda3c4f78 `Microsoft`<http://www.microsoft.com/> 'border-collapse' and 'border' can be set on table elements (example from section 17.1).
|
||||
table-intro-example-004 Introduction to Tables (caption-side) HTMLonly http://www.w3.org/TR/CSS21/tables.html#tables-intro 5729584dcaca25c6eefbb282fd41a6fc58f6b348 `Microsoft`<http://www.microsoft.com/> 'caption-side' can be set on a table caption (example from section 17.1).
|
||||
table-intro-example-001 Introduction to Tables (text-align, font-weight) http://www.w3.org/TR/CSS21/tables.html#tables-intro d3ec6d14d1ed132e0f7395c85d9803967a1aa6cb `Microsoft`<http://www.microsoft.com/> 'text-align' and 'font-weight' can be applied to table cells (example from spec section 17.1).
|
||||
table-intro-example-002 Introduction to Tables (vertical-align) http://www.w3.org/TR/CSS21/tables.html#tables-intro 8702bfd06511a290586cb2565d9afd6227dbf1b3 `Microsoft`<http://www.microsoft.com/> 'vertical-align' can be set on table cells (example from section 17.1).
|
||||
table-intro-example-003 Introduction to Tables (border-collapse, border) http://www.w3.org/TR/CSS21/tables.html#tables-intro a748de6ac35b1b954e607023905ff851605c5412 `Microsoft`<http://www.microsoft.com/> 'border-collapse' and 'border' can be set on table elements (example from section 17.1).
|
||||
table-intro-example-004 Introduction to Tables (caption-side) http://www.w3.org/TR/CSS21/tables.html#tables-intro 330287e4994e9b26e19f3d1b63a98e272fbe9506 `Microsoft`<http://www.microsoft.com/> 'caption-side' can be set on a table caption (example from section 17.1).
|
||||
table-layer-transparency-001 Background on a table element shows if all elements above its layer are transparent http://www.w3.org/TR/CSS21/tables.html#table-layers 11f26cdc88668b70c3c86bd93e5bc970799e8643 `Microsoft`<http://www.microsoft.com/> A background set on a table element will show if all table element layers above it are transparent.
|
||||
table-layer-transparency-002 Background on a column group element shows if all elements above its layer are transparent http://www.w3.org/TR/CSS21/tables.html#table-layers 825f6a7c7e4e9e7a130adf95489923cc130981c1 `Microsoft`<http://www.microsoft.com/> A background set on a column group element will show if all table element layers above it are transparent.
|
||||
table-layer-transparency-003 Background on a column group element shows on all of a cell that spans through it 96dpi,image http://www.w3.org/TR/CSS21/tables.html#table-layers 9518bed9b069d5b14537e2b5561158bd8ca24898 `Microsoft`<http://www.microsoft.com/> A background set on a column group element will show on all of a cell that spans outside of it, but it will not affect background image positioning.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'</title>
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'</title>
|
||||
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
|
||||
|
@ -11,7 +11,7 @@
|
|||
<link rel="match" href="reference/abs-pos-non-replaced-vrl-004-ref.xht" />
|
||||
|
||||
<meta name="flags" content="ahem image" />
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'." />
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'." />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
div#containing-block
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'</title>
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'</title>
|
||||
|
||||
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" />
|
||||
|
@ -11,7 +11,7 @@
|
|||
<link rel="match" href="reference/abs-pos-non-replaced-vrl-004-ref.xht" />
|
||||
|
||||
<meta name="flags" content="ahem image" />
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'." />
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'." />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
div#containing-block
|
||||
|
|
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: HTML table with every table element</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#table-display" />
|
||||
<link rel="help" href="http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2" />
|
||||
<meta name="assert" content="HTML table elements are supported." />
|
||||
<style type="text/css">
|
||||
caption, td, th
|
||||
{
|
||||
background: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is a solid bar on top of a three-by-three grid of boxes below.</p>
|
||||
<table border="1">
|
||||
<caption>X</caption>
|
||||
<colgroup>
|
||||
<col />
|
||||
<col />
|
||||
</colgroup>
|
||||
<colgroup>
|
||||
<col />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>XXXXX</th>
|
||||
<th>XXXXX</th>
|
||||
<th>XXXXX</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>XXXXX</td>
|
||||
<td>XXXXX</td>
|
||||
<td>XXXXX</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>XXXXX</td>
|
||||
<td>XXXXX</td>
|
||||
<td>XXXXX</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/about.html">1 About the CSS 2.1 Specification</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/about.html#q1.0">1 About the CSS 2.1 Specification</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s10">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/visudet.html">10 Visual formatting model details</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/visudet.html#q10.0">10 Visual formatting model details</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.1">
|
||||
|
@ -4171,9 +4174,9 @@
|
|||
<a href="abs-pos-non-replaced-vlr-059.xht">abs-pos-non-replaced-vlr-059</a></td>
|
||||
<td><a href="reference/abs-pos-non-replaced-vrl-004-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'
|
||||
<td>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'
|
||||
<ul class="assert">
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'.</li>
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -4699,9 +4702,9 @@
|
|||
<a href="abs-pos-non-replaced-vrl-058.xht">abs-pos-non-replaced-vrl-058</a></td>
|
||||
<td><a href="reference/abs-pos-non-replaced-vrl-004-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'
|
||||
<td>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'
|
||||
<ul class="assert">
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'.</li>
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s11">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s11">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/visufx.html">11 Visual effects</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/visufx.html#q11.0">11 Visual effects</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1">
|
||||
|
@ -616,6 +619,17 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="overflow-html-body-001-11.1.1" class="">
|
||||
<td>
|
||||
<a href="overflow-html-body-001.xht">overflow-html-body-001</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Overflow on body propagates to viewport
|
||||
<ul class="assert">
|
||||
<li>An HTML user agent propagates the 'overflow' property from the 'body' to the viewport.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="overflow-parent-001-11.1.1" class="">
|
||||
<td>
|
||||
<a href="overflow-parent-001.xht">overflow-parent-001</a></td>
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
<a href="https://www.w3.org/TR/CSS21/generate.html#generated-text">12 Generated content, automatic numbering, and lists</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
<a href="https://www.w3.org/TR/CSS21/page.html#the-page">13 Paged media</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.1">+</a>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s14">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/colors.html">14 Colors and Backgrounds</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/colors.html#q14.0">14 Colors and Backgrounds</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s15">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/fonts.html">15 Fonts</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/fonts.html#q15.0">15 Fonts</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s16">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/text.html">16 Text</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/text.html#q16.0">16 Text</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s17">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/tables.html">17 Tables</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/tables.html#q17.0">17 Tables</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.1">
|
||||
|
@ -137,6 +140,50 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-001-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-001.xht">table-intro-example-001</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Introduction to Tables (text-align, font-weight)
|
||||
<ul class="assert">
|
||||
<li>'text-align' and 'font-weight' can be applied to table cells (example from spec section 17.1).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-002-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-002.xht">table-intro-example-002</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Introduction to Tables (vertical-align)
|
||||
<ul class="assert">
|
||||
<li>'vertical-align' can be set on table cells (example from section 17.1).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-003-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-003.xht">table-intro-example-003</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Introduction to Tables (border-collapse, border)
|
||||
<ul class="assert">
|
||||
<li>'border-collapse' and 'border' can be set on table elements (example from section 17.1).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-004-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-004.xht">table-intro-example-004</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Introduction to Tables (caption-side)
|
||||
<ul class="assert">
|
||||
<li>'caption-side' can be set on a table caption (example from section 17.1).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-organization-001-17.1" class="">
|
||||
<td>
|
||||
<a href="table-organization-001.xht">table-organization-001</a></td>
|
||||
|
@ -227,6 +274,17 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="basic-html-table-001-17.2" class="">
|
||||
<td>
|
||||
<a href="basic-html-table-001.xht">basic-html-table-001</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>HTML table with every table element
|
||||
<ul class="assert">
|
||||
<li>HTML table elements are supported.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="before-content-display-012-17.2" class="">
|
||||
<td>
|
||||
<a href="before-content-display-012.xht">before-content-display-012</a></td>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s18">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/ui.html">18 User interface</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/ui.html#q18.0">18 User interface</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/intro.html">2 Introduction to CSS 2.1</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/intro.html#q2.0">2 Introduction to CSS 2.1</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/conform.html">3 Conformance: Requirements and Recommendations</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/conform.html#q3.0">3 Conformance: Requirements and Recommendations</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Syntax and basic data types (439 tests)</h2>
|
||||
<h2>Syntax and basic data types (431 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -30,96 +30,11 @@
|
|||
<tbody id="s4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/syndata.html">4 Syntax and basic data types</a></th></tr>
|
||||
<!-- 8 tests -->
|
||||
<tr id="counters-001-4" class="">
|
||||
<td>
|
||||
<a href="counters-001.xht">counters-001</a></td>
|
||||
<td><a href="reference/counters-001-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Parsing counter functions with just the identifier
|
||||
<ul class="assert">
|
||||
<li>Counters can be referred to using only the identifier.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="counters-002-4" class="invalid">
|
||||
<td>
|
||||
<a href="counters-002.xht">counters-002</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Parsing invalid counter functions - Too many arguments
|
||||
<ul class="assert">
|
||||
<li>A counter is invalid if it has too many arguments.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-014-4" class="">
|
||||
<td>
|
||||
<a href="ident-014.xht">ident-014</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Selector attributes and hyphens
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors can begin with hyphens.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-015-4" class="">
|
||||
<td>
|
||||
<a href="ident-015.xht">ident-015</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Attribute selectors and underscores
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors can begin with underscores.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-016-4" class="">
|
||||
<td>
|
||||
<a href="ident-016.xht">ident-016</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Attribute selectors with hyphens and underscores
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors are valid if they begin with hyphens and then underscores.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-017-4" class="invalid">
|
||||
<td>
|
||||
<a href="ident-017.xht">ident-017</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Attribute selection with digits
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors cannot begin with digits.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-018-4" class="invalid">
|
||||
<td>
|
||||
<a href="ident-018.xht">ident-018</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Attribute selectors starting with hyphens and digits
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors cannot begin with hyphens then digits.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ident-019-4" class="">
|
||||
<td>
|
||||
<a href="ident-019.xht">ident-019</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Attribute selectors starting with underscore and digits
|
||||
<ul class="assert">
|
||||
<li>Attribute selectors can begin with underscore then digits.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/syndata.html#q4.0">4 Syntax and basic data types</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s4.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Selectors (677 tests)</h2>
|
||||
<h2>Selectors (668 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -30,80 +30,11 @@
|
|||
<tbody id="s5">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s5">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/selector.html">5 Selectors</a></th></tr>
|
||||
<!-- 9 tests -->
|
||||
<tr id="cascade-import-dynamic-001-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-001.xht">cascade-import-dynamic-001</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet append (<style>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-002-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-002.xht">cascade-import-dynamic-002</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet append (<link>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-003-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-003.xht">cascade-import-dynamic-003</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet insertion (<style>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-004-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-004.xht">cascade-import-dynamic-004</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet insertion (<link>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-005-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-005.xht">cascade-import-dynamic-005</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet deletion (<style>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-006-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-006.xht">cascade-import-dynamic-006</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet deletion (<link>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cascade-import-dynamic-control-5" class="">
|
||||
<td>
|
||||
<a href="cascade-import-dynamic-control.xht">cascade-import-dynamic-control</a></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Control test
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="html-precedence-004-5" class="userstyle">
|
||||
<td>
|
||||
<a href="html-precedence-004.xht">html-precedence-004</a></td>
|
||||
<td><a href="reference/html-precedence-004-ref.xht">=</a> </td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>User Stylesheets and non-CSS Presentational Hints
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="html-precedence-005-5" class="userstyle">
|
||||
<td>
|
||||
<a href="html-precedence-005.xht">html-precedence-005</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>User Stylesheets and non-CSS Presentational Hints
|
||||
</td>
|
||||
</tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/selector.html#q5.0">5 Selectors</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Assigning property values, Cascading, and Inheritance (145 tests)</h2>
|
||||
<h2>Assigning property values, Cascading, and Inheritance (117 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -30,316 +30,11 @@
|
|||
<tbody id="s6">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s6">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/cascade.html">6 Assigning property values, Cascading, and Inheritance</a></th></tr>
|
||||
<!-- 28 tests -->
|
||||
<tr id="at-import-001-6" class="">
|
||||
<td>
|
||||
<a href="at-import-001.xht">at-import-001</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>@import not as the first declaration
|
||||
<ul class="assert">
|
||||
<li>An @import is ignored if it is not the first statement in a style block.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-002-6" class="">
|
||||
<td>
|
||||
<a href="at-import-002.xht">at-import-002</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Importing external stylesheets with @import
|
||||
<ul class="assert">
|
||||
<li>An @import used to import external stylesheets.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-003-6" class="">
|
||||
<td>
|
||||
<a href="at-import-003.xht">at-import-003</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Importing styles using @import with a string
|
||||
<ul class="assert">
|
||||
<li>An @import used with just a string is interpreted as if it had url(...) around it.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-004-6" class="">
|
||||
<td>
|
||||
<a href="at-import-004.xht">at-import-004</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Media dependency on @import set to 'print'
|
||||
<ul class="assert">
|
||||
<li>Specifying a media-dependency of print does not apply rules to the user agent display.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-005-6" class="">
|
||||
<td>
|
||||
<a href="at-import-005.xht">at-import-005</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Media dependency on @import set to 'all'
|
||||
<ul class="assert">
|
||||
<li>Specifying the media-dependency of 'all' applies to all media types including user agent display.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-006-6" class="">
|
||||
<td>
|
||||
<a href="at-import-006.xht">at-import-006</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Media dependency on @import set to 'screen'
|
||||
<ul class="assert">
|
||||
<li>Specifying the media-dependent import rules to 'screen' applies to user agent display.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="at-import-007-6" class="">
|
||||
<td>
|
||||
<a href="at-import-007.xht">at-import-007</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>@import with @charset
|
||||
<ul class="assert">
|
||||
<li>An @import is valid after @charset.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="html-precedence-002-6" class="">
|
||||
<td>
|
||||
<a href="html-precedence-002.xht">html-precedence-002</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Universal selector precedence
|
||||
<ul class="assert">
|
||||
<li>The universal selector and the 'color' attribute have the same specificity. The universal selector is applied since CSS takes precedence.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="html-precedence-003-6" class="userstyle">
|
||||
<td>
|
||||
<a href="html-precedence-003.xht">html-precedence-003</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>User style sheet precedence
|
||||
<ul class="assert">
|
||||
<li>The 'font' element's 'color' attribute trumps the user stylesheet's universal selector. They have the same specificity but the font element is a virtual author rule.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="inherited-value-002-6" class="ahem">
|
||||
<td>
|
||||
<a href="inherited-value-002.xht">inherited-value-002</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>Inheriting computed values
|
||||
<ul class="assert">
|
||||
<li>The computed value of a font-size with a percentage is the percentage of its parent's font-size value. A nested element which also has a percentage applies the parents' specified value (which is inherited).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-001-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-001.xht">user-stylesheet-001</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>User defined stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>User stylesheet can be applied to the page.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-002-6" class="interact userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-002.xht">user-stylesheet-002</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>User defined stylesheet can be applied and persisted
|
||||
<ul class="assert">
|
||||
<li>The user stylesheet is still applied after close and reopen the user agent window.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-003-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-003.xht">user-stylesheet-003</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Rules with normal declarations in an user defined stylesheet can be overriden by rules with normal declarations from author in a style block
|
||||
<ul class="assert">
|
||||
<li>A CSS rule (with normal - not !important - declarations) in an author style sheet have more weight than a CSS rule (with normal - not !important -declarations) in an user style sheet.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-004-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-004.xht">user-stylesheet-004</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Rules with normal declarations in an user defined stylesheet can be overriden by normal declarations from author in an inline style attribute
|
||||
<ul class="assert">
|
||||
<li>A normal - not !important - declaration in an inline style from author have more weight than a CSS rule (with normal - not !important -) declarations in an user style sheet.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-005-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-005.xht">user-stylesheet-005</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Descendant selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The descendant selector defined in user stylesheet is applied to the appropriate element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-006-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-006.xht">user-stylesheet-006</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Child selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The child selector defined in user stylesheet is applied to the appropriate element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-007-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-007.xht">user-stylesheet-007</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Adjacent sibling selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The adjacent sibling selector defined in user stylesheet is applied to the appropriate element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-008-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-008.xht">user-stylesheet-008</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Attribute selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The attribute selector defined in user stylesheet is applied to the appropriate element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-009-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-009.xht">user-stylesheet-009</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>ID selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The ID selector defined in user stylesheet is applied to the appropriate element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-010-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-010.xht">user-stylesheet-010</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-class selector :first-child defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-class selector :first-child defined in user stylesheet is applied to the first child of an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-011-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-011.xht">user-stylesheet-011</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-element first-line selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-element selector :first-line defined in user stylesheet is applied to the first line of an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-012-6" class="history userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-012.xht">user-stylesheet-012</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="history" title="Requires session history">History</abbr><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Link defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-class selector :link defined in user stylesheet is applied to all links.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-013-6" class="interact userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-013.xht">user-stylesheet-013</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Visited selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-class selector :visited defined in user stylesheet is applied when a link has already been visited.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-014-6" class="interact userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-014.xht">user-stylesheet-014</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Hover defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-class selector :hover defined in user stylesheet is applied when the mouse is above an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-015-6" class="interact userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-015.xht">user-stylesheet-015</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-class :active defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-class selector :active defined in user stylesheet is implemented.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-016-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-016.xht">user-stylesheet-016</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-element first-letter selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-element selector :first-letter defined in user stylesheet is applied to the first letter of an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-017-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-017.xht">user-stylesheet-017</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-element before selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-element selector :before defined in user stylesheet is inserted before an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="user-stylesheet-018-6" class="userstyle">
|
||||
<td>
|
||||
<a href="user-stylesheet-018.xht">user-stylesheet-018</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="userstyle" title="Requires user style sheet or other special setting">User Style</abbr></td>
|
||||
<td>Pseudo-element after selector defined in user stylesheet can be applied
|
||||
<ul class="assert">
|
||||
<li>The pseudo-element selector :after defined in user stylesheet is inserted after an element.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/cascade.html#q6.0">6 Assigning property values, Cascading, and Inheritance</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s6.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Media types (22 tests)</h2>
|
||||
<h2>Media types (5 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -30,195 +30,11 @@
|
|||
<tbody id="s7">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s7">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/media.html">7 Media types</a></th></tr>
|
||||
<!-- 17 tests -->
|
||||
<tr id="media-dependency-001-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-001.xht">media-dependency-001</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>@media and target mediums
|
||||
<ul class="assert">
|
||||
<li>@media with a target medium applies styles on that target medium (screen).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-002-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-002.xht">media-dependency-002</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>@import and target mediums
|
||||
<ul class="assert">
|
||||
<li>@media with a target medium applies styles on that target medium (screen).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-003-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-003.xht">media-dependency-003</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Link tags and target mediums
|
||||
<ul class="assert">
|
||||
<li>Link with a target medium applies styles on that target medium (screen).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-004-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-004.xht">media-dependency-004</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Case-insensitive media types
|
||||
<ul class="assert">
|
||||
<li>Media types are case-insensitive.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-005-7" class="invalid">
|
||||
<td>
|
||||
<a href="media-dependency-005.xht">media-dependency-005</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Ignoring bad media types with @import
|
||||
<ul class="assert">
|
||||
<li>User agent ignores media types it does not understand with @import.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-006-7" class="invalid">
|
||||
<td>
|
||||
<a href="media-dependency-006.xht">media-dependency-006</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Ignoring bad media types with @media
|
||||
<ul class="assert">
|
||||
<li>User agent ignores media types it does not understand with @media.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-007-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-007.xht">media-dependency-007</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums
|
||||
<ul class="assert">
|
||||
<li>The @media block does not apply because it does not match the target medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-008-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-008.xht">media-dependency-008</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums and @import
|
||||
<ul class="assert">
|
||||
<li>The @import command does not apply because it does not match the target medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-009-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-009.xht">media-dependency-009</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Matching the 'All' target medium
|
||||
<ul class="assert">
|
||||
<li>The 'all' media type applies to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-010-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-010.xht">media-dependency-010</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (braille)
|
||||
<ul class="assert">
|
||||
<li>The 'braille' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-011-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-011.xht">media-dependency-011</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (embossed)
|
||||
<ul class="assert">
|
||||
<li>The 'embossed' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-012-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-012.xht">media-dependency-012</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (handheld)
|
||||
<ul class="assert">
|
||||
<li>The 'handheld' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-013-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-013.xht">media-dependency-013</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (projection)
|
||||
<ul class="assert">
|
||||
<li>The 'projection' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-014-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-014.xht">media-dependency-014</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (speech)
|
||||
<ul class="assert">
|
||||
<li>The 'speech' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-015-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-015.xht">media-dependency-015</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (tty)
|
||||
<ul class="assert">
|
||||
<li>The 'tty' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-016-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-016.xht">media-dependency-016</a></td>
|
||||
<td><a href="reference/no-red-filler-text-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Non-matching target mediums (tv)
|
||||
<ul class="assert">
|
||||
<li>The 'tv' media type does not apply to the screen medium.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="media-dependency-017-7" class="">
|
||||
<td>
|
||||
<a href="media-dependency-017.xht">media-dependency-017</a></td>
|
||||
<td><a href="reference/filler-text-below-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Multiple target mediums
|
||||
<ul class="assert">
|
||||
<li>An '@media' rule specifies the target media types separated by commas.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/media.html#q7.0">7 Media types</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s7.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
<a href="https://www.w3.org/TR/CSS21/box.html#box-model">8 Box model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s8.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.1">+</a>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Visual formatting model (1247 tests)</h2>
|
||||
<h2>Visual formatting model (1246 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
|
@ -30,16 +30,11 @@
|
|||
<tbody id="s9">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/visuren.html">9 Visual formatting model</a></th></tr>
|
||||
<!-- 1 tests -->
|
||||
<tr id="c5526c-display-000-9" class="">
|
||||
<td>
|
||||
<a href="c5526c-display-000.xht">c5526c-display-000</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>display/box/float/clear test
|
||||
</td>
|
||||
</tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/visuren.html#q9.0">9 Visual formatting model</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s9.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sA">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sA">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/aural.html">A Aural style sheets</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/aural.html#q19.0">A Aural style sheets</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sA.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sB">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sB">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/refs.html">B Bibliography</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/refs.html#q20.0">B Bibliography</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sB.1">
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sD">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sD">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/sample.html">D Default style sheet for HTML 4</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/sample.html#q22.0">D Default style sheet for HTML 4</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sD.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sD.#bidi">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sE">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sE">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/zindex.html">E Elaborate description of Stacking Contexts</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/zindex.html#q23.0">E Elaborate description of Stacking Contexts</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sE.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sE.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sF">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sF">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/propidx.html">F Full property table</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/propidx.html#q24.0">F Full property table</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sF.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sG">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sG">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/grammar.html">G Grammar of CSS 2.1</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/grammar.html#q25.0">G Grammar of CSS 2.1</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sG.1">
|
||||
|
@ -94,7 +97,7 @@
|
|||
<tbody id="sG.4">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sG.4">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/grammar.html#q4">G.4 Implementation note</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/grammar.html#q25.4">G.4 Implementation note</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<tbody id="sH">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sH">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/leftblank.html">H Has been intentionally left blank</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/leftblank.html#q26.0">H Has been intentionally left blank</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="sI">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#sI">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/indexlist.html">I Index</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/indexlist.html#q27.0">I Index</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sI.#index-;">
|
||||
|
@ -147,6 +150,9 @@
|
|||
<tbody id="sI.#index-z">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="sstatus.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: Overflow on body propagates to viewport</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visufx.html#overflow" />
|
||||
<meta name="assert" content="An HTML user agent propagates the 'overflow' property from the 'body' to the viewport." />
|
||||
<style type="text/css">
|
||||
body
|
||||
{
|
||||
overflow: hidden;
|
||||
}
|
||||
div
|
||||
{
|
||||
height: 110%;
|
||||
width: 110%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the horizontal and vertical scrolling mechanism is not available on the page.</p>
|
||||
<div></div>
|
||||
</body>
|
||||
</html>
|
|
@ -250,7 +250,7 @@
|
|||
</tbody>
|
||||
<tbody id="abs-pos-non-replaced-vlr-059" class="ahem image">
|
||||
<tr>
|
||||
<td rowspan="1" title="absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'">
|
||||
<td rowspan="1" title="absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'">
|
||||
<a href="abs-pos-non-replaced-vlr-059.xht">abs-pos-non-replaced-vlr-059</a></td>
|
||||
<td><a href="reference/abs-pos-non-replaced-vrl-004-ref.xht">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
|
@ -1146,7 +1146,7 @@
|
|||
</tbody>
|
||||
<tbody id="abs-pos-non-replaced-vrl-058" class="ahem image">
|
||||
<tr>
|
||||
<td rowspan="1" title="absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'">
|
||||
<td rowspan="1" title="absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'">
|
||||
<a href="abs-pos-non-replaced-vrl-058.xht">abs-pos-non-replaced-vrl-058</a></td>
|
||||
<td><a href="reference/abs-pos-non-replaced-vrl-004-ref.xht">=</a> </td>
|
||||
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
|
|
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: Introduction to Tables (text-align, font-weight)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#tables-intro" />
|
||||
<meta name="assert" content="'text-align' and 'font-weight' can be applied to table cells (example from spec section 17.1)." />
|
||||
<style type="text/css">
|
||||
caption
|
||||
{
|
||||
color: blue;
|
||||
}
|
||||
td
|
||||
{
|
||||
border: 1px solid blue;
|
||||
height: 5em;
|
||||
width: 10em;
|
||||
}
|
||||
th
|
||||
{
|
||||
border: 1px solid blue;
|
||||
font-weight: bold;
|
||||
height: 5em;
|
||||
text-align: center;
|
||||
width: 10em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the text in the left-most box column is centered in its column and darker than the text in the other columns.</p>
|
||||
<table>
|
||||
<caption>This is a simple 3x3 table</caption>
|
||||
<tr id="row1">
|
||||
<th>Header 1</th>
|
||||
<td>Cell 1</td>
|
||||
<td>Cell 2</td>
|
||||
</tr>
|
||||
<tr id="row2">
|
||||
<th>Header 2</th>
|
||||
<td>Cell 3</td>
|
||||
<td>Cell 4</td>
|
||||
</tr>
|
||||
<tr id="row3">
|
||||
<th>Header 3</th>
|
||||
<td>Cell 5</td>
|
||||
<td>Cell 6</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: Introduction to Tables (vertical-align)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#tables-intro" />
|
||||
<meta name="assert" content="'vertical-align' can be set on table cells (example from section 17.1)." />
|
||||
<style type="text/css">
|
||||
caption
|
||||
{
|
||||
color: blue;
|
||||
}
|
||||
td
|
||||
{
|
||||
border: 1px solid blue;
|
||||
height: 5em;
|
||||
vertical-align: middle;
|
||||
width: 10em;
|
||||
}
|
||||
th
|
||||
{
|
||||
border: 1px solid blue;
|
||||
height: 5em;
|
||||
vertical-align: baseline;
|
||||
width: 10em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the text in the left-most box column is at the very top of the column and text in the other two columns is vertically centered.</p>
|
||||
<table>
|
||||
<caption>This is a simple 3x3 table</caption>
|
||||
<tr id="row1">
|
||||
<th>Header 1</th>
|
||||
<td>Cell 1</td>
|
||||
<td>Cell 2</td>
|
||||
</tr>
|
||||
<tr id="row2">
|
||||
<th>Header 2</th>
|
||||
<td>Cell 3</td>
|
||||
<td>Cell 4</td>
|
||||
</tr>
|
||||
<tr id="row3">
|
||||
<th>Header 3</th>
|
||||
<td>Cell 5</td>
|
||||
<td>Cell 6</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,48 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: Introduction to Tables (border-collapse, border)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#tables-intro" />
|
||||
<meta name="assert" content="'border-collapse' and 'border' can be set on table elements (example from section 17.1)." />
|
||||
<style type="text/css">
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
tr#row1
|
||||
{
|
||||
border: 3px solid blue;
|
||||
}
|
||||
tr#row2
|
||||
{
|
||||
border: 1px solid black;
|
||||
}
|
||||
tr#row3
|
||||
{
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the box below is separated into three horizontal rows, and the top one has a blue border that is thicker than the borders of the other rows.</p>
|
||||
<table>
|
||||
<caption>This is a simple 3x3 table</caption>
|
||||
<tr id="row1">
|
||||
<th>Header 1</th>
|
||||
<td>Cell 1</td>
|
||||
<td>Cell 2</td>
|
||||
</tr>
|
||||
<tr id="row2">
|
||||
<th>Header 2</th>
|
||||
<td>Cell 3</td>
|
||||
<td>Cell 4</td>
|
||||
</tr>
|
||||
<tr id="row3">
|
||||
<th>Header 3</th>
|
||||
<td>Cell 5</td>
|
||||
<td>Cell 6</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: Introduction to Tables (caption-side)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#tables-intro" />
|
||||
<meta name="assert" content="'caption-side' can be set on a table caption (example from section 17.1)." />
|
||||
<style type="text/css">
|
||||
caption
|
||||
{
|
||||
color: blue;
|
||||
caption-side: top;
|
||||
}
|
||||
td
|
||||
{
|
||||
border: solid black;
|
||||
}
|
||||
th
|
||||
{
|
||||
border: solid black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if blue text (with the words 'This is a simple 3x3 table') appears above the three-by-three grid below.</p>
|
||||
<table>
|
||||
<caption>This is a simple 3x3 table</caption>
|
||||
<tr id="row1">
|
||||
<th>Header 1</th>
|
||||
<td>Cell 1</td>
|
||||
<td>Cell 2</td>
|
||||
</tr>
|
||||
<tr id="row2">
|
||||
<th>Header 2</th>
|
||||
<td>Cell 3</td>
|
||||
<td>Cell 4</td>
|
||||
</tr>
|
||||
<tr id="row3">
|
||||
<th>Header 3</th>
|
||||
<td>Cell 5</td>
|
||||
<td>Cell 6</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -37,22 +37,22 @@
|
|||
<tbody id="s4">
|
||||
<tr><th><a href="chapter-4.xht">Chapter 4 -
|
||||
Syntax and basic data types</a></th>
|
||||
<td>(439 Tests)</td></tr>
|
||||
<td>(431 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s5">
|
||||
<tr><th><a href="chapter-5.xht">Chapter 5 -
|
||||
Selectors</a></th>
|
||||
<td>(677 Tests)</td></tr>
|
||||
<td>(668 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s6">
|
||||
<tr><th><a href="chapter-6.xht">Chapter 6 -
|
||||
Assigning property values, Cascading, and Inheritance</a></th>
|
||||
<td>(145 Tests)</td></tr>
|
||||
<td>(117 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s7">
|
||||
<tr><th><a href="chapter-7.xht">Chapter 7 -
|
||||
Media types</a></th>
|
||||
<td>(22 Tests)</td></tr>
|
||||
<td>(5 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s8">
|
||||
<tr><th><a href="chapter-8.xht">Chapter 8 -
|
||||
|
@ -62,7 +62,7 @@
|
|||
<tbody id="s9">
|
||||
<tr><th><a href="chapter-9.xht">Chapter 9 -
|
||||
Visual formatting model</a></th>
|
||||
<td>(1247 Tests)</td></tr>
|
||||
<td>(1246 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="s10">
|
||||
<tr><th><a href="chapter-10.xht">Chapter 10 -
|
||||
|
@ -122,7 +122,7 @@
|
|||
<tbody id="sC">
|
||||
<tr><th><a href="chapter-C.xht">Appendix C -
|
||||
Changes</a></th>
|
||||
<td>(5 Tests)</td></tr>
|
||||
<td>(0 Tests)</td></tr>
|
||||
</tbody>
|
||||
<tbody id="sD">
|
||||
<tr><th><a href="chapter-D.xht">Appendix D -
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'</title>
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'</title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
|
@ -20,7 +20,7 @@
|
|||
<link rel="match" href="reference/abs-pos-non-replaced-vrl-004-ref.xht" />
|
||||
|
||||
<meta name="flags" content="ahem image" />
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'." />
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'." />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
div#containing-block
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'</title>
|
||||
<title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'</title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
|
@ -20,7 +20,7 @@
|
|||
<link rel="match" href="reference/abs-pos-non-replaced-vrl-004-ref.xht" />
|
||||
|
||||
<meta name="flags" content="ahem image" />
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'." />
|
||||
<meta name="assert" content="When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'." />
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
div#containing-block
|
||||
|
|
|
@ -0,0 +1,59 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: HTML table with every table element</title>
|
||||
<style type="text/css">
|
||||
@page { font: italic 8pt sans-serif; color: gray;
|
||||
margin: 7%;
|
||||
counter-increment: page;
|
||||
@top-left { content: "CSS 2.1 Conformance Test Suite"; }
|
||||
@top-right { content: "Test basic-html-table-001"; }
|
||||
@bottom-right { content: counter(page); }
|
||||
}
|
||||
</style>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#table-display" />
|
||||
<link rel="help" href="http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2" />
|
||||
<meta name="assert" content="HTML table elements are supported." />
|
||||
<style type="text/css">
|
||||
caption, td, th
|
||||
{
|
||||
background: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is a solid bar on top of a three-by-three grid of boxes below.</p>
|
||||
<table border="1">
|
||||
<caption>X</caption>
|
||||
<colgroup>
|
||||
<col />
|
||||
<col />
|
||||
</colgroup>
|
||||
<colgroup>
|
||||
<col />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>XXXXX</th>
|
||||
<th>XXXXX</th>
|
||||
<th>XXXXX</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td>XXXXX</td>
|
||||
<td>XXXXX</td>
|
||||
<td>XXXXX</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>XXXXX</td>
|
||||
<td>XXXXX</td>
|
||||
<td>XXXXX</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s1">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/about.html">1 About the CSS 2.1 Specification</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/about.html#q1.0">1 About the CSS 2.1 Specification</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s1.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s10">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/visudet.html">10 Visual formatting model details</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/visudet.html#q10.0">10 Visual formatting model details</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s10.1">
|
||||
|
@ -4171,9 +4174,9 @@
|
|||
<a href="abs-pos-non-replaced-vlr-059.xht">abs-pos-non-replaced-vlr-059</a></td>
|
||||
<td><a href="reference/abs-pos-non-replaced-vrl-004-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'
|
||||
<td>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'
|
||||
<ul class="assert">
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'.</li>
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -4699,9 +4702,9 @@
|
|||
<a href="abs-pos-non-replaced-vrl-058.xht">abs-pos-non-replaced-vrl-058</a></td>
|
||||
<td><a href="reference/abs-pos-non-replaced-vrl-004-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'
|
||||
<td>absolutely positioned non-replaced element - 'direction: rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto'
|
||||
<ul class="assert">
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left', then solve for 'left'.</li>
|
||||
<li>When 'direction' is 'rtl' and 'left' is 'auto', 'width' and 'right' are not 'auto', then solve for 'left'.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s11">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s11">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/visufx.html">11 Visual effects</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/visufx.html#q11.0">11 Visual effects</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s11.1">
|
||||
|
@ -616,6 +619,17 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="overflow-html-body-001-11.1.1" class="">
|
||||
<td>
|
||||
<a href="overflow-html-body-001.xht">overflow-html-body-001</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Overflow on body propagates to viewport
|
||||
<ul class="assert">
|
||||
<li>An HTML user agent propagates the 'overflow' property from the 'body' to the viewport.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="overflow-parent-001-11.1.1" class="">
|
||||
<td>
|
||||
<a href="overflow-parent-001.xht">overflow-parent-001</a></td>
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
<a href="https://www.w3.org/TR/CSS21/generate.html#generated-text">12 Generated content, automatic numbering, and lists</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s12.#x0">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
<a href="https://www.w3.org/TR/CSS21/page.html#the-page">13 Paged media</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s13.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s13.1">+</a>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s14">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s14">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/colors.html">14 Colors and Backgrounds</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/colors.html#q14.0">14 Colors and Backgrounds</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s14.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s15">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s15">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/fonts.html">15 Fonts</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/fonts.html#q15.0">15 Fonts</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s15.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s16">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/text.html">16 Text</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/text.html#q16.0">16 Text</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s16.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s17">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s17">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/tables.html">17 Tables</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/tables.html#q17.0">17 Tables</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s17.1">
|
||||
|
@ -137,6 +140,50 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-001-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-001.xht">table-intro-example-001</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Introduction to Tables (text-align, font-weight)
|
||||
<ul class="assert">
|
||||
<li>'text-align' and 'font-weight' can be applied to table cells (example from spec section 17.1).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-002-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-002.xht">table-intro-example-002</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Introduction to Tables (vertical-align)
|
||||
<ul class="assert">
|
||||
<li>'vertical-align' can be set on table cells (example from section 17.1).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-003-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-003.xht">table-intro-example-003</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Introduction to Tables (border-collapse, border)
|
||||
<ul class="assert">
|
||||
<li>'border-collapse' and 'border' can be set on table elements (example from section 17.1).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-intro-example-004-17.1" class="">
|
||||
<td>
|
||||
<a href="table-intro-example-004.xht">table-intro-example-004</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Introduction to Tables (caption-side)
|
||||
<ul class="assert">
|
||||
<li>'caption-side' can be set on a table caption (example from section 17.1).</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="table-organization-001-17.1" class="">
|
||||
<td>
|
||||
<a href="table-organization-001.xht">table-organization-001</a></td>
|
||||
|
@ -227,6 +274,17 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="basic-html-table-001-17.2" class="">
|
||||
<td>
|
||||
<a href="basic-html-table-001.xht">basic-html-table-001</a></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>HTML table with every table element
|
||||
<ul class="assert">
|
||||
<li>HTML table elements are supported.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="before-content-display-012-17.2" class="">
|
||||
<td>
|
||||
<a href="before-content-display-012.xht">before-content-display-012</a></td>
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s18">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/ui.html">18 User interface</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/ui.html#q18.0">18 User interface</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s18.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s2">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s2">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/intro.html">2 Introduction to CSS 2.1</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/intro.html#q2.0">2 Introduction to CSS 2.1</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s2.1">
|
||||
|
|
|
@ -30,7 +30,10 @@
|
|||
<tbody id="s3">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s3">+</a>
|
||||
<a href="https://www.w3.org/TR/CSS21/conform.html">3 Conformance: Requirements and Recommendations</a></th></tr>
|
||||
<a href="https://www.w3.org/TR/CSS21/conform.html#q3.0">3 Conformance: Requirements and Recommendations</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.#annoying-warning">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s3.1">
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue