Update CSS tests to revision 584b6cdd10401df603bd7bdf4ec801fcddc65468

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

View file

@ -480,32 +480,32 @@ anonymous-boxes-001b reference/anonymous-boxes-001b-ref Percent height inside an
anonymous-boxes-inheritance-001 reference/anonymous-boxes-inheritance-001-ref Anonymous box property inheritance ahem http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level c14e3b5aff949c743707dbf7e126c413b8314887 `Microsoft`<http://www.microsoft.com/> Anonymous boxes inherit property values from their non-anonymous box.
anonymous-inline-whitespace-001 reference/ref-if-there-is-no-red White space does not generate an anonymous inline box http://www.w3.org/TR/CSS21/visuren.html#anonymous 7fe25707146e900febf8b549fc3588da7be6b1ae `Microsoft`<http://www.microsoft.com/> White space is collapsed according to the 'white-space' property and does not generate an anonymous inline box.
anonymous-table-box-width-001 reference/ref-filled-green-100px-square Width of anonymous table box versus caption box in the automatic table layout http://www.w3.org/TR/CSS21/tables.html#auto-table-layout 43447b070391816bdb697e1b3d2b485013c14a08 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Anonymous table box should be as wide as max(table-width, table-caption-min-intrinsic-width).
at-charset-001 HTTP Charset vs BOM http http://www.w3.org/TR/CSS21/syndata.html#charset 4bf6f48a7e193f16d711ddc6bb4715793fc8ced2 `Microsoft`<http://www.microsoft.com/> The Byte Order Mark in the stylesheet overrides the HTTP charset setting.
at-charset-002 HTTP Charset over @charset http http://www.w3.org/TR/CSS21/syndata.html#charset 2c0f52ac45b5abfbcf011fecb01e87a9d90a3774 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the @charset designation in the stylesheet.
at-charset-003 HTTP charset over link charset http http://www.w3.org/TR/CSS21/syndata.html#charset b9fc7ffdd31c1f7c1a285e374987327d993450bf `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the charset designation in the link tag.
at-charset-004 HTTP charset over set referring code page (UTF-8) http http://www.w3.org/TR/CSS21/syndata.html#charset 3d8334e5c8d7da941ddd2c6fc30aae870301e902 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the referring document's code page.
at-charset-005 HTTP charset over set referring code page (windows-1252) http http://www.w3.org/TR/CSS21/syndata.html#charset 607e2d745abbecd99158a8b8bec64df8b7abd294 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the charset designation in the referring document's meta tag.
at-charset-006 HTTP charset over referring code page (not set) http http://www.w3.org/TR/CSS21/syndata.html#charset ba407373c3ced5994252ff94916e2c5d5cea5427 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the charset of referring document.
at-charset-007 @charset over link charset attribute http://www.w3.org/TR/CSS21/syndata.html#charset 4016605b2e0ca67dbb752c5d31943ed67c65d944 `Microsoft`<http://www.microsoft.com/> The @charset setting in the stylesheet overrides the charset attribute of the link element.
at-charset-008 @charset over referring document's code page (set) http://www.w3.org/TR/CSS21/syndata.html#charset 0de2426e92018d1354227c0daf8cfa0e18d47a21 `Microsoft`<http://www.microsoft.com/> The @charset setting in the stylesheet overrides the referring document's set code page.
at-charset-009 @charset over referring document's code page (unset) http://www.w3.org/TR/CSS21/syndata.html#charset dca97c9cff496623b15e84fbaa6eda46fa5a2ed4 `Microsoft`<http://www.microsoft.com/> The @charset setting in the stylesheet overrides the referring document's unset code page.
at-charset-010 Link charset attribute over referring document's codepage (set) http://www.w3.org/TR/CSS21/syndata.html#charset 672e65e1d9a01be75563d84ddd9b2f6366687e01 `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 Link charset attribute over referring document's codepage (not set) http://www.w3.org/TR/CSS21/syndata.html#charset b89b7e2e15e09db49ad4beb25eb5d30ec8935088 `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 Stylesheet encoding via the referring document's encoding (set) http://www.w3.org/TR/CSS21/syndata.html#charset b5eb6c03901e3076df56581e798029b3b7e831ad `Microsoft`<http://www.microsoft.com/> The stylesheet's encoding is determined by the set encoding of the referring document.
at-charset-001 reference/at-charset-001-ref HTTP Charset vs BOM http http://www.w3.org/TR/CSS21/syndata.html#charset 93897b73f6608b76f4a5019b6332498d66819dac `Microsoft`<http://www.microsoft.com/> The Byte Order Mark in the stylesheet overrides the HTTP charset setting.
at-charset-002 at-charset-001,reference/at-charset-001-ref HTTP Charset over @charset http http://www.w3.org/TR/CSS21/syndata.html#charset 3321d569645976e4ad31ad7d8ae56beec83fc93a `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the @charset designation in the stylesheet.
at-charset-003 at-charset-001,reference/at-charset-001-ref HTTP charset over link charset http http://www.w3.org/TR/CSS21/syndata.html#charset c9d5df0b136416557c7fdb6f4bcf5dc985b00ce1 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the charset designation in the link tag.
at-charset-004 at-charset-001,reference/at-charset-001-ref HTTP charset over set referring code page (UTF-8) http http://www.w3.org/TR/CSS21/syndata.html#charset 3f11f93fb92e27a22b5c015bc47babd445609651 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the referring document's code page.
at-charset-005 at-charset-001,reference/at-charset-001-ref HTTP charset over set referring code page (windows-1252) http http://www.w3.org/TR/CSS21/syndata.html#charset 87668d0a4ffb30a0a88a4ead0693a426c00037a3 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the charset designation in the referring document's meta tag.
at-charset-006 at-charset-001,reference/at-charset-001-ref HTTP charset over referring code page (not set) http http://www.w3.org/TR/CSS21/syndata.html#charset f22ace8a452f783ecebba8ccf6646a548665ef05 `Microsoft`<http://www.microsoft.com/> The HTTP charset setting overrides the charset of referring document.
at-charset-007 at-charset-001,reference/at-charset-001-ref @charset over link charset attribute http://www.w3.org/TR/CSS21/syndata.html#charset f0a613cab842dcb89e298cf1d33b2374b11b4da4 `Microsoft`<http://www.microsoft.com/> The @charset setting in the stylesheet overrides the charset attribute of the link element.
at-charset-008 at-charset-001,reference/at-charset-001-ref @charset over referring document's code page (set) http://www.w3.org/TR/CSS21/syndata.html#charset f35f30557db816f2f2490f3a79bf6b65d04b5401 `Microsoft`<http://www.microsoft.com/> The @charset setting in the stylesheet overrides the referring document's set code page.
at-charset-009 at-charset-001,reference/at-charset-001-ref @charset over referring document's code page (unset) http://www.w3.org/TR/CSS21/syndata.html#charset 793c282531b63bbbe7abfc3a98055359d573e2cd `Microsoft`<http://www.microsoft.com/> The @charset setting in the stylesheet overrides the referring document's unset code page.
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 cbc1ff89a28459d6a5315580df00c55a1bd28c0f `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 92eb5671531e588e905b89f9a640d91c0738e8fd `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 35df77f52ef1aa8216c07921a4d611f59e6aa7ea `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-014 Matching BOM and @charset (utf-8) http://www.w3.org/TR/CSS21/syndata.html#charset d5ea66e93b7fd447d5214e0fefa1e64998e2a5fe `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
at-charset-015 Matching BOM and @charset (utf-16 LE) http://www.w3.org/TR/CSS21/syndata.html#charset 0e8a58ff89b32cef8f641c6566e8ad24f3e501e6 `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
at-charset-016 Matching BOM and @charset (utf-16 BE) http://www.w3.org/TR/CSS21/syndata.html#charset 57df924a54426a8651d2ebef45ab60c9db966793 `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
at-charset-019 BOM with no @charset (utf-8) http://www.w3.org/TR/CSS21/syndata.html#charset 4cd7ea47c955aabb9a2e3cf2438132eb6e01deac `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as utf-8.
at-charset-020 BOM with no @charset (utf-16LE) http://www.w3.org/TR/CSS21/syndata.html#charset fac7572ec79805a617c05a3266d9a745723365e4 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as utf-16LE.
at-charset-021 BOM with no @charset (utf-16BE) http://www.w3.org/TR/CSS21/syndata.html#charset 02602dfdbaf2b2a7b6a3b97214cc969e6b1574c1 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as utf-16BE.
at-charset-024 @charset specified (windows-1252) http://www.w3.org/TR/CSS21/syndata.html#charset 2c92f2774b62bbdd091a6730469e0310253eb44b `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as windows-1252.
at-charset-025 @charset specified (Shift-JIS) http://www.w3.org/TR/CSS21/syndata.html#charset fe6fba7d17634715d6e12c7103ba9868f88c39c9 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as Shift-JIS.
at-charset-026 @charset specified (ISO-8859-6) http://www.w3.org/TR/CSS21/syndata.html#charset 27bf4ccd80875414653b26ea51e01b66250a013a `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as ISO-8859-6.
at-charset-027 @charset specified (Big5) http://www.w3.org/TR/CSS21/syndata.html#charset 248ed657ce11b5072c5e5d07d7c65b8872fe05dd `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as Big5.
at-charset-028 @charset specified (UTF-8) http://www.w3.org/TR/CSS21/syndata.html#charset aaa9e201e3f30cf88a01e6f037436f28fd57ee09 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as UTF-8.
at-charset-029 @charset specified (UTF-16LE) http://www.w3.org/TR/CSS21/syndata.html#charset d6a48c0416a49e8c29d2180faf72c581aa709494 `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF-16LE.
at-charset-030 @charset specified (UTF-16BE) http://www.w3.org/TR/CSS21/syndata.html#charset 9e96f5e5537f454307477203131f96813ea5acb6 `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF-16BE.
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 035ea1d49efaf9456f5a528626324c6163475825 `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 f98f9c1fcfbc6cc3bda50c37fe3c9c109fc0569f `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 13c2949e046242c3c29d2d941af4fc0edc3d995b `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
at-charset-019 at-charset-001,reference/at-charset-001-ref BOM with no @charset (utf-8) http://www.w3.org/TR/CSS21/syndata.html#charset 1940dd08083bbe9e827cd9b882684a31eb60c451 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as utf-8.
at-charset-020 at-charset-001,reference/at-charset-001-ref BOM with no @charset (utf-16LE) http://www.w3.org/TR/CSS21/syndata.html#charset 53ec3c6f2204bda5ee840a7a7534996259c7c735 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as utf-16LE.
at-charset-021 at-charset-001,reference/at-charset-001-ref BOM with no @charset (utf-16BE) http://www.w3.org/TR/CSS21/syndata.html#charset 399a1bc5223fb311b520d7f6d9a6517df9a06c18 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as utf-16BE.
at-charset-024 at-charset-001,reference/at-charset-001-ref @charset specified (windows-1252) http://www.w3.org/TR/CSS21/syndata.html#charset 49c45cb0046ce1dc2870eeff339aee2b6f7f53bc `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as windows-1252.
at-charset-025 at-charset-001,reference/at-charset-001-ref @charset specified (Shift-JIS) http://www.w3.org/TR/CSS21/syndata.html#charset b0197ed8e4f296aaf2601bedbfc8fb6b9728be8f `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as Shift-JIS.
at-charset-026 at-charset-001,reference/at-charset-001-ref @charset specified (ISO-8859-6) http://www.w3.org/TR/CSS21/syndata.html#charset 411e99161f309c366d5f9ee2673f001d67b64df9 `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as ISO-8859-6.
at-charset-027 at-charset-001,reference/at-charset-001-ref @charset specified (Big5) http://www.w3.org/TR/CSS21/syndata.html#charset e61001f9bb837600ecb36acbc54edfcbb148849d `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as Big5.
at-charset-028 at-charset-001,reference/at-charset-001-ref @charset specified (UTF-8) http://www.w3.org/TR/CSS21/syndata.html#charset 2a247ce833f7b9a1afdc54080e798855185f601b `Microsoft`<http://www.microsoft.com/> The stylesheet is correctly interpreted as UTF-8.
at-charset-029 at-charset-001,reference/at-charset-001-ref @charset specified (UTF-16LE) http://www.w3.org/TR/CSS21/syndata.html#charset 68df5956df90e3212228eb631eb257b2d19e16d0 `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF-16LE.
at-charset-030 at-charset-001,reference/at-charset-001-ref @charset specified (UTF-16BE) http://www.w3.org/TR/CSS21/syndata.html#charset 12123d3781b19919233ed7440bb876e36a03fe85 `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF-16BE.
at-charset-033 reference/filler-text-below-green Non-matching BOM (windows-1252 with UTF-8 BOM) http://www.w3.org/TR/CSS21/syndata.html#charset 1790635b5d1aab50bd3813477e051295dd7345e9 `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the BOM not matching the actual encoding.
at-charset-034 reference/filler-text-below-green Non-matching BOM (UTF-8 with UTF-16LE BOM) http://www.w3.org/TR/CSS21/syndata.html#charset 4a24ece550e2ea3ed62a9c9f7b51fd6f9dd00d41 `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the BOM not matching the actual encoding.
at-charset-035 reference/filler-text-below-green Non-matching BOM (UTF-16LE with UTF-8 BOM) http://www.w3.org/TR/CSS21/syndata.html#charset af1d691a070390a88836c7d29c98e356d9cc6678 `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the BOM not matching the actual encoding.
@ -513,35 +513,35 @@ at-charset-036 reference/filler-text-below-green Non-matching BOM (UTF-32BE with
at-charset-037 reference/filler-text-below-green Non-matching @charset (Shift-JIS with 1252 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 16ccc2234cc158e56cf0dc86c3b1953d8ad7e2bf `Microsoft`<http://www.microsoft.com/> The selector does not match due to the mismatched @charset.
at-charset-038 reference/filler-text-below-green Non-matching @charset (Big5 with Shift-JIS @charset) http://www.w3.org/TR/CSS21/syndata.html#charset fbd982159e360eaaebfe4044f04cedcabbb86e2e `Microsoft`<http://www.microsoft.com/> The selector does not match due to the mismatched @charset.
at-charset-039 Matching BOM and @charset (utf-8) http://www.w3.org/TR/CSS21/syndata.html#charset 4fa92eaadf698020ec2eb7d1f5fd1ba4ae1d7c95 `Microsoft`<http://www.microsoft.com/> The encoding is correctly interpreted from the matched BOM and @charset.
at-charset-040 Non-matching @charset (UTF-16BE with UTF-8 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 5e67c620f8e19b9fc8b8e4cfefcff0ddbc5321cb `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the mismatched @charset.
at-charset-041 Non-matching @charset (UTF-32LE with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 66b8820875ee8b031c9fcf97cd4df58cba0b28c7 `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the mismatched @charset.
at-charset-042 @charset does not match BOM (UTF8 encoding and BOM with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset a9d4dc69e1463a1290fab4003a232746f6035430 `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-8.
at-charset-043 @charset does not match BOM (UTF-16LE encoding and BOM with UTF-8 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 79fe44529bba816a163aea4b531190c9e889835a `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-8.
at-charset-044 @charset does not match BOM (UTF-32BE encoding and BOM with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 90605b2fdf5603a31c4407155594343cfb8e8435 `Microsoft`<http://www.microsoft.com/> UTF-32 is not supported.
at-charset-045 Mismatched endianness in @charset (UTF-16LE encoding and BOM with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset c72b5464da0a3546dd9c1efbfb47209f3250e51e `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-16LE.
at-charset-046 Mismatched endianness in @charset (UTF-16BE encoding and BOM with UTF-16LE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset f7415f7b55c2fd43ccb3bfe1f9d2b96e54f21d99 `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF16BE.
at-charset-047 Endianness not specified (UTF-16LE encoding with UTF-16 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 1f849cf79cf1d1c66aff8586e836a4d9ffc4040b `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF-16LE.
at-charset-048 Endianness not specified (UTF-16BE encoding with UTF-16 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset e787a6663b3297ab6ee7e77f2a74e384e4c950c8 `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF16-BE.
at-charset-040 at-charset-001,reference/at-charset-001-ref Non-matching @charset (UTF-16BE with UTF-8 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 3e309d309100e9763e52b3a485ad128671d35ad0 `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the mismatched @charset.
at-charset-041 at-charset-001,reference/at-charset-001-ref Non-matching @charset (UTF-32LE with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 730447b9716a636835e8ae8e90d2f2e62eeda22a `Microsoft`<http://www.microsoft.com/> The stylesheet is thrown out due to the mismatched @charset.
at-charset-042 at-charset-001,reference/at-charset-001-ref @charset does not match BOM (UTF8 encoding and BOM with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 5227cfd6e5b85366a9f47f08996d444c3f79ee93 `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-8.
at-charset-043 at-charset-001,reference/at-charset-001-ref @charset does not match BOM (UTF-16LE encoding and BOM with UTF-8 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset c3275c3711f9addbb053b045c3259607fce551c4 `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-8.
at-charset-044 at-charset-001,reference/at-charset-001-ref @charset does not match BOM (UTF-32BE encoding and BOM with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 76f9d0fa15c413fce1a8be7f0939d5a6e9b06172 `Microsoft`<http://www.microsoft.com/> UTF-32 is not supported.
at-charset-045 at-charset-001,reference/at-charset-001-ref Mismatched endianness in @charset (UTF-16LE encoding and BOM with UTF-16BE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset aabf85f377f2aae34dd98c3754c5f5b4af6b22fc `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-16LE.
at-charset-046 at-charset-001,reference/at-charset-001-ref Mismatched endianness in @charset (UTF-16BE encoding and BOM with UTF-16LE @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 36409371ee6e5cf9934440d70a0e6db064e4a1fb `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF16BE.
at-charset-047 at-charset-001,reference/at-charset-001-ref Endianness not specified (UTF-16LE encoding with UTF-16 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 9573d78d758ae285aee8f2df196e31ff820e5968 `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF-16LE.
at-charset-048 at-charset-001,reference/at-charset-001-ref Endianness not specified (UTF-16BE encoding with UTF-16 @charset) http://www.w3.org/TR/CSS21/syndata.html#charset 80e125ff50d402e39517d0110aaa77bdb2aa3c88 `Microsoft`<http://www.microsoft.com/> The stylesheet is not interpreted as UTF16-BE.
at-charset-049 reference/filler-text-below-green @charset preceded by a newline http://www.w3.org/TR/CSS21/syndata.html#charset f9414cc7378cfc6690d1a7afbab0e4bf260f8862 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-050 reference/filler-text-below-green @charset preceded by a space http://www.w3.org/TR/CSS21/syndata.html#charset 304a693abd605ca4ebf6d8ba51d12d0d52ef75fe `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-051 reference/filler-text-below-green @charset preceded by a declaration http://www.w3.org/TR/CSS21/syndata.html#charset e2157d728e600969cb37da09401990e7773002e0 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-052 reference/filler-text-below-green @charset preceded by another @charset http://www.w3.org/TR/CSS21/syndata.html#charset be3b5dde981c44a2e6e31f5d1d105762f71eda11 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the second @charset being ignored.
at-charset-053 reference/filler-text-below-green @charset immediately followed by a declaration block http://www.w3.org/TR/CSS21/syndata.html#charset a499e9fc5ef9abaf9e3045580c134376891e5880 `Microsoft`<http://www.microsoft.com/> The declaration block is interpreted and applied correctly.
at-charset-054 @charset in uppercase http://www.w3.org/TR/CSS21/syndata.html#charset a83e808cbbd903bb7afe894a18f635107bcad9e5 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-054 reference/filler-text-below-green @charset in uppercase http://www.w3.org/TR/CSS21/syndata.html#charset 5521d5bc7c93989c690170e916c94306b9f2d537 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-055 reference/filler-text-below-green @charset without quotes http://www.w3.org/TR/CSS21/syndata.html#charset 27c13c2eb8858106158ce59426bb946a8b9ec191 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-056 @charset missing a space http://www.w3.org/TR/CSS21/syndata.html#charset 517e3f56227ebbcc51b5b1cc7a428e673079fb68 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-056 reference/filler-text-below-green @charset missing a space http://www.w3.org/TR/CSS21/syndata.html#charset 87ea5fb7190a9e4a37354618158ca7e0c73c997f `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-057 reference/filler-text-below-green @charset escaped numerically http://www.w3.org/TR/CSS21/syndata.html#charset efcaaa9c444c37f7fcd81a14757571fafe7b4edc `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-058 reference/filler-text-below-green @charset escaped char http://www.w3.org/TR/CSS21/syndata.html#charset a844563ef04870f0e44cf81d2943e9330d5970f1 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-059 reference/filler-text-below-green @charset missing semi-colon http://www.w3.org/TR/CSS21/syndata.html#charset e3e11a52963a303acdef4a0709ab83197901a026 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-060 @charset with bogus name http://www.w3.org/TR/CSS21/syndata.html#charset 14d3ff75bda3e1623dcc7e331167d23b60d846b9 `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-16LE based on BOM.
at-charset-061 @charset within style block http://www.w3.org/TR/CSS21/syndata.html#charset 6abee0aa6960d9a115e8bccc55e2c61f6a4fa407 `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-071 Stylesheet encodings: ISO-8859-1 http http://www.w3.org/TR/CSS21/syndata.html#charset 8d34718670f2584d69fe620393ae9e60f0d0bc37 `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-072 Stylesheet encodings: ISO-8859-11 http http://www.w3.org/TR/CSS21/syndata.html#charset a7b8d3afe25b36b982e2a6f9b196b94320eb76bb `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-073 Stylesheet encodings: ISO-8859-5 http http://www.w3.org/TR/CSS21/syndata.html#charset 289ef644ec3bf0132eed7b3f6afa552722afbf80 `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-074 Stylesheet encodings: ISO-8859-6 http http://www.w3.org/TR/CSS21/syndata.html#charset 39d34bf2bd1a548f6df57d9a5c11d6de9d08c643 `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-075 Stylesheet encodings: ISO-8859-7 http http://www.w3.org/TR/CSS21/syndata.html#charset b4c3bb5aa7bedab2251e7ca17efa80d05ac2f7a0 `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-076 Stylesheet encodings: ISO-8859-8 http http://www.w3.org/TR/CSS21/syndata.html#charset 6fcb5909b0055257d8c77e3a056e989ff360dd2c `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-077 Stylesheet encodings: KOI8-R http http://www.w3.org/TR/CSS21/syndata.html#charset 8d7cc8b4c7fb8cf68f3e923572a79c2644e7fadb `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-060 at-charset-001,reference/at-charset-001-ref @charset with bogus name http://www.w3.org/TR/CSS21/syndata.html#charset e2dda79c915d699ddc74b43b7b10e4b6e227d207 `Microsoft`<http://www.microsoft.com/> The stylesheet is interpreted as UTF-16LE based on BOM.
at-charset-061 reference/filler-text-below-green @charset within style block http://www.w3.org/TR/CSS21/syndata.html#charset 0338e94efe2e1ee58ac138b484b80caf58952bff `Microsoft`<http://www.microsoft.com/> The selector does not match due to the @charset being ignored.
at-charset-071 reference/ref-green-background Stylesheet encodings: ISO-8859-1 http http://www.w3.org/TR/CSS21/syndata.html#charset 5b2e3469f7bada574545a686ca1642b3baf130f2 `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-072 reference/ref-green-background Stylesheet encodings: ISO-8859-11 http http://www.w3.org/TR/CSS21/syndata.html#charset c712f6afe4d73b46f4f59634e0a4442147d5d1c7 `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-073 reference/ref-green-background Stylesheet encodings: ISO-8859-5 http http://www.w3.org/TR/CSS21/syndata.html#charset b6251d74bc0b88c424280d9cfa461a6f832c7b22 `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-074 reference/ref-green-background Stylesheet encodings: ISO-8859-6 http http://www.w3.org/TR/CSS21/syndata.html#charset 4525247b089c813170ef851a59504de7a5959e43 `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-075 reference/ref-green-background Stylesheet encodings: ISO-8859-7 http http://www.w3.org/TR/CSS21/syndata.html#charset 33196f7ef95f715e5ba17566e60069b2280c56ea `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-076 reference/ref-green-background Stylesheet encodings: ISO-8859-8 http http://www.w3.org/TR/CSS21/syndata.html#charset 0e923135d4b77a2bc1bb624081ed7be31a9d791c `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-077 reference/ref-green-background Stylesheet encodings: KOI8-R http http://www.w3.org/TR/CSS21/syndata.html#charset 8cd18dfeb310d1ac39efa7ac1362b3f317011d9b `Ian Hickson`<mailto:ian@hixie.ch>
at-charset-quotes-001 reference/at-charset-ref @charset quotes http://www.w3.org/TR/CSS21/syndata.html#charset d2a6bcd603dfa2cd437e1470c9c187efe2759f7c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
at-charset-space-001 reference/at-charset-ref @charset leading-space http://www.w3.org/TR/CSS21/syndata.html#charset 205c0029324ad9443dbe5f24a8e60ba67929e6ce `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
at-charset-space-002 reference/at-charset-ref @charset trailing-space http://www.w3.org/TR/CSS21/syndata.html#charset c4dc14c27e719d3f70e36335cad190ae5f939b1c `Boris Zbarsky`<mailto:bzbarsky@mit.edu>,`Mozilla Corporation`<http://mozilla.com/>
@ -559,12 +559,12 @@ at-import-005 reference/filler-text-below-green Media dependency on @import set
at-import-006 reference/filler-text-below-green Media dependency on @import set to 'screen' http://www.w3.org/TR/CSS21/cascade.html 92a3f34c455e12ebd60bc598a64ed93d956c786e `Microsoft`<http://www.microsoft.com/> Specifying the media-dependent import rules to 'screen' applies to user agent display.
at-import-007 reference/filler-text-below-green @import with @charset http://www.w3.org/TR/CSS21/cascade.html cff5ad9c4b5626535a4e28600b5c14a8a585edf4 `Microsoft`<http://www.microsoft.com/> An @import is valid after @charset.
at-import-008 @import - media-dependence paged http://www.w3.org/TR/CSS21/cascade.html#at-import 9bcf440f20110a66791d0b3bcd4bc00a6eae5756 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Media-dependent @import rules
at-import-009 @import following a known but invalid @rule invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules e5b371c428e39fcd01cc210d14ae42d75c979874 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> @import is respected after known but ignored @rule.
at-import-010 @import following an invalid selector invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 3476b51cad2b67fe1ebc65f740baeb4b1a58ac4e `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> @import is respected after invalid (ignored) rule set
at-import-011 @import following garbage invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules d1f428ce5248d4730cef02125a4e4273a8dcf341 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> @import is parsed as part of invalid ruleset after garbage.
at-keywords-000 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 5eda5f94a2ee1eeef4f77493b4416c06806bfcf2 `L. David Baron`<http://dbaron.org/>
at-keywords-001 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules e7dc5faae9094132f6b569a384c82a4228475a94 `L. David Baron`<http://dbaron.org/>
at-keywords-002 At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 0580cb5283ec9a7d9a8c8acbefd83d277ac4c37b `L. David Baron`<http://dbaron.org/>
at-import-009 reference/ref-this-text-should-be-green @import following a known but invalid @rule invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 16c04492dd403e817be2978a5bdc457bcf756e31 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> @import is respected after known but ignored @rule.
at-import-010 reference/ref-this-text-should-be-green @import following an invalid selector invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules c505b28c402da59ad76c8614c09089d105996433 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> @import is respected after invalid (ignored) rule set
at-import-011 reference/ref-this-text-should-be-green @import following garbage invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 4a459a88cd479ff57127ae9de02a02eb0b29e0b7 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> @import is parsed as part of invalid ruleset after garbage.
at-keywords-000 reference/ref-this-text-should-be-green At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 6a69d35f45a0c4c8a3f6eb14236e6892bf3286ec `L. David Baron`<http://dbaron.org/>
at-keywords-001 reference/ref-this-text-should-be-green At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 06bf0a07bc5f7c5e88fc7926225355dcdf508d47 `L. David Baron`<http://dbaron.org/>
at-keywords-002 reference/ref-this-text-should-be-green At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 84cd55a42d760ac64dbe2c37e9659b33322de5cc `L. David Baron`<http://dbaron.org/>
at-page-rule-001 Ignoring at-rules inside declaration blocks invalid,paged http://www.w3.org/TR/CSS21/page.html#page-box 465e1ba919d503e73e78ce261f350bcba2be8a42 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> At-rules inside @page blocks are parsed as invalid at-rule statements.
at-page-rule-002-a @page margins on top and right using percentages paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 289e15dd0ad1b2e798302b4a25f28260f167d2e7 `Tom Clancy`<mailto:tclancy@revenution.com> A percentage right margin in the @page context applies to the page box and is relative to the width of the page box. A percentage top margin in the @page context applies to the page box and is relative to the height of the page box.
at-page-rule-002-b @page margins shorthand using fixed physical units paged http://www.w3.org/TR/CSS21/page.html#page-margins,http://www.w3.org/TR/css3-page/#page-properties,http://www.w3.org/TR/css3-page/#page-box-page-rule 8563c04d9a46f9b8baf5e16fa5ecbcd44ec56fdb `Tom Clancy`<mailto:tclancy@revenution.com> A margin declaration within the @page context applies to the page box.
@ -581,12 +581,12 @@ at-rule-009 reference/filler-text-below-green @import after a bad selector and r
at-rule-010 reference/filler-text-below-green @rules and white space http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 1f46935feaef712087ff0b9ba2c0a8545c940897 `Microsoft`<http://www.microsoft.com/> White space does not affect the validity of @rules.
at-rule-011 reference/filler-text-below-green Parser error handling with invalid at-rules: @ invalid selector with a number invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors ab913d2ccd90e19455dd9cf1b17fe094526a783e `Microsoft`<http://www.microsoft.com/> At-Rules are ignored if they start with an at-keyword (@ followed immediately by an identifier).
at-rule-012 reference/filler-text-below-green Parser error handling with invalid at-rules: @ invalid selector with a hyphen invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 5b585b175c7d36257534d636f2f5b477fe902c08 `Microsoft`<http://www.microsoft.com/> At-Rules are ignored it they start with an at-keyword (@ followed immediately by an identifier).
at-rule-013 Ignoring at-rules inside @media blocks invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule 083b2615b3c7341449003ddb25e16568469b41f1 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> At-rules inside @media blocks are ignored up to up to the end of the block that contains the invalid at-keyword, or up to and including the next semicolon (;) or up to and including the next block ({...}), whichever comes first.
at-rules-000 At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 388e50ee967950d94b95d276821640c176205f98 `L. David Baron`<http://dbaron.org/>
at-rules-001 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 341edab45d3db82aed036da1c86b203571ebffb6 `L. David Baron`<http://dbaron.org/>
at-rules-002 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules f7a6af678780077a42a8dbdd71771d2de5e8a9ca `L. David Baron`<http://dbaron.org/>
at-rules-003 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 8e742cc25254b207855d9662d23cd67eee2ac7c5 `L. David Baron`<http://dbaron.org/>
at-rules-004 At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 3a1d380dbae263b2ba3cde60d82930752ee39951 `L. David Baron`<http://dbaron.org/>
at-rule-013 reference/at-rule-013-ref Ignoring at-rules inside @media blocks invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule 5a1ce670762fad8b2a6a02b9298d4ba79de40657 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> At-rules inside @media blocks are ignored up to up to the end of the block that contains the invalid at-keyword, or up to and including the next semicolon (;) or up to and including the next block ({...}), whichever comes first.
at-rules-000 reference/ref-this-text-should-be-green At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 8984d98e5834069aa91748dadbba8a9f02d77936 `L. David Baron`<http://dbaron.org/>
at-rules-001 reference/ref-this-text-should-be-green At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 80d762d15fd129796d6753260893d943e1f31c3c `L. David Baron`<http://dbaron.org/>
at-rules-002 reference/ref-this-text-should-be-green At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules be9cf728ee887648237b132d34b7f06b35f974b1 `L. David Baron`<http://dbaron.org/>
at-rules-003 reference/ref-this-text-should-be-green At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 0f5f5bc7045648e4263be989b35d6e065cdc87a3 `L. David Baron`<http://dbaron.org/>
at-rules-004 reference/ref-this-text-should-be-green At-rules http://www.w3.org/TR/CSS21/syndata.html#at-rules 51faac3b5670dc4b9946fa92d5ee7d2c7b8d103c `L. David Baron`<http://dbaron.org/>
attribute-000 Selectors: Attribute selectors: Generic match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 08f54a50e049cfda5273d6db76eeca9d63196de9 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute, disregarding its value
attribute-001 Selectors: Attribute selectors: Generic match with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 4ae0bd0b643dbcd7426ae9d12cf7802c93ae5000 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute, disregarding its value
attribute-002 Selectors: Attribute selectors: Exact match http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 6eeb58ea6dc60ff14519333d25876f24c3776a0a `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements with the specified attribute and the specified value
@ -597,7 +597,7 @@ attribute-006 Selectors: Attribute selectors: Substring matching http://www.w3
attribute-007 Selectors: Attribute selectors: Substring matching with the universal selector http://www.w3.org/TR/CSS21/selector.html#attribute-selectors ab89af4aeef715d8613fc069feca8777e98ffac0 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should apply each rule to the elements which have an hyphen-separated list of attribute values
attribute-selector-001 reference/no-red-filler-text-ref ID selector without value and no matching element http://www.w3.org/TR/CSS21/selector.html#attribute-selectors e3c38cd712391d73ec4b0ec9ecca15c5a8f1a517 `Microsoft`<http://www.microsoft.com/> Attribute selector without a value matches any element which has that attribute set.
attribute-selector-002 reference/filler-text-below-green Attribute selector without value http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 8258ef77fe8bc269d4ad7da52844fb69831f263a `Microsoft`<http://www.microsoft.com/> Attribute selector without a value matches any element which has that attribute set.
attribute-token-selector-002 [attr~=""]Attribute Selectors with Empty String Values http://www.w3.org/TR/CSS21/syndata.html#tokenization 4fed5b2bfee5d177247a5213af1def02c6066016 `Elika J. Etemad`<http://fantasai.inkedblade.net/> [attr~=''] is valid but matches nothing.
attribute-token-selector-002 reference/attribute-token-selector-002-ref [attr~=""]Attribute Selectors with Empty String Values http://www.w3.org/TR/CSS21/syndata.html#tokenization e3618655002fbb5400400c7e265d1e7ab68b0ef7 `Elika J. Etemad`<http://fantasai.inkedblade.net/> [attr~=''] is valid but matches nothing.
attribute-value-selector-001 Attribute selector matching value http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 5c12dacb95ba85424309f59e8355e56217f96b2f `Microsoft`<http://www.microsoft.com/> Selector matches attribute with specific value.
attribute-value-selector-002 Attribute selector matching value in hyphenated list http://www.w3.org/TR/CSS21/selector.html#attribute-selectors b6151b834ce6a9223c730d3f9ed09a2eec1497db `Microsoft`<http://www.microsoft.com/> Selector matches attributes with specific value in a hyphen-separated list.
attribute-value-selector-003 Attribute selector matching value in list http://www.w3.org/TR/CSS21/selector.html#attribute-selectors 97394b2c006c24adcc15fda9042a154f051c936b `Microsoft`<http://www.microsoft.com/> Selector matches attribute with specific value in a space-separated list.
@ -1427,6 +1427,7 @@ before-location-001 Before applies before text http://www.w3.org/TR/CSS21/gene
bidi-001 reference/bidi-001-ref RLO/PDF bidi reordering across closing inline element boundary http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/ 4b17669682a01af35c7ff859a56ff14979004532 `Ian Hickson`<mailto:ian@hixie.ch> Tests that RLO + closing inline element boundary + PDF reorders text, splitting inline and rendering borders and padding appropriately.
bidi-002 reference/bidi-002-ref RLO/PDF bidi reordering across closing inline element boundary + soft line break http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 48d2d4ba08ef8b06d14ef353e9fb8caa30bb43af `Ian Hickson`<mailto:ian@hixie.ch> Tests that RLO + closing inline element boundary + soft line break + PDF reorders text, placing text correctly on each line while also splitting inline and rendering borders and padding appropriately.
bidi-003 reference/bidi-003-ref RLO/PDF bidi reordering across closing inline element boundary + opening inline boundary http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/ 4fc2169d7f75864298bca1a48c3d4d3bdb3560cf `Ian Hickson`<mailto:ian@hixie.ch> Tests that RLO + closing inline element boundary + opening inline element boundary + PDF reorders text, splitting inlines and rendering their borders and padding appropriately.
bidi-004 reference/bidi-004-ref The bidi algorithm and inlines in CSS ahem,may21 http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-text-3/#white-space-rules,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://www.w3.org/TR/CSS21/text.html#white-space-model,http://unicode.org/reports/tr9/,http://www.w3.org/TR/html5/rendering.html#phrasing-content-0 e49d44d9a5a48b452d89967dd44efdb7e4c713c0 `Ian Hickson`<mailto:ian@hixie.ch>
bidi-005 The bidi algorithm and inlines in CSS: embed levels and white-space: pre; http://www.w3.org/TR/css-text-3/#letter-spacing-property,http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model,http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes,http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 9a94108988b0d806f23f5d63aec2a5b34d6aea05 `Ian Hickson`<mailto:ian@hixie.ch>
bidi-005a reference/bidi-005a-ref The bidi algorithm and inlines in CSS: embed levels and white-space: pre; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ dda3b25eee4cf8c4fb330bf2e2a25c6e100072b4 `Ian Hickson`<mailto:ian@hixie.ch>
bidi-005b reference/bidi-005b-ref The bidi algorithm and inlines in CSS: embed levels and white-space: pre; http://www.w3.org/TR/CSS21/box.html#bidi-box-model,http://www.w3.org/TR/CSS21/visuren.html#direction,http://unicode.org/reports/tr9/ 5065a87ed526456c8053b05e995d3663e3ebe115 `Ian Hickson`<mailto:ian@hixie.ch>
@ -1660,7 +1661,7 @@ block-replaced-width-002 reference/block-replaced-width-002-ref Block replaced e
block-replaced-width-003 Block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and 'height' nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width d286f54ab19a2a9c0e5744ee0db5ba3be7aa8fd1 `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on block replaced elements becomes a used value of '0'. The 'width' is (used height) * (intrinsic ratio) if there is no intrinsic width but there is intrinsic height and ratio.
block-replaced-width-004 Block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and no intrinsic height or width nonHTML,svg http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width 9d98220af48ccba399cbbe62b4a0e9fadfaf315d `Microsoft`<http://www.microsoft.com/> Computed value of 'auto' for 'margin-left' or margin-right' on block replaced elements becomes a used value of '0'. The height and width are adjusted by the constraints for block-level, non-replaced elements.
block-replaced-width-006 reference/block-replaced-width-006-ref Block replaced elements and 'auto' specified for 'margin-left', 'margin-right' and percentage intrinsic width ahem,image http://www.w3.org/TR/CSS21/visudet.html#block-replaced-width b79cd281f175a34dd4316a4684a2bc771159c952 `Microsoft`<http://www.microsoft.com/> Percentage intrinsic widths are evaluated against the containing block's width.
blocks-001 Parsing nested blocks and strings in style blocks invalid http://www.w3.org/TR/CSS21/syndata.html#block 885a498fba496af9060d91272bb3c3f145b61958 `Microsoft`<http://www.microsoft.com/> Blocks and strings are parsed with matching terminating pairs.
blocks-001 reference/blocks-001-ref Parsing nested blocks and strings in style blocks invalid http://www.w3.org/TR/CSS21/syndata.html#block 25e0683ce7ecb6d96c67779185a6821b13613260 `Microsoft`<http://www.microsoft.com/> Blocks and strings are parsed with matching terminating pairs.
blocks-002 reference/filler-text-below-green Empty declaration block http://www.w3.org/TR/CSS21/syndata.html#block afb870cce31ad045094a46e7cf72986b1d3373ef `Microsoft`<http://www.microsoft.com/> Declaration blocks that are empty have no effect on later declarations.
blocks-003 reference/filler-text-below-green Rule blocks and white space http://www.w3.org/TR/CSS21/syndata.html#parsing-errors ee3e2dc5595f33f470f374eed87629ffd482dbb3 `Microsoft`<http://www.microsoft.com/> White space around rule blocks do not affect the validity of the rule block.
blocks-004 reference/no-red-filler-text-ref Parsing square bracket blocks invalid http://www.w3.org/TR/CSS21/syndata.html#block b0548b521ec6262d3d134ae81e037b41f04b984c `Microsoft`<http://www.microsoft.com/> Blocks and strings are parsed with matching terminating pairs of square brackets.
@ -3740,7 +3741,7 @@ c544-valgn-003 vertical-align ahem,image,interact http://www.w3.org/TR/REC-CSS1
c544-valgn-004 vertical-align ahem,image,interact http://www.w3.org/TR/REC-CSS1#vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading c470b008da7151b01a31c8340b036e43bce126c4 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c545-txttrans-000 text-transform ahem,image http://www.w3.org/TR/REC-CSS1#text-transform,http://www.w3.org/TR/CSS21/text.html#caps-prop 7fabf215ad43b97f8a14cde922c0f7404c8ac584 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c546-txt-align-000 text-align http://www.w3.org/TR/REC-CSS1#text-align,http://www.w3.org/TR/CSS21/text.html#alignment-prop b3d640f06e8d498da6faec465f9da063f421827e `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c547-indent-000 text-indent ahem http://www.w3.org/TR/REC-CSS1#text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop,http://www.w3.org/TR/CSS21/syndata.html#length-units b545313dc540e1e8ef73f670e5bbd03036794c9b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c547-indent-000 reference/c547-indent-000-ref text-indent ahem http://www.w3.org/TR/REC-CSS1#text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop,http://www.w3.org/TR/CSS21/syndata.html#length-units 5028b4f5684a246bcf9e2d3000cea5c3e90166cc `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c547-indent-001 reference/c547-indent-001-ref text-indent http://www.w3.org/TR/REC-CSS1#text-indent,http://www.w3.org/TR/CSS21/text.html#indentation-prop d9e8b2d2bae07517e5cc775e7970e99983938539 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c548-leadin-000 reference/c548-leadin-000-ref line-height ahem http://www.w3.org/TR/REC-CSS1#line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 442a2f55c1c36b4aed885e38d6aab499ec47dc36 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c548-ln-ht-000 reference/c548-ln-ht-000-ref line-height ahem http://www.w3.org/TR/REC-CSS1#line-height,http://www.w3.org/TR/CSS21/visudet.html#leading 1f697fc420f4c64f6fe2161a9e6e60669eb105f7 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
@ -3806,7 +3807,7 @@ c5509-padn-l-001 reference/c5509-padn-l-001-ref padding-left ahem http://www.w3.
c5509-padn-l-002 reference/c5509-padn-l-002-ref padding-left invalid http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 2e30c1c3e5af75d1b110c1bfcc2cabef77ecce18 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c5509-padn-l-003 reference/c5509-padn-l-003-ref padding-left image,invalid http://www.w3.org/TR/REC-CSS1#padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 95302550f100c9c00e0004078c3518b23ffc5111 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c5510-ipadn-000 reference/c5510-ipadn-000-ref padding ahem,image http://www.w3.org/TR/REC-CSS1#padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 8a0006009d9e79f604c4b8771964d4c3010c3778 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c5510-padn-000 padding ahem,image http://www.w3.org/TR/REC-CSS1#padding,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/syndata.html#length-units 9e3bb1b79261f42733d70a85ca5afd221c0a880c `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c5510-padn-000 reference/c5510-padn-000-ref padding ahem,image http://www.w3.org/TR/REC-CSS1#padding,http://www.w3.org/TR/CSS21/box.html#padding-properties,http://www.w3.org/TR/CSS21/syndata.html#length-units bcac38c1866b3173ecb6ab523d5a5027c0d7899b `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c5510-padn-001 reference/c5510-padn-001-ref padding ahem http://www.w3.org/TR/REC-CSS1#padding,http://www.w3.org/TR/CSS21/box.html#padding-properties f2a7912bf3dde9319c0f6a17874df1bd3347e515 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c5510-padn-002 reference/c5510-padn-002-ref padding invalid http://www.w3.org/TR/REC-CSS1#padding,http://www.w3.org/TR/CSS21/box.html#padding-properties 3d7dbc341cbe8b527118f554c7f8c85290dfc584 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
c5511-brdr-tw-000 border-top-width http://www.w3.org/TR/REC-CSS1#border-top-width,http://www.w3.org/TR/CSS21/box.html#border-properties aa773e312e2dd6e13c4260f8480bdbf1bc3ca228 `CSS1 Test Suite Contributors`<http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html>,`Ian Hickson`<mailto:ian@hixie.ch>
@ -3947,22 +3948,22 @@ cascade-import-009 Cascade: Controlled delays with one alternate set http://ww
cascade-import-010 Cascade: Controlled delays with one alternate set (reversed) http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 300dbd592f803a1f46a86c4b613a562ed305700a `Ian Hickson`<mailto:ian@hixie.ch>
cascade-import-011 Cascade: Controlled delays with one alternate set (link and meta) http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 5abf156afe2413731bc4ad87c9ddf62fb90cb4af `Ian Hickson`<mailto:ian@hixie.ch>
cascade-import-012 Cascade: Controlled delays with one alternate set (link and meta; reversed) http://www.w3.org/TR/html4/present/styles.html#h-14.3,http://www.w3.org/TR/CSS21/cascade.html#cascading-order 7b8edcaf0f14183657991fc67203cbdaae35569d `Ian Hickson`<mailto:ian@hixie.ch>
cascade-import-dynamic-001 Dynamic sheet append (<style>) http://www.w3.org/TR/CSS21/selector.html b5f3a400c40bb654af7aa6014ac6fba015f7f37e `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-002 Dynamic sheet append (<link>) http://www.w3.org/TR/CSS21/selector.html 41dc89841b559d321bbff087120fb54eb40bdc51 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-003 Dynamic sheet insertion (<style>) http://www.w3.org/TR/CSS21/selector.html 13ba6697a066d47b3f37b385ab18c5da2299d3c5 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-004 Dynamic sheet insertion (<link>) http://www.w3.org/TR/CSS21/selector.html 3824d204a805c7402b0f8cecfbcf59262bdf3856 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-005 Dynamic sheet deletion (<style>) http://www.w3.org/TR/CSS21/selector.html 2aa3461fd87b746d2def1e504fc45ee9a3e85dfd `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-006 Dynamic sheet deletion (<link>) http://www.w3.org/TR/CSS21/selector.html 9a6ba30b25cce1559207b614c7adb355e9379458 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-control Control test http://www.w3.org/TR/CSS21/selector.html c88ded9138267f7a9b7f40d6c6532a52bd1d5d80 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-001 reference/ref-this-text-should-be-green Dynamic sheet append (<style>) http://www.w3.org/TR/CSS21/selector.html 5bab109174bd7f53a05c357a62c79834e97f7f98 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-002 reference/ref-this-text-should-be-green Dynamic sheet append (<link>) http://www.w3.org/TR/CSS21/selector.html a7fb2e11c41fea1f5cfe203aece009c2d44d5068 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-003 reference/ref-this-text-should-be-green Dynamic sheet insertion (<style>) http://www.w3.org/TR/CSS21/selector.html b3f396a6d930514adc8e910a51450340d40d8df1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-004 reference/ref-this-text-should-be-green Dynamic sheet insertion (<link>) http://www.w3.org/TR/CSS21/selector.html e6c67673851d064992b3f3b906e3f21e77a81c92 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-005 reference/ref-this-text-should-be-green Dynamic sheet deletion (<style>) http://www.w3.org/TR/CSS21/selector.html 9bfcea9503cd5802bd8a1fa7c07465d6a1fd2056 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-006 reference/ref-this-text-should-be-green Dynamic sheet deletion (<link>) http://www.w3.org/TR/CSS21/selector.html 37a809c867155025105254a40b1eb0fecba146c4 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-import-dynamic-control reference/ref-this-text-should-be-green Control test http://www.w3.org/TR/CSS21/selector.html 880148477f6b96ba980d9c3150f0dad41ca4ead1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
cascade-precedence-001 cascade mechanism has precedence over inheritance - font boldness http://www.w3.org/TR/CSS21/cascade.html#specified-value,http://www.w3.org/TR/CSS21/cascade.html#inheritance 826330e8fb45187c92a17a871f14711bac0db58c `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> When determining the specified value of a property, the cascade mechanism of (user agent, author, user) style sheets has precedence. If no value results from such mechanism, then the property may inherit from its parent. In this testcase, it is presumed that b elements are specified in the user agents style sheets to embold their text content.
cascade-precedence-002 cascade mechanism has precedence over inheritance - font styling http://www.w3.org/TR/CSS21/cascade.html#specified-value,http://www.w3.org/TR/CSS21/cascade.html#inheritance 41e9c15a09904182939a51d5bae3c891486767e1 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> When determining the specified value of a property, the cascade mechanism of (user agent, author, user) style sheets has precedence. If no value results from such mechanism, then the property may inherit from its parent. In this testcase, it is presumed that i elements are specified in the user agents style sheets to italicize their text content.
case-sensitive-000 Case-sensitivity of Properties and Keywords (background) http://www.w3.org/TR/CSS21/syndata.html#characters b81e96602f56f392210761f44ce629582ced9712 `L. David Baron`<http://dbaron.org/>
case-sensitive-001 Case-sensitivity of At-rules (@media) http://www.w3.org/TR/CSS21/syndata.html#characters af75dbbc93201e15c5af8fdb794c07f75def7a29 `L. David Baron`<http://dbaron.org/>
case-sensitive-003 Case-sensitivity of pseudo-classes and pseudo-elements http://www.w3.org/TR/CSS21/syndata.html#characters 3d8779c327d94a2c99ff24fc727185332574ff63 `Elika J. Etemad`<http://fantasai.inkedblade.net/> Pseudo-class and pseudo-element names are ASCII case-insensitive.
case-sensitive-004 Case-sensitivity of :lang() arguments http://www.w3.org/TR/CSS21/syndata.html#characters a84e22e78bd2d6a772a1fdc1f1a472b51397865d `Elika J. Etemad`<http://fantasai.inkedblade.net/> The argument to :lang() is ASCII case-insensitive.
case-sensitive-005 Case-sensitivity of counter names http://www.w3.org/TR/CSS21/syndata.html#characters 0ed83a25320adfc9649a4b228376f90aeb858f7a `Elika J. Etemad`<http://fantasai.inkedblade.net/> Counter names are case-sensitive.
case-sensitive-006 Case sensitivity with element selectors HTMLonly http://www.w3.org/TR/CSS21/syndata.html#characters 302684114f5129f4afcd4f7c8f5e92f3d37e5015 `Microsoft`<http://www.microsoft.com/> Element selectors are case-insensitive in HTML.
case-sensitive-007 Case sensitivity with element selectors nonHTML http://www.w3.org/TR/CSS21/syndata.html#characters 1d6ba3ce822afad528c41bc7874e87b7310ecbae `Microsoft`<http://www.microsoft.com/> Element selectors are case-sensitive in XHTML and XML.
case-sensitive-000 reference/ref-green-background Case-sensitivity of Properties and Keywords (background) http://www.w3.org/TR/CSS21/syndata.html#characters 863f7b43b72216913382e79904453fa305c050ad `L. David Baron`<http://dbaron.org/>
case-sensitive-001 reference/ref-green-background Case-sensitivity of At-rules (@media) http://www.w3.org/TR/CSS21/syndata.html#characters 38908f97e5c56f38f4c2807bd5945d77580e75f4 `L. David Baron`<http://dbaron.org/>
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-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.
character-encoding-002 html utf8, css http iso15 http http://www.w3.org/TR/CSS21/syndata.html#charset a5efac9a86c65d05f20a0fa181426d12ad28936f `Richard Ishida`<http://rishida.net> The user agent respects the encoding of a css stylesheet declared in HTTP.
@ -4156,7 +4157,7 @@ collapsing-table-borders-011 All of table header group border can be specified
collapsing-table-borders-012 Part of table header group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 9e7eb2520240c06a282636b20e3e31eba4d6aa24 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A specific side of a table header group can be specified under the collapsing border model.
collapsing-table-borders-013 All of table footer group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders 2425e935a93245af43e6922e56effa6bb541e432 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The borders for all four sides of a table footer group can be specified under the collapsing border model.
collapsing-table-borders-014 Part of table footer group border can be specified http://www.w3.org/TR/CSS21/tables.html#collapsing-borders bb347371ce31725381b1c7682b23a16eb03e0dc5 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A specific side of a table header group can be specified under the collapsing border model.
color-000 RGB color syntax error handling invalid http://www.w3.org/TR/CSS21/syndata.html#color-units 6c4732b9fe2e1f09af0a29820e0e5a0eb279aecb `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
color-000 reference/color-000-ref RGB color syntax error handling invalid http://www.w3.org/TR/CSS21/syndata.html#color-units ca24ae2e01e2d7574ff1b1d74d1a080e818e4e98 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
color-001 reference/color-001-ref Color set to hex with 5 digits which is invalid and is equivalent to minimum minus one value for 6 digit hex ahem,invalid http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 4fe843dcf45097eea8978a4189a5b46d832f8e70 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#00000' falls back to the initial value and renders the correct foreground color of an element's text content.
color-002 reference/color-002-ref Color set to hex with six digits with the minimum value, #000000 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 36ca41bee49b8ed661d8b380c370d02047ea70b7 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#000000' renders the correct foreground color of an element's text content.
color-003 reference/color-003-ref Color set to hex with six digits with the minimum plus one value, #010101 ahem http://www.w3.org/TR/CSS21/colors.html#propdef-color,http://www.w3.org/TR/CSS21/colors.html#colors 10bac3b32c9c26e52dfdb953320d13b7f7635f97 `Microsoft`<http://www.microsoft.com/> The 'color' set to '#010101' renders the correct foreground color of an element's text content.
@ -4326,7 +4327,7 @@ colors-002 reference/no-red-filler-text-ref Parsing invalid hexadecimal RGB unit
colors-003 reference/no-red-filler-text-ref Parsing invalid RGB functional notation - two values invalid http://www.w3.org/TR/CSS21/syndata.html#color-units 976e7941d0c4e7dd7d2efb3128d4b84a87fe2f9a `Microsoft`<http://www.microsoft.com/> An RGB value is invalid if it has only two values.
colors-004 reference/no-red-filler-text-ref Parsing invalid RGB functional notation - Percentages and Numbers invalid http://www.w3.org/TR/CSS21/syndata.html#color-units 36345dd6e5ad3f371f043088abfa13ca99e41516 `Microsoft`<http://www.microsoft.com/> An RGB value is invalid if it has both percentages and number assignments.
colors-005 reference/filler-text-below-green Clipping of RGB color values http://www.w3.org/TR/CSS21/syndata.html#color-units c218498e6af442dded6851a98d922339d54944de `Microsoft`<http://www.microsoft.com/> Values outside the device gamut are clipped: the red, green, and blue values are changed to fall within the range supported by the device.
colors-006 Comparing color keywords and hex values http://www.w3.org/TR/CSS21/syndata.html#color-units c13c1101c45fe22f51d13f7b089dab1bb5959dad `Microsoft`<http://www.microsoft.com/> Color matching of keywords and hex values.
colors-006 reference/colors-006-ref Comparing color keywords and hex values http://www.w3.org/TR/CSS21/syndata.html#color-units 9e61b368ce600ee7b7fbb1db36ee314f4d439ec1 `Microsoft`<http://www.microsoft.com/> Color matching of keywords and hex values.
colors-007 reference/colors-007-ref Color keyword syntax invalid http://www.w3.org/TR/CSS21/syndata.html#color-units aecf600a687dae2592618f11e8ddeb796bf20eb4 `Germain Garand`<mailto:germain@ebooksfrance.org>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
column-background-001 Column background property http://www.w3.org/TR/CSS21/tables.html#columns 9cac04c0174b9fde18f07c7a31ad462f8a5beaec `Microsoft`<http://www.microsoft.com/> A background can be set on a table column.
column-background-002 Column-group background property http://www.w3.org/TR/CSS21/tables.html#columns 89f4cb55b4276c885e384ec922d64d516644a4b0 `Microsoft`<http://www.microsoft.com/> A background can be set on a table column group.
@ -4523,23 +4524,23 @@ content-attr-002 Generated Content from Attributes http://www.w3.org/TR/CSS21/
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-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 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 6ff4653f5730ac9088be78dcf2d4c261d64ef54f `L. David Baron`<http://dbaron.org/>
content-counter-001 content: counter(c, none) 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 2d4000d7dfee00f305de20e4dba071b31b71b5fc `L. David Baron`<http://dbaron.org/>
content-counter-002 content: counter(c, disc) 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 076d4cdf37485dd8628c748975e09d29db73ab60 `L. David Baron`<http://dbaron.org/>
content-counter-003 content: counter(c, circle) 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 bab024d65a02120fa6cd0aa09637a10ed5aee69e `L. David Baron`<http://dbaron.org/>
content-counter-004 content: counter(c, square) 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 daee752433971aed31e44b1efcfa832ac4e2afc4 `L. David Baron`<http://dbaron.org/>
content-counter-005 content: counter(c, decimal) 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 80b6192bb1de6e73df8f3912da8482454ae76435 `L. David Baron`<http://dbaron.org/>
content-counter-006 content: counter(c, decimal-leading-zero) 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 1964bbae7185f2d0893a673a7e55dedf3275c27a `L. David Baron`<http://dbaron.org/>
content-counter-007 content: counter(c, lower-roman) 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 40cd168e5c3c4e17f8f71ae08002ef801fdbe4e2 `L. David Baron`<http://dbaron.org/>
content-counter-008 content: counter(c, upper-roman) 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 dc4663bd553f4783fc026a11a47549a23195672f `L. David Baron`<http://dbaron.org/>
content-counter-009 content: counter(c, georgian) 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 45b5456dec98668404d7f75e294c68b7c3c7d3a7 `L. David Baron`<http://dbaron.org/>
content-counter-010 content: counter(c, armenian) 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 85f277369296d43b2a97462aaad3afad419a75c5 `L. David Baron`<http://dbaron.org/>
content-counter-011 content: counter(c, lower-latin) 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 38f78d3a02140698f9f36e4e66caf7a8a114924c `L. David Baron`<http://dbaron.org/>
content-counter-012 content: counter(c, lower-alpha) 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 262223d39bfdca89c0b2a5a0b6c4ff960340c04b `L. David Baron`<http://dbaron.org/>
content-counter-013 content: counter(c, upper-latin) 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 37fa19ffd8d1749fe27d9ca830478de18961e360 `L. David Baron`<http://dbaron.org/>
content-counter-014 content: counter(c, upper-alpha) 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 6b618722cc4059245802209a49507d6ab259a897 `L. David Baron`<http://dbaron.org/>
content-counter-015 content: counter(c, lower-greek) 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 17c57dc225d1487501f391947de26e30784f174b `L. David Baron`<http://dbaron.org/>
content-counter-016 content: counter() error cases invalid 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 0e8097ae6a831474b897f3d1bfe3ac6fe8a71a4f `L. David Baron`<http://dbaron.org/>
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/>
content-counter-001 reference/content-counter-001-ref content: counter(c, none) 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 6025d32b5faf432b7db5d2dc6a86a7f918eab347 `L. David Baron`<http://dbaron.org/>
content-counter-002 reference/content-counter-002-ref content: counter(c, disc) 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 b727ca27087e54c660556698aeb4e2691fbd7f1e `L. David Baron`<http://dbaron.org/>
content-counter-003 reference/content-counter-003-ref content: counter(c, circle) 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 ea6873221451dc051d7d39f57cf9590929f2b095 `L. David Baron`<http://dbaron.org/>
content-counter-004 reference/content-counter-004-ref content: counter(c, square) 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 1804360449e7dcacd807665ec76f7cb8a082e533 `L. David Baron`<http://dbaron.org/>
content-counter-005 reference/content-counter-000-ref content: counter(c, decimal) 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 e5e2dcaa12ce6c05395cc2a154faea8c346244c4 `L. David Baron`<http://dbaron.org/>
content-counter-006 reference/content-counter-006-ref content: counter(c, decimal-leading-zero) 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 60af386f2e0b740e18fac2acd83e97eaecf691a9 `L. David Baron`<http://dbaron.org/>
content-counter-007 reference/content-counter-007-ref content: counter(c, lower-roman) 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 d3ce627b17aca8abec2557640c9f35e159c02d56 `L. David Baron`<http://dbaron.org/>
content-counter-008 reference/content-counter-008-ref content: counter(c, upper-roman) 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 bc64d3cce436d53d0bf8166aae7b22803d6693c1 `L. David Baron`<http://dbaron.org/>
content-counter-009 reference/content-counter-009-ref content: counter(c, georgian) 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 a9aafc684b0e5b623ce9520c360d423ee1706dd4 `L. David Baron`<http://dbaron.org/>
content-counter-010 reference/content-counter-010-ref content: counter(c, armenian) 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 56813f4c1ed618619def341ed848daf47540947d `L. David Baron`<http://dbaron.org/>
content-counter-011 reference/content-counter-011-ref content: counter(c, lower-latin) 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 d3c3bfb6175c84692c6419a502c1c22362955b73 `L. David Baron`<http://dbaron.org/>
content-counter-012 reference/content-counter-011-ref content: counter(c, lower-alpha) 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 bfc02df4837b1a0bd3f01063b36d0403d516bf60 `L. David Baron`<http://dbaron.org/>
content-counter-013 reference/content-counter-013-ref content: counter(c, upper-latin) 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 4cabc3c2cd7ff5944c34c7d9d18c6883a659eff5 `L. David Baron`<http://dbaron.org/>
content-counter-014 reference/content-counter-013-ref content: counter(c, upper-alpha) 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 ddcd420e2e98c3d014e371ffe29f6b7c6272e345 `L. David Baron`<http://dbaron.org/>
content-counter-015 reference/content-counter-015-ref content: counter(c, lower-greek) 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 8652857772d3cd8502a36faafb6d06c6e9fcce92 `L. David Baron`<http://dbaron.org/>
content-counter-016 reference/content-counter-000-ref content: counter() error cases invalid 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 64fc24683094a2c4e0853961ccc603ed280e280b `L. David Baron`<http://dbaron.org/>
content-counters-000 content: counters(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 37f716a432f241d959844929de83b20c6c90dffc `L. David Baron`<http://dbaron.org/>
content-counters-001 content: counters(c, ".", none) 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 946807cce0df4e9aa9179fde59d2862b5be752bd `L. David Baron`<http://dbaron.org/>
content-counters-002 content: counters(c, ".", disc) 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 e2cf3dd87e01d47399d1eba04aecff1215a4c345 `L. David Baron`<http://dbaron.org/>
@ -4558,7 +4559,7 @@ content-counters-014 content: counters(c, ".", upper-alpha) http://www.w3.org/
content-counters-015 content: counters(c, ".", lower-greek) 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 89b623eb9a300a7cdb0d2550c76fbcc0b9b6b015 `L. David Baron`<http://dbaron.org/>
content-counters-016 content: counters() string argument 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 8a041e883e06a9f7d449e78d0ad74e871f05f460 `L. David Baron`<http://dbaron.org/>
content-counters-017 content: counters() string argument 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 8ee8101890c572a67d83109f8888ee6ead2a7a11 `L. David Baron`<http://dbaron.org/>
content-counters-018 content: counters() error cases invalid 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 7ebc36bcb3ce13ea5c7a302ee0f9223b63ce5f6d `L. David Baron`<http://dbaron.org/>
content-counters-018 content: counters() error cases invalid 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 d29f8f57d8a58c07f04ff0ca2262a61512c8e01e `L. David Baron`<http://dbaron.org/>
content-inherit-001 CSS inheritance: content http://www.w3.org/TR/CSS21/generate.html#content 0132da54d690965b7a7351def8d7590f84163114 `Ian Hickson`<mailto:ian@hixie.ch>
content-inherit-002 reference/content-inherit-002-ref CSS inheritance: content with tables http://www.w3.org/TR/CSS21/generate.html#content b6b042df531374236f9bc0067496667c5e45038c `Ian Hickson`<mailto:ian@hixie.ch>
content-newline-001 Content property \A creates newline http://www.w3.org/TR/CSS21/generate.html#content 1ba88d62fa00bed7b19362811b21dcc9ca2d346a `Microsoft`<http://www.microsoft.com/> A '\A' creates a newline for strings in the content property.
@ -4570,14 +4571,14 @@ content-white-space-002 Content property and white-space: pre http://www.w3.or
content-white-space-003 Content property and white-space: nowrap http://www.w3.org/TR/CSS21/generate.html#content 62fb8054cc466b47fc436ee7fd35c5bb5828c8cc `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Microsoft`<http://www.microsoft.com/> 'white-space: nowrap' applies to generated string content.
content-white-space-004 Content property and white-space: nowrap http://www.w3.org/TR/CSS21/generate.html#content 985d2b077592ab7e423e726b15d9784e9dc207f3 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact>,`Microsoft`<http://www.microsoft.com/> 'white-space: normal' applies to generated string content.
control-characters-002 Control Characters http://www.w3.org/TR/CSS21/text.html#spacing-props c7713c650b5c7708c47505b3bfc15b077239a3da `Microsoft`<http://www.microsoft.com/> Handling and processing of control characters.
core-syntax-001 Nested blocks in unexpected places http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 942e0b3950668dd1a7d9b5958e66412e59ecafbb `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-002 Nested blocks in unexpected places http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 8a4cb98dfcc595f7f764192ce62c871d9c94cfbb `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-003 Nested blocks in unexpected places (with no whitespace) http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 873f4b9f5d257aafffa6611d61180c93b0a50a05 `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-004 Nested blocks in unexpected places (with no whitespace) http://www.w3.org/TR/CSS21/syndata.html#parsing-errors e08cc6233aa06515f7f866ee87d3a7302e5ddde5 `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-006 Parsing invalid '!' declarations http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 74a3f7993987f38e3f549eda06832ce2cc9c7e50 `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-007 Parsing invalid '!' declarations http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 04bc57ca78dcf7216a85a7a7d605023c64c1ea39 `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-008 Parsing invalid '!' declarations http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 03b0d944a77bd154356494ff6c3aedc8b24adc0d `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-009 Syntactic White Space http://www.w3.org/TR/CSS21/syndata.html#tokenization 839e7f814148a1dd8388f46a03e83ff5d92d4b53 `Elika J. Etemad`<http://fantasai.inkedblade.net/> Only the characters U+0020, U+0009, U+000A, U+000D, and U+000C are considered white space.
core-syntax-001 reference/core-syntax-001-ref Nested blocks in unexpected places http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 8083a54de86162213a3876de01711fb1bda55453 `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-002 reference/core-syntax-002-ref Nested blocks in unexpected places http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 7e37a042ce73df682857a6b4c4c94890c24cc4d9 `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-003 reference/ref-this-text-should-be-green Nested blocks in unexpected places (with no whitespace) http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 1fcbb868190723c21e7af574ee784217aa6a9e2a `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-004 reference/ref-this-text-should-be-green Nested blocks in unexpected places (with no whitespace) http://www.w3.org/TR/CSS21/syndata.html#parsing-errors c48a1e0d48c850e686716edbf17a8fa2ecc2c2a2 `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-006 reference/core-syntax-006-ref Parsing invalid '!' declarations http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 094571a3d3d620642722fa494259ee46d718abab `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-007 reference/core-syntax-007-ref Parsing invalid '!' declarations http://www.w3.org/TR/CSS21/syndata.html#parsing-errors d6a2644d5ffff6a813bf16218760610e35b15a9d `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-008 reference/ref-this-text-should-be-green Parsing invalid '!' declarations http://www.w3.org/TR/CSS21/syndata.html#parsing-errors bbcab0c5f9c6e255999b84544cc685740ae5cc85 `Ian Hickson`<mailto:ian@hixie.ch>
core-syntax-009 reference/ref-this-text-should-be-green Syntactic White Space http://www.w3.org/TR/CSS21/syndata.html#tokenization 076d16691c7b45f55ff243c92db47980147260eb `Elika J. Etemad`<http://fantasai.inkedblade.net/> Only the characters U+0020, U+0009, U+000A, U+000D, and U+000C are considered white space.
counter-increment-000 dynamic changes to 'counter-increment' dom http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 98bf04bbbc1c567e751a0ff86f3d02e2a8bbb538 `L. David Baron`<http://dbaron.org/>
counter-increment-001 dynamic changes to 'counter-increment' dom http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter ff216513d622f9b04a7824cc4a717966264e4bd1 `L. David Baron`<http://dbaron.org/>
counter-increment-002 dynamic changes to 'counter-increment' dom http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter e1d9df2b37993e35b47dc27460508fa47973218f `L. David Baron`<http://dbaron.org/>
@ -4740,16 +4741,16 @@ counter-reset-multiple-001 Multiple 'counter-reset' before 'counter' use http:
counter-reset-not-generated-001 Counter-reset on pseudo-element that is not generated http://www.w3.org/TR/CSS21/generate.html#content 6a127087f9f8e23315d64a2ba4825cd7a16e4a2a `Microsoft`<http://www.microsoft.com/> Pseudo-elements that are not generated do not reset counters.
counter-reset-sibling-001 Counter-reset on later siblings http://www.w3.org/TR/CSS21/generate.html#scope 66345146613b01479d3e2fc77d57f0463fa8a5b9 `Microsoft`<http://www.microsoft.com/> Setting 'counter-reset' on later siblings does not have an effect on previous counters.
counter-reset-visibility-001 Counter-reset on visibility: hidden element http://www.w3.org/TR/CSS21/generate.html#content 1cab5174ffa04bd5d112e94f17489e418464073d `Microsoft`<http://www.microsoft.com/> Elements that are set to 'visibility: hidden' reset counters.
counters-001 Parsing counter functions with just the identifier http://www.w3.org/TR/CSS21/syndata.html 6113e3ff9dd80acb041d2da3dfcd9e31037cb675 `Microsoft`<http://www.microsoft.com/> Counters can be referred to using only the identifier.
counters-001 reference/counters-001-ref Parsing counter functions with just the identifier http://www.w3.org/TR/CSS21/syndata.html 3e07ae612bfb6ac4fce69746122108a28f80e11e `Microsoft`<http://www.microsoft.com/> Counters can be referred to using only the identifier.
counters-002 reference/no-red-filler-text-ref Parsing invalid counter functions - Too many arguments invalid http://www.w3.org/TR/CSS21/syndata.html 8bd15cebb49e35998d688a75c414ad46232a9a4d `Microsoft`<http://www.microsoft.com/> A counter is invalid if it has too many arguments.
counters-003 Parsing counter() function with no white space http://www.w3.org/TR/CSS21/syndata.html#parsing-errors a9652d5d44b11fff426413a138b9f7565805eca3 `Microsoft`<http://www.microsoft.com/> The counter function can be parsed with no white space separating the function values.
counters-004 Parsing counters() function with no white space and two function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors ca6b735e6c15b5fc114953b4d5d0bebeb5c8d2af `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with no white space separating the two function values.
counters-005 Parsing counters() function with no white space and three function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors a161572ada1da0d5d4cca30acbf07dde32431290 `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with no white space separating the three function values.
counters-006 Parsing counter() function with white space http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 10077d6c77ffff9afde9bcc8a6adf7a72648e973 `Microsoft`<http://www.microsoft.com/> The counter function can be parsed with white space separating the function value.
counters-007 Parsing counter() function with white space and two function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors ba41778ba917abc0cdbf4c14263f482adb2aa79a `Microsoft`<http://www.microsoft.com/> The counter function can be parsed with white space separating the two function values.
counters-008 Parsing counters() function with white space and two function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 516cb34d33ff0cea02072a06ffad392d8daca7a4 `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with white space separating the two function values.
counters-009 Parsing counters() function with white space and three function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors fc91b50078a544326b295f6821be28341c348f5b `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with white space separating the three function values.
counters-010 Parsing counters() functions http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 60ba9f330132aca869796db6f27fbccad2f0b16d `Microsoft`<http://www.microsoft.com/> To refer to a sequence of nested counters of the same name, the notation is 'counters(identifier, string)' or 'counters(identifier, string, list-style-type)'.
counters-003 reference/counters-003-ref Parsing counter() function with no white space http://www.w3.org/TR/CSS21/syndata.html#parsing-errors bcbed4c9e500741ac0c9bc9f28b9f87640adf2d3 `Microsoft`<http://www.microsoft.com/> The counter function can be parsed with no white space separating the function values.
counters-004 reference/counters-004-ref Parsing counters() function with no white space and two function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors db4d1f67d03c13cafc3526f1856c68163f1638c0 `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with no white space separating the two function values.
counters-005 reference/counters-003-ref Parsing counters() function with no white space and three function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 720be39020ed3460c26dd76fff76c7bca9f06604 `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with no white space separating the three function values.
counters-006 reference/counters-004-ref Parsing counter() function with white space http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 9c345f1079b63c64ac919d2fd6f008c83af57621 `Microsoft`<http://www.microsoft.com/> The counter function can be parsed with white space separating the function value.
counters-007 reference/counters-003-ref Parsing counter() function with white space and two function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 5a16289544caa4a3faa3c5e3b9fe9898d6b22452 `Microsoft`<http://www.microsoft.com/> The counter function can be parsed with white space separating the two function values.
counters-008 reference/counters-004-ref Parsing counters() function with white space and two function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 67557c4f4821dee22661612563235c42d98eb6d9 `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with white space separating the two function values.
counters-009 reference/counters-003-ref Parsing counters() function with white space and three function values http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 06082522a1b91e8fcdcc28caad73ccead4612db1 `Microsoft`<http://www.microsoft.com/> The counters function can be parsed with white space separating the three function values.
counters-010 reference/counters-010-ref Parsing counters() functions http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 8e39dea6b9daf37c22c21928909a5d60e9d09971 `Microsoft`<http://www.microsoft.com/> To refer to a sequence of nested counters of the same name, the notation is 'counters(identifier, string)' or 'counters(identifier, string, list-style-type)'.
counters-hidden-000 Counter properties on 'content: none' pseudo-elements http://www.w3.org/TR/CSS21/generate.html#undisplayed-counters,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter bd9d69c668a4c34ef908773dec75e9d9b23217bc `L. David Baron`<http://dbaron.org/>
counters-hidden-001 Counter properties on 'display: none' elements http://www.w3.org/TR/CSS21/generate.html#undisplayed-counters,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter 90badbb3c30aeb489a7b10f814c475f19a44873b `L. David Baron`<http://dbaron.org/>
counters-hidden-002 Counter properties on 'visibility: hidden' elements http://www.w3.org/TR/CSS21/generate.html#undisplayed-counters,http://www.w3.org/TR/CSS21/generate.html#counters,http://www.w3.org/TR/CSS21/generate.html#propdef-content,http://www.w3.org/TR/CSS21/syndata.html#counter f0698e4fc74ee3f1a97a54f165dcb59fdbfc3f3b `L. David Baron`<http://dbaron.org/>
@ -4811,14 +4812,14 @@ data-alignment-001 Aligning Table Data (cell data is vertically aligned) http:
data-alignment-002 Aligning Table Data (cell data is horizontally aligned) http://www.w3.org/TR/CSS21/tables.html#tables-intro 48e0f7e3d9d0904667a796905f3e14f029069e4e `Microsoft`<http://www.microsoft.com/> Cell data can be horizontally aligned.
data-alignment-003 Aligning Table Data (row data is aligned) http://www.w3.org/TR/CSS21/tables.html#tables-intro 1a48d3387129d1a110ed012c79bb4fbbb19356f2 `Microsoft`<http://www.microsoft.com/> Cell data in a row can be horizontally and vertically aligned.
data-alignment-004 Aligning Table Data (column data is aligned) http://www.w3.org/TR/CSS21/tables.html#tables-intro 44a7310baace02501053a401a43a15af6dc56c07 `Microsoft`<http://www.microsoft.com/> Alignment of cell data in a column is achieved by specifying alignment properties on the cells themselves, and not on the column element directly.
declaration-001 malformed declaration missing ':', value, part 1 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 095c86373e6d5d590c0a6375c4985fae6643b580 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-002 malformed declaration missing ':', value, part 2 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors adfb129e5f9603546eed178060d6291b0bb46fc8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-003 malformed declaration missing value, part 1 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 3467772ab02d8cf4f6e8db92d67f78a45c5a08ed `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-004 malformed declaration missing value, part 2 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 5f903bc94910a17cf54455d842220d5576e517d3 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-005 malformed declaration: unexpected tokens { }, part 1 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 95db203b752dcabadbd37613cef6197d35df06e8 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-006 malformed declaration: unexpected tokens { }, part 2 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 3b453f15b1e5032f219e2f01634dd45ef92db5a7 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-001 reference/ref-this-text-should-be-green malformed declaration missing ':', value, part 1 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 1af32cb684b11037144de9919d9859ba02764ad1 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-002 reference/ref-this-text-should-be-green malformed declaration missing ':', value, part 2 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors a48e24b0d9191620333018e11ff46799978e9f87 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-003 reference/ref-this-text-should-be-green malformed declaration missing value, part 1 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 72845a03c759b28ecc8cf33d5ec06eb4e9b681f6 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-004 reference/ref-this-text-should-be-green malformed declaration missing value, part 2 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 83e2fd179cff2a88af05454e454dd4497f945f1a `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-005 reference/ref-this-text-should-be-green malformed declaration: unexpected tokens { }, part 1 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 3e1dfb793750423037cbdbdc5cb2a6d554601690 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-006 reference/ref-this-text-should-be-green malformed declaration: unexpected tokens { }, part 2 invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 9bf6509156021a455a0d7253827efef3ca5f16fd `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
declaration-whitespace-001 reference/filler-text-below-green Parsing white space in style declaration http://www.w3.org/TR/CSS21/syndata.html#declaration 79fca0c7e336d7a18f329e98541010ecf2360266 `Microsoft`<http://www.microsoft.com/> Various white space are allowed anywhere within the declaration and are ignored.
declarations-009 Ignoring at-rules inside declaration blocks invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 8658b351e7b0b401d301940dfe5d6599e1e7fd00 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> At-rules inside declaration blocks are parsed as malformed declarations.
declarations-009 reference/declarations-009-ref Ignoring at-rules inside declaration blocks invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors a005a9b38569d3fab5961e163e9b08e1430b90e5 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> At-rules inside declaration blocks are parsed as malformed declarations.
default-attribute-selector-001 reference/ref-filled-green-100px-square attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs 88e74e354d85ae30af28b990fe3e0731a24a9f9e `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-002 reference/ref-filled-green-100px-square attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs 511e185ad1b86f7540f3b1e4f1047e6648caf72e `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
default-attribute-selector-003 reference/ref-filled-green-100px-square attribute selector - Default attribute values in DTDs http://www.w3.org/TR/CSS21/selector.html#default-attrs,http://www.w3.org/TR/CSS21/selector.html#matching-attrs 9f891d5c9db9d28c99085a8ed0aae3f5eb97b327 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Default attribute values may be declared in an external resource such as a DTD. In such case, the default attributes may or may not appear in the document tree. When default attributes appear in the document tree, then their correspondent default values must be included.
@ -4998,22 +4999,22 @@ escaped-ident-spaces-004 reference/filler-text-below-green Termination of escape
escaped-ident-spaces-005 reference/filler-text-below-green Termination of escaped character sequences with less than 6 digits and white space http://www.w3.org/TR/CSS21/syndata.html#characters f240c4f85400a64811558c3449adcc6d5bde2582 `Microsoft`<http://www.microsoft.com/> Escaped character sequences are terminated by white space.
escaped-ident-spaces-006 reference/filler-text-below-green Termination of escaped character sequences with two digits terminated by white space http://www.w3.org/TR/CSS21/syndata.html#characters 20509dc4fea583128da4f44c1426197b4f8180be `Microsoft`<http://www.microsoft.com/> Escaped character sequences (two hex digits) are terminated by white space.
escaped-ident-spaces-007 reference/filler-text-below-green Termination of escaped character sequences with less than six digits terminated by linefeeds and tabs http://www.w3.org/TR/CSS21/syndata.html#characters e5126ef7aba00fa9b87ca64194364c22d198cdd8 `Microsoft`<http://www.microsoft.com/> Escaped character sequences (less than six hex digits) are terminated by white space, tabs and linefeeds.
escaped-newline-001 Parsing strings with escaped newlines http://www.w3.org/TR/CSS21/syndata.html#strings a368ccece9c652696c5c144c1aa0fecb29927f9b `Microsoft`<http://www.microsoft.com/> Strings with escaped newlines are treated as a single whole string.
escapes-000 Escaped Newline in String http://www.w3.org/TR/CSS21/syndata.html#characters 950750c0a62615691fbccbe9817c3837801f1e5d `L. David Baron`<http://dbaron.org/>
escapes-001 Escaped Quote Marks in String http://www.w3.org/TR/CSS21/syndata.html#characters d5ceb1f6427ee387f1149363c021778253f4af4b `L. David Baron`<http://dbaron.org/>
escapes-002 Invalid Punctuation Escapes http://www.w3.org/TR/CSS21/syndata.html#characters 19d446880071eac7f3a283faaa8b2be4ed6c00bb `L. David Baron`<http://dbaron.org/>
escapes-003 Class and Keyword Letter Escapes http://www.w3.org/TR/CSS21/syndata.html#characters a44df61ff5ec58a376a57f02e7d5ec3f31e21097 `L. David Baron`<http://dbaron.org/>
escapes-004 Unicode Escapes http://www.w3.org/TR/CSS21/syndata.html#characters 2044a1591ec93198c3629aba577bb6be3440f6f4 `L. David Baron`<http://dbaron.org/>
escapes-005 Unicode Escapes and Case Insensitivity http://www.w3.org/TR/CSS21/syndata.html#characters 81d4490ba64d770fcfa0b8c5559791579bd828c6 `L. David Baron`<http://dbaron.org/>
escapes-006 Incorrect Letter Escape (Class Selector) http://www.w3.org/TR/CSS21/syndata.html#characters 80c6ff44e60b689371740f7fba2f3e72eedb4f8f `L. David Baron`<http://dbaron.org/>
escapes-007 Space-terminated Unicode Escapes http://www.w3.org/TR/CSS21/syndata.html#characters 5ca266b170e970cc8ea0660566604f2e61902d8f `L. David Baron`<http://dbaron.org/>
escapes-008 Invalid Space-terminated Character Escapes invalid http://www.w3.org/TR/CSS21/syndata.html#characters 3c8fc7a7952f1171c4eed730d7f5d1ba1216245a `L. David Baron`<http://dbaron.org/>
escapes-009 Characters and case: Escaping a character inside a keyword invalid http://www.w3.org/TR/CSS21/syndata.html#characters 89b902b38bab3b08e1cb17ea3b6dca6723266935 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should be able to ignore the keyword
escapes-010 Unicode-escaped Braces invalid http://www.w3.org/TR/CSS21/syndata.html#characters 1ddd0a4a4728e568964eca1de5d6352750123bbb `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Unicode escapes cannot substitute for '{' or '}' in CSS syntax.
escapes-011 CSS Parsing: Escaped keywords http://www.w3.org/TR/CSS21/syndata.html#rule-sets 975b36ea9fd479b417f9f0c4043060cdf8997cbc `Ian Hickson`<mailto:ian@hixie.ch>
escapes-012 CSS Parsing: Escaped keywords http://www.w3.org/TR/CSS21/syndata.html#characters 97948177ce7772c8da43f42ce82b4bf486d72246 `Ian Hickson`<mailto:ian@hixie.ch>
escapes-013 Escaping and spaces with classes http://www.w3.org/TR/CSS21/syndata.html#rule-sets 1cbdd257d40a391f8f01042a67c39d5b7e035640 `Ian Hickson`<mailto:ian@hixie.ch>
escapes-014 Escaping and spaces with declarations http://www.w3.org/TR/CSS21/syndata.html#rule-sets ce2455f035a28eb71da0e971b3b040211ec1b035 `Ian Hickson`<mailto:ian@hixie.ch>
escaped-newline-001 reference/escaped-newline-001-ref Parsing strings with escaped newlines http://www.w3.org/TR/CSS21/syndata.html#strings 268c0cf7c468e19c41672de080ce0b8554d99e84 `Microsoft`<http://www.microsoft.com/> Strings with escaped newlines are treated as a single whole string.
escapes-000 reference/escapes-000-ref Escaped Newline in String http://www.w3.org/TR/CSS21/syndata.html#characters 0c9b15c13867af28ba7627b2147ee71e0a3e9728 `L. David Baron`<http://dbaron.org/>
escapes-001 reference/ref-green-background Escaped Quote Marks in String http://www.w3.org/TR/CSS21/syndata.html#characters 009f1fe3b2a45bba323a8e3e85adc84b62e956e1 `L. David Baron`<http://dbaron.org/>
escapes-002 reference/ref-green-background Invalid Punctuation Escapes http://www.w3.org/TR/CSS21/syndata.html#characters 748487bd6c6c4e64fd38c7d372301b12e286a946 `L. David Baron`<http://dbaron.org/>
escapes-003 reference/ref-green-background Class and Keyword Letter Escapes http://www.w3.org/TR/CSS21/syndata.html#characters 4ce7aa20feeec08352882fc93e323bc4ea23b460 `L. David Baron`<http://dbaron.org/>
escapes-004 reference/ref-green-background Unicode Escapes http://www.w3.org/TR/CSS21/syndata.html#characters d4068fae5f1eb8df74c4f4a5005f32700e4fec7f `L. David Baron`<http://dbaron.org/>
escapes-005 reference/ref-green-background Unicode Escapes and Case Insensitivity http://www.w3.org/TR/CSS21/syndata.html#characters 55ab91fc51ab6aeddd318eb651c0eb5f818edb4b `L. David Baron`<http://dbaron.org/>
escapes-006 reference/ref-green-background Incorrect Letter Escape (Class Selector) http://www.w3.org/TR/CSS21/syndata.html#characters b44fb0e8f34dc4862cb13c99a3237003f45126b8 `L. David Baron`<http://dbaron.org/>
escapes-007 reference/ref-green-background Space-terminated Unicode Escapes http://www.w3.org/TR/CSS21/syndata.html#characters f7a619dd23a75b066c0c84163df4c9c44b869f56 `L. David Baron`<http://dbaron.org/>
escapes-008 reference/ref-green-background Invalid Space-terminated Character Escapes invalid http://www.w3.org/TR/CSS21/syndata.html#characters 51e676c8a404d28237d4746f4332c5e856a47d6b `L. David Baron`<http://dbaron.org/>
escapes-009 reference/ref-this-text-should-be-green Characters and case: Escaping a character inside a keyword invalid http://www.w3.org/TR/CSS21/syndata.html#characters ba720024df5d6762fd2a214abc52a6d7072c3522 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Browsers should be able to ignore the keyword
escapes-010 reference/ref-this-text-should-be-green Unicode-escaped Braces invalid http://www.w3.org/TR/CSS21/syndata.html#characters 73281d5ae3869cd1c4f2bc56b79490fc4dbef993 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> Unicode escapes cannot substitute for '{' or '}' in CSS syntax.
escapes-011 reference/ref-this-text-should-be-green CSS Parsing: Escaped keywords http://www.w3.org/TR/CSS21/syndata.html#rule-sets 7380a6e19656ccb8da7a2901d8574eb4b33e18e1 `Ian Hickson`<mailto:ian@hixie.ch>
escapes-012 reference/ref-this-text-should-be-green CSS Parsing: Escaped keywords http://www.w3.org/TR/CSS21/syndata.html#characters aaa1df5a039befac89a20dfa17fc331c1152071d `Ian Hickson`<mailto:ian@hixie.ch>
escapes-013 reference/escapes-013-ref Escaping and spaces with classes http://www.w3.org/TR/CSS21/syndata.html#rule-sets 209146dd1aa589b1783449b32d3a11d533042cc4 `Ian Hickson`<mailto:ian@hixie.ch>
escapes-014 reference/ref-green-background Escaping and spaces with declarations http://www.w3.org/TR/CSS21/syndata.html#rule-sets 6f22915c4033d70149cb9fe614e2b4faf8f8ec96 `Ian Hickson`<mailto:ian@hixie.ch>
escapes-015 reference/ref-if-there-is-no-red Escape of non-printable characters within declarations, applying to property values invalid http://www.w3.org/TR/CSS21/syndata.html#rule-sets bb02c8dd729b3f9f049efe308d7b4919ff5ce68d `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> red is a reserved (color name) keyword while red\9 is not a reserved keyword. red\9 is made of red with an escaped horizontal tab. That is why the parsing of the declaration should fail. Same thing with the other 23 tests (see test escapes-016).
escapes-016 reference/ref-if-there-is-no-red Escape of non-printable characters within declarations, applying to property values invalid http://www.w3.org/TR/CSS21/syndata.html#rule-sets b0598aa61a40521b50a1affc0d0aad59ec12a8fe `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> red is a reserved (color name) keyword while red\9 is not a reserved keyword. red\9 is made of red with an escaped horizontal tab. That is why the parsing of the declaration should fail. Same thing with the other 23 tests (see test escapes-015).
events-006 transitionend event for pseudo elements dom,script http://www.w3.org/TR/css3-transitions/#transition-events,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/css3-content/ 8f08a369570e84a89e5aa2c51b27fe7a7cd5628a `Rodney Rehm`<http://rodneyrehm.de/en/> Test checks that TransitionEnd events are fired for pseudo-elements
@ -5532,7 +5533,7 @@ first-page-selectors-002 Page Selectors - First Page in RTL paged http://www.w3
first-page-selectors-003 Page Selectors - First Page in LTR Forced :left may,paged http://www.w3.org/TR/CSS21/page.html#page-selectors 08f613e061ab08c5a071a50d2c7e37dddb914254 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The first page of a left-to-right document can be forced as :left by inserting a page break.
first-page-selectors-004 Page Selectors - First Page in RTL Forced :right may,paged http://www.w3.org/TR/CSS21/page.html#page-selectors a5c1fb528f5b5f17a57c65056d00504d3813cbef `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The first page of a right-to-left document can be forced as :right by inserting a page break.
first-page-vlr-003 first page of a document with vertical-lr writing-mode paged http://www.w3.org/TR/css-writing-modes-3/#writing-mode,http://www.w3.org/TR/CSS21/page.html#page-selectors ba9f62a92fda53555211ee1de1a17cb08e124dd6 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'writing-mode' is set on the root element, then it determines the default page flow (or progression) direction. In this test, the page flow (or progression) direction is left-to-right. This test checks that the first page of a document whose document root has 'writing-mode' set to 'vertical-lr' is the :right page.
first-page-vrl-002 first page of a document with vertical-rl writing-mode image,paged http://www.w3.org/TR/css-writing-modes-3/#writing-mode,http://www.w3.org/TR/CSS21/page.html#page-selectors 0e3999276064df4aff359983d7a6cb2977a7a19b `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'writing-mode' is set on the root element, then it determines the default page flow (or progression) direction. In this test, the page flow (or progression) direction is right-to-left. This test checks that the first page of a document whose document root has 'writing-mode' set to 'vertical-rl' is the :left page.
first-page-vrl-002 first page of a document with vertical-rl writing-mode image,paged http://www.w3.org/TR/css-writing-modes-3/#writing-mode,http://www.w3.org/TR/CSS21/page.html#page-selectors d889dab856e4fad4d820153f78921a043b28589d `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'writing-mode' is set on the root element, then it determines the default page flow (or progression) direction. In this test, the page flow (or progression) direction is right-to-left. This test checks that the first page of a document whose document root has 'writing-mode' set to 'vertical-rl' is the :left page.
fixed-table-layout-001 Fixed table layout when 'width' property is 'auto' ahem http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 72b5ea78d6b5c107cbee06057efd23f277284710 `Microsoft`<http://www.microsoft.com/> If a browser supports fixed table layout when 'width' is 'auto', a table will size to its containing block, minus any margin space (modified example from spec section 17.5.2.1).
fixed-table-layout-002 Value other than 'auto' for column width sets width of cells in the column http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout ec1814f346b834600c51b0b4ca6b0b761d13ba96 `Microsoft`<http://www.microsoft.com/> A column element with a value other than 'auto' for the 'width' property sets the width for the column of cells it contains.
fixed-table-layout-002a reference/fixed-table-layout-002a-ref table-layout: fixed - specified column width must include padding and border applied on its cells image http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 378167322628bd5e55fd6ed930bd1224f26fa8f1 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> In the fixed table layout algorithm, the horizontal layout of the table only depends on the table's width, the width of the columns, table borders and any non-zero horizontal border-spacing if 'border-collapse: separate' applies to such table, like in this test. The specified width of columns must include the non-zero horizontal padding and/or non-zero horizontal borders which may be applying to the cells contained in such columns.
@ -5907,10 +5908,10 @@ font-family-applies-to-016 reference/ref-if-there-is-no-red Font-family and 'dis
font-family-applies-to-017 reference/font-family-applies-to-001-ref Font-family and 'display: inherit' elements ahem http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 734651906fb3bf28776c9a9acf53bf5acd5714be `Microsoft`<http://www.microsoft.com/> The 'font-family' property applies to 'display: inherit' elements.
font-family-invalid-characters-001 reference/font-family-invalid-characters-001-ref Invalid characters in font-family values ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop 449eb0f3295627f65a6386400d771ca86f454c6c `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names invalidate entire declaration.
font-family-invalid-characters-002 reference/font-family-invalid-characters-002-ref Invalid parenthesis and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop 3d59693705c06a2105e9c32be950462108394a47 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
font-family-invalid-characters-003 Invalid curly brackets and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop 836b64a69397022366fd721fcab1aedbd869340c `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
font-family-invalid-characters-004 Invalid square brackets and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop 81c2353fba8bbbb408acbc6272951d9a22e9d0b5 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
font-family-invalid-characters-005 Invalid quotes and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop e8cd099e08c9e29876015789d990e1a41126c7c7 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
font-family-invalid-characters-006 Invalid single quotes and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop cbf2d4c8d6741038958506728525039b584cedf9 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
font-family-invalid-characters-003 reference/font-family-invalid-characters-002-ref Invalid curly brackets and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop f97a9ef862be0c3008aa6684956be102012953d3 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
font-family-invalid-characters-004 reference/font-family-invalid-characters-002-ref Invalid square brackets and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop fe90154e0074f886663b9b9e7a8ae3d0fcb536f2 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
font-family-invalid-characters-005 reference/font-family-invalid-characters-005-ref Invalid quotes and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop 5024d4008e25d8c9bdc41fbe60ee41040d4f6819 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
font-family-invalid-characters-006 reference/font-family-invalid-characters-006-ref Invalid single quotes and pair matching ahem,invalid http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/css-fonts-3/#font-family-prop 825885808c4250ef0babc9fed4f49577e8b7de20 `Microsoft`<http://www.microsoft.com/>,`Arron Eicholz`<http://www.microsoft.com/>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Invalid characters in font family names.
font-family-name-001 reference/font-family-name-ref font family name with no quotes font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 7b14f6d140576152871525a8f532383679e60e50 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with no quotes.
font-family-name-002 reference/font-family-name-ref font family name with no quotes, lowercase font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop 4d882507a40bb4db9fd5acc74fc6b725e7053ef8 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with no quotes, lowercase.
font-family-name-003 reference/font-family-name-ref font family name with no quotes, mixed case font http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family,http://www.w3.org/TR/CSS21/fonts.html#font-family-prop,http://www.w3.org/TR/css-fonts-3/#font-family-prop bf19d1e16a163cc0db548a07af065b1d40895864 `Mozilla`<http://www.mozilla.com/> The 'font-family' property set to and installed font renders the appropriate font. Family name with no quotes, mixed case.
@ -6323,27 +6324,27 @@ id-selector-002 ID selector syntax - Begins with hyphen http://www.w3.org/TR/C
id-selector-004 reference/no-red-filler-text-ref Invalid ID selector syntax - white space between # and id invalid http://www.w3.org/TR/CSS21/selector.html#id-selectors 7459386103b7a6c9db4af7f650d624a9151af0ec `Microsoft`<http://www.microsoft.com/> White space is not allowed between # and identifier for selector.
id-selector-005 reference/no-red-filler-text-ref Invalid ID selector syntax - Begins with numerals invalid http://www.w3.org/TR/CSS21/selector.html#id-selectors 1bd9f836f45d52bafde0199eff7f47086d979f72 `Microsoft`<http://www.microsoft.com/> Identifier selectors are invalid if it begins with a numeral.
id-selector-006 reference/filler-text-below-green Simple ID selectors specificity over attribute selectors http://www.w3.org/TR/CSS21/selector.html#id-selectors fd8cd5725804469be3f3dc5b1f80830a4c700a9c `Microsoft`<http://www.microsoft.com/> ID selectors trump attribute selectors in specificity.
ident-000 Valid Identifiers (a-z) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters dcae4e85d912de68a032922c5c66ee3b5d5b0523 `L. David Baron`<http://dbaron.org/>
ident-001 Valid Identifiers (-_a-zA-Z0-9) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 745ae4e09f214376e2beb7fbe9ffd7233023a549 `L. David Baron`<http://dbaron.org/>
ident-002 Valid Identifiers (starting with _) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 8701e48995c2348341a2c9e877f99b7a66089e05 `L. David Baron`<http://dbaron.org/>
ident-003 Valid Identifiers (starting with -) as Classes and IDs invalid http://www.w3.org/TR/CSS21/syndata.html#characters e13774e8d08acd5dc9b28321c8e601d6a843dfcc `L. David Baron`<http://dbaron.org/>,`Ray Kiddy`<mailto:ray@ganymede.org>
ident-004 Valid Identifiers (starting with ideographic) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 5ccdee8f236f708b5e153fc722770b7a2524353d `L. David Baron`<http://dbaron.org/>
ident-005 Valid Identifiers (including ideographic) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 1565aad55801206cd10f882d59ad4de53bb703dc `L. David Baron`<http://dbaron.org/>
ident-006 Valid Identifiers (starting with escape) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters f407a0a4ac737b97e811063ca0a114e293c0eba6 `L. David Baron`<http://dbaron.org/>
ident-007 Valid Identifiers (including escape) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters c3f5dae0988bdfa89f232ccc132fc2c2aa82b43c `L. David Baron`<http://dbaron.org/>
ident-008 Invalid Identifiers (starting with digit) as Classes and IDs invalid http://www.w3.org/TR/CSS21/syndata.html#characters 0142dd6870b7bba63fc29d0ace1c873d37ac89c1 `L. David Baron`<http://dbaron.org/>
ident-009 Valid Identifiers (including digits) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 19c2292cecce556dc053fa482ed4a28e0b279822 `L. David Baron`<http://dbaron.org/>
ident-010 Valid Identifiers (starting with escape) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 8f9b399208d344879a35f609e714c031593ee10d `L. David Baron`<http://dbaron.org/>
ident-011 Valid Identifiers (including escapes) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters de2d4d2391df6b8948fc735dc227bd773e3942d1 `L. David Baron`<http://dbaron.org/>
ident-012 Valid Identifiers (starting with escaped digits, control codes) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters fa3a2f65c5b23a08e8b6ae17c4c29ec28b32f1b8 `L. David Baron`<http://dbaron.org/>
ident-013 Valid Identifiers (starting with escaped -) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters c7ec0a330fc58da86312c1d38ca96371991965c5 `L. David Baron`<http://dbaron.org/>
ident-000 reference/ident-000-ref Valid Identifiers (a-z) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters a5bb017aac09549e58259b2eeb0d3eb04f49c485 `L. David Baron`<http://dbaron.org/>
ident-001 reference/ident-000-ref Valid Identifiers (-_a-zA-Z0-9) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters d3a3583374a41cfea69171d7a73d7f9ab446502a `L. David Baron`<http://dbaron.org/>
ident-002 reference/ident-000-ref Valid Identifiers (starting with _) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters a0f1d3ed5a31e6c16f0b724778057e1915af7811 `L. David Baron`<http://dbaron.org/>
ident-003 reference/ident-000-ref Valid Identifiers (starting with -) as Classes and IDs invalid http://www.w3.org/TR/CSS21/syndata.html#characters 575ca9e2213998b097eeb5e85b18dbd7f9bd2559 `L. David Baron`<http://dbaron.org/>,`Ray Kiddy`<mailto:ray@ganymede.org>
ident-004 reference/ident-000-ref Valid Identifiers (starting with ideographic) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 110a73bc1583318423eaf2a493185233abccd705 `L. David Baron`<http://dbaron.org/>
ident-005 reference/ident-000-ref Valid Identifiers (including ideographic) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters edb839271da978d74b592b2942a84fc0c4fbc24e `L. David Baron`<http://dbaron.org/>
ident-006 reference/ident-000-ref Valid Identifiers (starting with escape) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 28b396799100707a2ea898d34d5033f5e14e47a4 `L. David Baron`<http://dbaron.org/>
ident-007 reference/ident-000-ref Valid Identifiers (including escape) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 09f023333c98f8a6709cd99f90f7a45fa271202a `L. David Baron`<http://dbaron.org/>
ident-008 reference/ident-000-ref Invalid Identifiers (starting with digit) as Classes and IDs invalid http://www.w3.org/TR/CSS21/syndata.html#characters 42583189992d7bbd39af2647d717d5d1a1d8d31b `L. David Baron`<http://dbaron.org/>
ident-009 reference/ident-000-ref Valid Identifiers (including digits) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 92f0fc52bb856d3e73bc6926f6d889ff6c1aae96 `L. David Baron`<http://dbaron.org/>
ident-010 reference/ident-000-ref Valid Identifiers (starting with escape) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters da0270119dd4eb6a3460d7ff6d020188f6921693 `L. David Baron`<http://dbaron.org/>
ident-011 reference/ident-000-ref Valid Identifiers (including escapes) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters 1ca29775a384976a67f7fcc7af1eb44db370f38f `L. David Baron`<http://dbaron.org/>
ident-012 reference/ident-012-ref Valid Identifiers (starting with escaped digits, control codes) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters ae7afb4f1969ab07e5ec9342400d47c5e43e126c `L. David Baron`<http://dbaron.org/>
ident-013 reference/ident-000-ref Valid Identifiers (starting with escaped -) as Classes and IDs http://www.w3.org/TR/CSS21/syndata.html#characters f94b46735cf5432ef144c6a8763cea18c8dce62c `L. David Baron`<http://dbaron.org/>
ident-014 reference/filler-text-below-green Selector attributes and hyphens http://www.w3.org/TR/CSS21/syndata.html 7bd28b7622cdea65b4f7f5bf91064098f9f4e7fd `Microsoft`<http://www.microsoft.com/> Attribute selectors can begin with hyphens.
ident-015 reference/filler-text-below-green Attribute selectors and underscores http://www.w3.org/TR/CSS21/syndata.html a1137fa2d4ed1ae9e4911a24424ce267ab15bd88 `Microsoft`<http://www.microsoft.com/> Attribute selectors can begin with underscores.
ident-016 reference/filler-text-below-green Attribute selectors with hyphens and underscores http://www.w3.org/TR/CSS21/syndata.html f4acea7aa665c9f55d3f5a1da108e96f10ecdf59 `Microsoft`<http://www.microsoft.com/> Attribute selectors are valid if they begin with hyphens and then underscores.
ident-017 reference/no-red-filler-text-ref Attribute selection with digits invalid http://www.w3.org/TR/CSS21/syndata.html 592ab0660fdfcecc6a118cbb31931670a89c05ba `Microsoft`<http://www.microsoft.com/> Attribute selectors cannot begin with digits.
ident-018 reference/no-red-filler-text-ref Attribute selectors starting with hyphens and digits invalid http://www.w3.org/TR/CSS21/syndata.html 02a41a155963221822aee765d06bde083016e86a `Microsoft`<http://www.microsoft.com/> Attribute selectors cannot begin with hyphens then digits.
ident-019 reference/filler-text-below-green Attribute selectors starting with underscore and digits http://www.w3.org/TR/CSS21/syndata.html f9a74db3a0d526452c719fab4a5c63c613307c7f `Microsoft`<http://www.microsoft.com/> Attribute selectors can begin with underscore then digits.
ident-020 Invalid Identifiers (starting with double -) as Classes and IDs invalid http://www.w3.org/TR/CSS21/syndata.html#characters 7951aa45f6a7be3d5e62dabc08f352946fbb21c0 `L. David Baron`<http://dbaron.org/>
ident-020 reference/ident-000-ref Invalid Identifiers (starting with double -) as Classes and IDs invalid http://www.w3.org/TR/CSS21/syndata.html#characters 6d6e06fe5ec1a32266d1281c625dce2125ec208e `L. David Baron`<http://dbaron.org/>
ignored-rules-001 reference/filler-text-below-green Parsing invalid rules that precede good rules invalid http://www.w3.org/TR/CSS21/syndata.html#declaration 0b866d1222cf23f35f26d238726d15273fcc1eff `Microsoft`<http://www.microsoft.com/> Bad rules are ignored while following good rules are applied.
ignored-rules-002 reference/filler-text-below-green Parsing invalid rules that follow good rules invalid http://www.w3.org/TR/CSS21/syndata.html#declaration 7dfe293b2660f3fbc2de570da2c3088b70bbee58 `Microsoft`<http://www.microsoft.com/> Good rules are applied while following bad rules are ignored.
ignored-rules-003 reference/filler-text-below-green Parsing invalid values invalid http://www.w3.org/TR/CSS21/syndata.html#declaration 9d9b1bd28dd653aadbe1f5eebec01c9c2d8a41cb `Microsoft`<http://www.microsoft.com/> Invalid values are ignored while valid properties are applied.
@ -6351,8 +6352,8 @@ ignored-rules-004 reference/filler-text-below-green Parsing invalid values with
ignored-rules-005 reference/filler-text-below-green Parsing invalid values that start with a valid value name invalid http://www.w3.org/TR/CSS21/syndata.html#declaration c352831db92f0062af9bc8d94d7a18cfd75dd6ad `Microsoft`<http://www.microsoft.com/> Invalid values that begin with a valid keyword are ignored while valid properties are applied.
ignored-rules-006 reference/filler-text-below-green Parsing invalid values with slashes invalid http://www.w3.org/TR/CSS21/syndata.html#declaration 196120bb28d7e792e8fcf7c9031b247572463ea1 `Microsoft`<http://www.microsoft.com/> Invalid values with slashes are ignored while valid properties are applied.
ignored-rules-007 reference/filler-text-below-green Parsing invalid values that are functions invalid http://www.w3.org/TR/CSS21/syndata.html#declaration b590bc0c33459102d1126ee05a71d93f2f827f77 `Microsoft`<http://www.microsoft.com/> Invalid values that are functions are ignored while valid properties are applied.
import-000 At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 99ff37ee72125d91c011488bddee11c6bc89f86b `L. David Baron`<http://dbaron.org/>
import-001 At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 5f00643723cdda27a0cfd53cf73f2f8ac606dfad `L. David Baron`<http://dbaron.org/>
import-000 reference/ref-this-text-should-be-green At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 56ed95eb4f2eb7c3e86f1a5dc454fa17a3fbb3db `L. David Baron`<http://dbaron.org/>
import-001 reference/ref-this-text-should-be-green At-rules invalid http://www.w3.org/TR/CSS21/syndata.html#at-rules 1e5637c6ea1964529b035f164d6961b50d3bf09a `L. David Baron`<http://dbaron.org/>
increment-counter-001 Counter-increment before 'counter' use http://www.w3.org/TR/CSS21/generate.html#content 74a28d6f4e346a5a00c255b34163b80b03353669 `Microsoft`<http://www.microsoft.com/> A counter is used after an increment.
inherit-001 Inherit keyword http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit 4435a6e6308b23056f4e1faadba15463a600ede0 `Microsoft`<http://www.microsoft.com/> Children elements inherit the parents color given the 'inherit' keyword.
inherit-002 Inherit on non-inherited properties http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit e81869398e567fd1d7c84f02920d38e419c1d774 `Microsoft`<http://www.microsoft.com/> Inherit can be used on properties which are not normally inherited.
@ -6542,8 +6543,8 @@ insert-inline-in-blocks-n-inlines-middle-003 reference/insert-inline-in-blocks-n
invalid-at-rule-001 reference/no-red-filler-text-ref Parser error handling with invalid at-rules: @ invalid selector invalidates entire block invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors e74e756303a0ea10063876b0e915c1de7de7ffc4 `Microsoft`<http://www.microsoft.com/> The entire block of an invalid at-rule is ignored.
invalid-decl-at-rule-001 reference/filler-text-below-green Parsing invalid declarations in at-rules where valid declaration precedes an invalid rule invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors efb9d55d7f93952ef508ec660f572397fdcececd `Microsoft`<http://www.microsoft.com/> Invalid declarations at the end of at-rules are ignored while the remaining preceding valid declarations are applied.
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 Keywords v. Strings (background) http://www.w3.org/TR/CSS21/syndata.html#keywords d5397cb7d5a72715ad50c65efa8fbfa4d8552c6d `L. David Baron`<http://dbaron.org/>
keywords-001 Keywords v. Strings (width) http://www.w3.org/TR/CSS21/syndata.html#keywords ebc0dd14fa063fa86bbbd873b76579db593bb1b6 `L. David Baron`<http://dbaron.org/>
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 8c18cfa29028ff4f8dc0f6c8bbcb47aa62b41176 `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 7ff7a233c03f8673acf91b885456e645211ffc3d `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 Selectors :lang pseudo-class http://www.w3.org/TR/CSS21/selector.html#lang c62deff2754cdf81bc55ed4873786125c1378759 `Microsoft`<http://www.microsoft.com/> The :lang pseudo-class selector matches any element with a matching lang attribute.
@ -6818,7 +6819,7 @@ list-style-016 List-style inheriting a single value http://www.w3.org/TR/CSS21
list-style-017 List-style inheriting two values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style d5bd3c481f5952d5dc7a6a2a3eafd1696355e1f3 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' set to 'inherit' inherits two values from the parent.
list-style-018 List-style inheriting three values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 7e422e3ef292376e90e5192bcd3295353e942f14 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' set to 'inherit' inherits three values from the parent.
list-style-019 reference/list-style-019-ref list-style - initial value image http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/about.html#shorthand,http://www.w3.org/TR/CSS21/cascade.html#specified-value 8de761b8a29f13d33dc7c01ae235ac946a520245 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> 'list-style' property is a shorthand notation that sets the three properties 'list-style-type', 'list-style-image' and 'list-style-position'. If one of the 3 list-style properties is not specified explicitly, then such 'list-style' property is assigned its initial value as indicated in its property definition.
list-style-020 'list-style' shorthand and 'none' values http://www.w3.org/TR/CSS21/syndata.html#tokenization 792ef31f35f133e75c2b906a2b5ddbda8be7b7bd `Elika J. Etemad`<http://fantasai.inkedblade.net/>
list-style-020 reference/list-style-020-ref 'list-style' shorthand and 'none' values http://www.w3.org/TR/CSS21/syndata.html#tokenization 7d2ccfdc51e1c488c3a51f2cabd19c744470329b `Elika J. Etemad`<http://fantasai.inkedblade.net/>
list-style-021 reference/list-style-021-ref list-style: none - followed by a list-style-image reset image http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/cascade.html#cascading-order ba85cbb037f474a7e9333ebab0599d4b2750acdd `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A value of 'none' for the 'list-style' property sets both 'list-style-type' and 'list-style-image' to 'none'. If two declarations have the same weight, origin and specificity, then the latter specified wins.
list-style-applies-to-001 List-style applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style a5a72e9c84e14d48ac4381d63cdd1b55d30eb1c9 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-row-group'.
list-style-applies-to-002 List-style applied to elements with 'display' set to 'table-header-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style b034697185c3f78d127535752e78122edf2e4612 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-header-group'.
@ -7368,9 +7369,9 @@ margin-top-applies-to-013 reference/margin-top-applies-to-013-ref Margin-top app
margin-top-applies-to-014 reference/margin-top-applies-to-013-ref Margin-top applied to element with display inline-table http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 7a308efdfa0db0a8f0542ca975b2bb3abb1b549b `Microsoft`<http://www.microsoft.com/> The 'margin-top' property applies to elements with a display of inline-table.
margin-top-applies-to-015 reference/margin-top-applies-to-013-ref Margin-top applied to element with display table-caption http://www.w3.org/TR/CSS21/box.html#propdef-margin-top,http://www.w3.org/TR/CSS21/box.html#margin-properties 1bf6a218fa8d325b9a55d0166f933420622dcbeb `Microsoft`<http://www.microsoft.com/> The 'margin-top' property applies to elements with a display of table-caption.
markers-rtl-001 List marker in right-to-left layout http://www.w3.org/TR/CSS21/generate.html#lists 93a5ddaefbdba92fba785f4dcd9a7dc1c1eec4a5 `Microsoft`<http://www.microsoft.com/> When the 'direction' property is set to 'RTL' the markers for list items are placed on the right.
matching-brackets-001 Matching brackets and quotes for @rules invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule facae6b02dfba602e9064b68b5e163c8a1c76cd9 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must handle unexpected tokens encountered while parsing an at-rule by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
matching-brackets-002 Matching brackets and quotes for declarations invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule ce3d692e67e7ca12b7bfadde6e12af19092390a4 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must handle unexpected tokens encountered while parsing a declaration by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
matching-brackets-003 Matching brackets and quotes for selectors invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule df372c5402e2d0793db596947c5157448aee677d `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must handle unexpected tokens encountered while parsing a declaration by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
matching-brackets-001 reference/matching-brackets-001-ref Matching brackets and quotes for @rules invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule 5c561bfd8523fa69b41b5bde8bab391d9af7695b `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must handle unexpected tokens encountered while parsing an at-rule by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
matching-brackets-002 reference/matching-brackets-002-ref Matching brackets and quotes for declarations invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule 40aa7c8bdb4c8f5be2697718e89a9de4ec34b771 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must handle unexpected tokens encountered while parsing a declaration by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
matching-brackets-003 reference/matching-brackets-001-ref Matching brackets and quotes for selectors invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors,http://www.w3.org/TR/CSS21/media.html#at-media-rule 1f08f3cd0afdd687abfc93a66d1d139b90906e8b `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must handle unexpected tokens encountered while parsing a declaration by reading until the end of the statement, while observing the rules for matching pairs of brackets and quotes, and correctly handling escapes.
max-height-001 reference/ref-filled-black-96px-square Max-height using pixels with a minimum minus one value, -1px invalid http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 2bd8cdd11cef083ddeec6f37cf73b655577f0c5c `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum minus one length value in pixels.
max-height-002 reference/height-001-ref Max-height using pixels with a minimum value, 0px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights 34f58e49e33d41ab4de3703b07f0f4ec91a67d8d `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum length value in pixels.
max-height-003 reference/height-003-ref Max-height using pixels with a minimum plus one value, 1px http://www.w3.org/TR/CSS21/visudet.html#propdef-max-height,http://www.w3.org/TR/CSS21/visudet.html#min-max-heights d31f0a0ba68e8ceb02d5eb7b33e06c7b8c23669e `Microsoft`<http://www.microsoft.com/> The 'max-height' property sets a minimum plus one length value in pixels.
@ -7804,21 +7805,21 @@ non-inherited-value-001 Non-inherited values http://www.w3.org/TR/CSS21/cascad
numbers-units-001 reference/no-red-on-blank-page-ref Parsing invalid numbers - alphanumeric characters invalid http://www.w3.org/TR/CSS21/syndata.html#numbers 1b0b7ceefb766eb7fea46e6c000340c2f790396a `Microsoft`<http://www.microsoft.com/> An integer cannot have alphanumeric characters within it.
numbers-units-002 Parsing decimal values - decimal with multiple decimal digits http://www.w3.org/TR/CSS21/syndata.html#numbers 42b2756b7ca2b27dafa3013671505e81c6d37d7c `Microsoft`<http://www.microsoft.com/> A number can be zero or more digits followed by a dot (.) followed by multiple digits.
numbers-units-003 reference/no-red-on-blank-page-ref Parsing invalid decimal values - alphanumeric characters within number invalid http://www.w3.org/TR/CSS21/syndata.html#numbers 8a8960ac1523a63abbc10e9b248d8b0c82ed77c0 `Microsoft`<http://www.microsoft.com/> An alphanumeric character cannot be within the number value.
numbers-units-004 Parsing integer numbers with '+' http://www.w3.org/TR/CSS21/syndata.html#numbers 561dac2f8f4e459b6f4c9930d1fee532608ceb97 `Microsoft`<http://www.microsoft.com/> Integers can be preceded by '+'.
numbers-units-004 reference/ref-filled-black-96px-square Parsing integer numbers with '+' http://www.w3.org/TR/CSS21/syndata.html#numbers 74ad99000f507e14fe02517ad0b9e02d1ecc5d29 `Microsoft`<http://www.microsoft.com/> Integers can be preceded by '+'.
numbers-units-005 reference/no-red-on-blank-page-ref Optional unit identifier after 0 http://www.w3.org/TR/CSS21/syndata.html#length-units e14faa0e3573ee2ca5c0d46f6850551029ae4498 `Microsoft`<http://www.microsoft.com/> After a zero length, the unit identifier is not necessary.
numbers-units-006 Unsupported negative values invalid http://www.w3.org/TR/CSS21/syndata.html#length-units e75352dbfd47da1233ede4c4ac9a41ed89435167 `Microsoft`<http://www.microsoft.com/> If a negative length value is set on a property that does not allow negative length values, the declaration is ignored.
numbers-units-007 Em sizes ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 8945a06e794fd09f93f975f1142f06fed6b4d1fb `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (default) of the element on which it is used.
numbers-units-009 Em size with the font-size set to px size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 3eb2cc524bdf7a01643f112b0df58344409d4109 `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (pixels) of the element on which it is used.
numbers-units-010 Em size with font-size set to inch ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 544216b4b754c48bd39f163335c74ca642d05b48 `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (inches) of the element on which it is used.
numbers-units-011 Em size with font-size set to em ahem http://www.w3.org/TR/CSS21/syndata.html#length-units ec6b808f8e09eb797259c392b97f010d84fcb3e5 `Microsoft`<http://www.microsoft.com/> When 'em' is assigned in the value of the 'font-size' property itself, it uses the font size of the parent element.
numbers-units-012 Em size with font-size set to ex ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 17debc5471710d3a82f442d162e780ead7b8312a `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (ex) of the element on which it is used.
numbers-units-013 Em size with font-size set to percentage ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 635cdfff1b2b432295ca89402ef6ce959c2aba8f `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property of the element on which it is used.
numbers-units-015 Height of EX ahem,should http://www.w3.org/TR/CSS21/syndata.html#length-units 2ba0616dabff5103226fc04ff804bb894ba4c7c0 `Microsoft`<http://www.microsoft.com/> In the cases where it is impossible or impractical to determine the x-height, a value of 0.5em should be used.
numbers-units-006 reference/ref-filled-black-96px-square Unsupported negative values invalid http://www.w3.org/TR/CSS21/syndata.html#length-units 64c733740dc0c5e05af6a6592304ad3b55b5daca `Microsoft`<http://www.microsoft.com/> If a negative length value is set on a property that does not allow negative length values, the declaration is ignored.
numbers-units-007 reference/numbers-units-007-ref Em sizes ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 3dfe4a5dae6eb7697fce00966df2834f4d87359c `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (default) of the element on which it is used.
numbers-units-009 reference/numbers-units-009-ref Em size with the font-size set to px size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 513eadb8bcc8563ffcc31990bcdb8f0750d1ee79 `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (pixels) of the element on which it is used.
numbers-units-010 reference/numbers-units-010-ref Em size with font-size set to inch ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 1b0c3441b793346461c26bc4fdd3138e0eaf38d0 `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (inches) of the element on which it is used.
numbers-units-011 reference/numbers-units-011-ref Em size with font-size set to em ahem http://www.w3.org/TR/CSS21/syndata.html#length-units aa2ebfbe2bd7e9a7238771e4c9ce84c5f1b20655 `Microsoft`<http://www.microsoft.com/> When 'em' is assigned in the value of the 'font-size' property itself, it uses the font size of the parent element.
numbers-units-012 reference/numbers-units-012-ref Em size with font-size set to ex ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 2a34944648e55f05dd60e223acaf156c11ff87e5 `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property (ex) of the element on which it is used.
numbers-units-013 reference/numbers-units-013-ref Em size with font-size set to percentage ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 201dd865ba3719a067cd7e298b15be5bbfe500c2 `Microsoft`<http://www.microsoft.com/> The 'em' unit is equal to the computed value of the 'font-size' property of the element on which it is used.
numbers-units-015 reference/numbers-units-014-ref-a;reference/numbers-units-014-ref-b Height of EX ahem,should http://www.w3.org/TR/CSS21/syndata.html#length-units cf44fc6d2f871deccf8b82446e048ce71328c531 `Microsoft`<http://www.microsoft.com/> In the cases where it is impossible or impractical to determine the x-height, a value of 0.5em should be used.
numbers-units-016 reference/no-red-on-blank-page-ref Parsing invalid percentage values - decimal value with multiple decimals invalid http://www.w3.org/TR/CSS21/syndata.html#percentage-units 032197e595d43b318e71afaa18165c9b26897c6b `Microsoft`<http://www.microsoft.com/> Percentage assignments with more than one decimal are invalid.
numbers-units-017 reference/no-red-on-blank-page-ref Parsing of percentage values - 0% http://www.w3.org/TR/CSS21/syndata.html#percentage-units 9fd21f8ef2ef2fe2b6f9fc6027dd2fa08b2fcf82 `Microsoft`<http://www.microsoft.com/> Percentage of 0% is valid and calculates to 0.
numbers-units-018 Specifying em/ex on the root element ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 34b295f627cee5fca0f107cabe86f8fce947c5ca `Microsoft`<http://www.microsoft.com/> Units 'em' and 'ex' refer to the initial value of the property when specified on the root element of a document.
numbers-units-019 First available font defines the 'ex' unit size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 2dcf21ffc8cc97573b4d991139da27f4f716983d `Microsoft`<http://www.microsoft.com/> The 'ex' unit size is defined by the element's first available font.
numbers-units-021 Root element and the 'em' unit size 96dpi,ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 9e80c62cfd5aa67f5fe3c33a26b0512476ea8bdc `Microsoft`<http://www.microsoft.com/> The 'em' unit refers to the property's initial value when specified on the root element.
numbers-units-018 reference/numbers-units-018-ref Specifying em/ex on the root element ahem http://www.w3.org/TR/CSS21/syndata.html#length-units be57984d07c22fde2d67254d12dc1ebfd64fda1b `Microsoft`<http://www.microsoft.com/> Units 'em' and 'ex' refer to the initial value of the property when specified on the root element of a document.
numbers-units-019 reference/numbers-units-019-ref First available font defines the 'ex' unit size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 40d9cc6800e2f9fe3111f065d954088d3d2bb5a5 `Microsoft`<http://www.microsoft.com/> The 'ex' unit size is defined by the element's first available font.
numbers-units-021 reference/numbers-units-021-ref Root element and the 'em' unit size 96dpi,ahem http://www.w3.org/TR/CSS21/syndata.html#length-units a6149985d390df6ddf24490d296b9959cd4e0213 `Microsoft`<http://www.microsoft.com/> The 'em' unit refers to the property's initial value when specified on the root element.
orphans-001 breaks inside elements: orphans initial value paged http://www.w3.org/TR/CSS21/page.html#break-inside,http://www.w3.org/TR/css3-page/#breaks-inside 953c3caed0530e4dd244c8aa05a41bd4a701f1ea `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The initial value of the 'orphans' property is 2.
orphans-002 breaks inside elements: orphans - block-level only paged http://www.w3.org/TR/CSS21/page.html#break-inside 0b30e80d7f2341ccb4aeb2fdaa3b00ba72e5a707 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'orphans' property is only applied to block-level elements.
orphans-003 breaks inside elements: orphans - inheritance paged http://www.w3.org/TR/CSS21/page.html#break-inside ca4a0cbe9fc02b034c55bf59203d5df9eb3bc765 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'orphans' property is inherited.
@ -8675,7 +8676,6 @@ position-relative-nested-001 reference/position-relative-nested-001-ref Vertical
position-static-001 reference/position-static-001-ref Content laid out in normal flow when 'position' is set to 'static' http://www.w3.org/TR/CSS21/visuren.html#propdef-position,http://www.w3.org/TR/CSS21/visuren.html#choose-position 882afc6087f66a2f37ca346effe6b3f54c3ed9f7 `Microsoft`<http://www.microsoft.com/> Static positioned elements are not affected by top, right, bottom, left property settings.
positioning-float-001 reference/positioning-float-001-ref Positioning a left floated element http://www.w3.org/TR/CSS21/visuren.html#positioning-scheme 50264c490ae9409683f8a072e279099602f1c77c `Microsoft`<http://www.microsoft.com/> Floating a box will first lay out the box then shift it to the left.
positioning-float-002 reference/positioning-float-002-ref Positioning a right floated element http://www.w3.org/TR/CSS21/visuren.html#positioning-scheme 42efe1fd42c36b2c1b349ef7f690f213a46cf241 `Microsoft`<http://www.microsoft.com/> Floating a box will first lay out the box then shift it to the right.
positive-integer-001 Parsing signed integers http://www.w3.org/TR/CSS21/syndata.html#numbers 98dfaa21253c1d43cf700a11d1cc431e5ae1aaf0 `Microsoft`<http://www.microsoft.com/> Positively signed integers are treated the same as non-signed integers.
pseudo-001 reference/no-red-filler-text-ref Pseudo elements before simple selector http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 751666f6149112d7bad0551e021a8a00307f3b23 `Microsoft`<http://www.microsoft.com/> A pseudo-selector cannot be followed by a simple selector.
pseudo-002 reference/filler-text-below-green First-line pseudo-element case sensitivity http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo a4039e47008a7a44973d8336a2aab28afe3968a6 `Microsoft`<http://www.microsoft.com/> First-line is case-insensitive.
pseudo-003 Multiple pseudo-classes - hover and active interact http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo 2c843f0711e025efdf9d19917e90a88b82535c50 `Microsoft`<http://www.microsoft.com/> Hover and active pseudo-classes can be applied at the same time.
@ -8694,10 +8694,10 @@ pseudo-016 reference/no-red-filler-text-ref Pseudo elements not the last (invali
pseudo-elements-001 Transitioning Pseudo Elements dom,script http://www.w3.org/TR/css3-transitions/#transition-property-property,http://www.w3.org/TR/CSS21/generate.html#before-after-content,http://www.w3.org/TR/css3-content/ 2e680348ce4298026d6dfdcc70f26e24fe534ff7 `Rodney Rehm`<http://rodneyrehm.de/en/> Test checks that transitions are run on pseudo elements
quoted-keywords-001 reference/no-red-filler-text-ref Parsing single quoted property keywords invalid http://www.w3.org/TR/CSS21/syndata.html#keywords a64d0840d126da498415b25ca1f5d5267d7f0a32 `Microsoft`<http://www.microsoft.com/> Rules with property keywords which are surrounded by single quotes are ignored.
quoted-keywords-002 reference/no-red-filler-text-ref Parsing double quoted value keywords invalid http://www.w3.org/TR/CSS21/syndata.html#keywords c414e10e62d7231538199d21b394d207014ea3ac `Microsoft`<http://www.microsoft.com/> Rules with value keywords which are surrounded by double quotes are ignored.
quoted-string-001 Parsing of single quotes inside double quotes http://www.w3.org/TR/CSS21/syndata.html#strings 107ee83ed431a8abb7dec80ffed6e71e3a3e5ca9 `Microsoft`<http://www.microsoft.com/> Single quotes are allowed in strings that are double quoted.
quoted-string-002 Parsing of double quotes inside single quotes http://www.w3.org/TR/CSS21/syndata.html#strings 39f9bca485368a6611afaf3a75055158ab3f02b3 `Microsoft`<http://www.microsoft.com/> Double quotes are allowed in strings that are single quoted.
quoted-string-003 Parsing of escaped quotes (single within single) http://www.w3.org/TR/CSS21/syndata.html#strings 1848569c68a274b7fa9c3da6bd3b0a30b29101da `Microsoft`<http://www.microsoft.com/> Single quotes cannot occur inside single quotes unless escaped.
quoted-string-004 Parsing of escaped double quotes http://www.w3.org/TR/CSS21/syndata.html#strings 5ac33e5ee353283375ec1ff428e8ed5e658181de `Microsoft`<http://www.microsoft.com/> Double quotes cannot occur inside double quotes unless escaped.
quoted-string-001 reference/quoted-string-001-ref Parsing of single quotes inside double quotes http://www.w3.org/TR/CSS21/syndata.html#strings b5c42f39f3eb1af9b2768ceb07e3865a2e52d27f `Microsoft`<http://www.microsoft.com/> Single quotes are allowed in strings that are double quoted.
quoted-string-002 reference/quoted-string-002-ref Parsing of double quotes inside single quotes http://www.w3.org/TR/CSS21/syndata.html#strings 3a10759c246392c163407c9f7edbfb07401328f6 `Microsoft`<http://www.microsoft.com/> Double quotes are allowed in strings that are single quoted.
quoted-string-003 reference/quoted-string-001-ref Parsing of escaped quotes (single within single) http://www.w3.org/TR/CSS21/syndata.html#strings 9f364d0a9debe8977cfa710f8f0eeb373407e73b `Microsoft`<http://www.microsoft.com/> Single quotes cannot occur inside single quotes unless escaped.
quoted-string-004 reference/quoted-string-002-ref Parsing of escaped double quotes http://www.w3.org/TR/CSS21/syndata.html#strings 959fd29830d0b9d0166d6497122436e459b8f9b8 `Microsoft`<http://www.microsoft.com/> Double quotes cannot occur inside double quotes unless escaped.
quotes-001 Quotes with two values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 6ef1fddce96455091b34a4499d60fd653e804b40 `Microsoft`<http://www.microsoft.com/> Verify that quotes is supported when specifying only one set of quotes.
quotes-002 Quotes with four values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 4304dcc38138e73b6ba581a7d9faa5aec04bcaa5 `Microsoft`<http://www.microsoft.com/> The 'quotes' property handles specifying two sets of quotes.
quotes-003 Quotes with six values http://www.w3.org/TR/CSS21/generate.html#propdef-quotes,http://www.w3.org/TR/CSS21/generate.html#quotes-specify 64ad18e33acdc6ae94fe6e618d1086a58e31630b `Microsoft`<http://www.microsoft.com/> The 'quotes' property handles specifying three sets of quotes.
@ -8994,9 +8994,10 @@ run-in-text-between-002 reference/run-in-text-ref Run in - dynamically inserted
run-in-text-between-003 reference/run-in-text-ref Run in - dynamically changed text should prevent running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in a9deb49be220ba4d01024757bcb1e391a6e4dbba `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins don't run in if there's dynamically changed text between them and the block.
run-in-text-between-004 reference/run-in-basic-ref Run in - dynamically removed text should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in 701b19a8dae2b4b661641d669c42e00883ad2e35 `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if text is dynamically removed from between them and the block.
run-in-text-between-005 reference/run-in-basic-ref Run in - dynamically set to whitespace text should allow running in dom http://www.w3.org/TR/CSS21/visuren.html#run-in d7fa420809bc09607ad23eae4224b6f81ed3cedc `Boris Zbarsky`<mailto:bzbarsky@mit.edu> Tests that run-ins run in if text is dynamically set to whitespace between them and the block.
select-cursor-001-manual cursor property and select element HTMLonly,interact https://drafts.csswg.org/css-ui-3/#cursor,https://drafts.csswg.org/css2/ui.html#cursor-props a28f3026bed183a42b3255b9e8983a9b0addbdec `Chris Rebert`<http://chrisrebert.com> Hovering the pointer over a select menu on top of an element with a cursor set should not display said cursor
selectors-001 CSS Selectors (basic) http://www.w3.org/TR/CSS21/selector.html#pattern-matching 393931454d1f9ee46fd5898f900540e73f46ba28 `Ian Hickson`<mailto:ian@hixie.ch>
selectors-002 CSS Selectors (basic tests) http://www.w3.org/TR/CSS21/selector.html#type-selectors 324e66b413fd52a8733366d16ab3cbe63efd7b17 `Ian Hickson`<mailto:ian@hixie.ch>
selectors-parsing-001 CSS: Selector Parsing and Invalid Pseudo-Elements http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 8fee91da912f1f47ed82fcf74351c4a59b02a7f5 `Ian Hickson`<mailto:ian@hixie.ch>
selectors-parsing-001 reference/selectors-parsing-001-ref CSS: Selector Parsing and Invalid Pseudo-Elements http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 4730dd497040aee8a611c9bcbbff167414bb3646 `Ian Hickson`<mailto:ian@hixie.ch>
separated-border-model-001 Distance between the table border and a bordering cell http://www.w3.org/TR/CSS21/tables.html#separated-borders ab3fd30a5f7b961667fc7ae8931b6097c7a44d3c `Microsoft`<http://www.microsoft.com/> The distance between table border and bordering cell equals table padding + cell's border spacing.
separated-border-model-003 HTML/XHTML table width equation http://www.w3.org/TR/CSS21/tables.html#separated-borders 888d164c8c95c999b21d857a61d2cef899a88d6d `Microsoft`<http://www.microsoft.com/> The width of an HTML/XHTML table is the distance between the left and right table border edges.
separated-border-model-003a reference/ref-filled-green-100px-square table width as set when greater than sum of columns width http://www.w3.org/TR/CSS21/tables.html#separated-borders 4acee35114b703f9435879329e8b0a0ce9c582c1 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The width of an HTML/XHTML table is the distance between the left and right table border edges. The width of a table with 'table-layout' set to 'fixed' is the greater of the value of the 'width' property for the <table> element and the sum of the columns width (plus cell spacing and cell borders). If the table is wider than the sum of columns' width, then the extra (exceeding) space should be distributed over the columns.
@ -9011,9 +9012,9 @@ separated-border-model-006 Row and column backgrounds in the separated borders
separated-border-model-007 reference/separated-border-model-007-ref Border-spacing - contiguous table-row-groups (thead and tbody) http://www.w3.org/TR/CSS21/tables.html#separated-borders e7dae1ccf870366ed482e2071b688e58e0191393 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When a table element has 2 contiguous table-row-groups (thead, tbody, tfoot or more than 1 tbody elements), then border-spacing between such table-row-groups - thead and tbody in this testcase - must merge, must collapse into one.
separated-border-model-008 reference/separated-border-model-007-ref Border-spacing - contiguous table-row-groups (tbody and tfoot) http://www.w3.org/TR/CSS21/tables.html#separated-borders ecd2502a34347eacbeb76c3111ec7e3c6aa31b51 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When a table element has 2 contiguous table-row-groups (thead, tbody, tfoot or more than 1 tbody elements), then border-spacing between such table-row-groups - tbody and tfoot in this testcase - must merge, must collapse into one.
separated-border-model-009 reference/separated-border-model-007-ref Border-spacing - contiguous table-row-groups (2 tbodies) http://www.w3.org/TR/CSS21/tables.html#separated-borders ae0c6329ae2cf2a3847040d569d822d374cf7e39 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When a table element has 2 contiguous table-row-groups (thead, tbody, tfoot or more than 1 tbody elements), then border-spacing between such table-row-groups - 2 tbodies in this testcase - must merge, must collapse into one.
sgml-comments-000 SGML comments http://www.w3.org/TR/CSS21/syndata.html#comments 251176b218f63632477cee840de7b3f240745549 `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> UAs must ignore SGML comment delimiters between statements.
sgml-comments-000 reference/ref-this-text-should-be-green SGML comments http://www.w3.org/TR/CSS21/syndata.html#comments a91d756f57d28c61ea4acc492541e0715521a75d `Gabriele Romanato`<mailto:gabriele.romanato@gmail.com> UAs must ignore SGML comment delimiters between statements.
sgml-comments-001 reference/filler-text-below-green Parsing SGML comments http://www.w3.org/TR/CSS21/syndata.html#comments 48a6f1c8501687b1fb041a5a4111302d51f24cdf `Microsoft`<http://www.microsoft.com/> SGML comment tokens are parsed and ignored.
sgml-comments-002 Parsing of CDO/CDC in stylesheets http://www.w3.org/TR/CSS21/syndata.html#comments 019bdc428b4d41ff8c0568c0918761054efe4ead `Ian Hickson`<mailto:ian@hixie.ch>
sgml-comments-002 reference/sgml-comments-002-ref Parsing of CDO/CDC in stylesheets http://www.w3.org/TR/CSS21/syndata.html#comments fbf88cdc37877fd2d23a30b742d44022b7712769 `Ian Hickson`<mailto:ian@hixie.ch>
shand-border-000 reference/shand-border-000-ref Shorthand Properties (border) http://www.w3.org/TR/CSS21/about.html#shorthand 1f1233e156bc1791deb976993808ec1cbcc5c554 `L. David Baron`<http://dbaron.org/>
shand-border-001 reference/ref-if-there-is-no-red Shorthand Properties (border) - maximum of 3 border subproperties invalid http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties,http://www.w3.org/TR/CSS21/about.html#shorthand 090681aa062e7927c73b3b7389072c821ff4a029 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'border' shorthand property, 'border-top' shorthand property and 'border-bottom' shorthand property accept a maximum of 3 border subproperties.
shand-font-000 reference/shand-font-000-ref Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand 81840472449eb88eb4647a4dfcf3c4f6f26fe3f5 `L. David Baron`<http://dbaron.org/>
@ -9042,7 +9043,7 @@ stack-floats-002 reference/stack-floats-001-ref Stacking order: Floats and Block
stack-floats-003 reference/stack-floats-001-ref Stacking order: Floats and Blocks in Inlines ahem http://www.w3.org/TR/CSS21/visuren.html#layers,http://www.w3.org/TR/CSS21/visuren.html#floats ac5b5543f883cb0afcced591d9ced7834c70c856 `Ian Hickson`<mailto:ian@hixie.ch>
stack-floats-004 reference/stack-floats-001-ref Stacking order: Floats and Blocks in Inlines ahem http://www.w3.org/TR/CSS21/visuren.html#layers,http://www.w3.org/TR/CSS21/visuren.html#floats f9435d87cef472bda1be3c78a3fcd901f3906343 `Ian Hickson`<mailto:ian@hixie.ch>
stack-overflow-001 Stacking order and overflow http://www.w3.org/TR/CSS21/visufx.html#overflow 0ac2075313895de5408d667a6624eb9b684c0be8 `Ian Hickson`<mailto:ian@hixie.ch>
strings-000 Newlines in strings http://www.w3.org/TR/CSS21/syndata.html#strings fdd76901dc56841c1106381bc5618b0d4c6bf873 `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
strings-000 reference/ref-this-text-should-be-green Newlines in strings http://www.w3.org/TR/CSS21/syndata.html#strings 3f9070555ce98df41c88f8eb04f1d1deb1ea329f `Boris Zbarsky`<mailto:bzbarsky@mit.edu>
style-attr-cascade-001 reference/ref-green CSS: style attributes vs. important tag selector http://www.w3.org/TR/CSS21/cascade.html#important-rules,http://www.w3.org/TR/CSS21/cascade.html#cascading-order,http://www.w3.org/TR/css-style-attr/#interpret 9ea5fe841cee012c60f48a36f301ef4554767c4b `Ian Hickson`<mailto:ian@hixie.ch>
style-attr-cascade-002 reference/ref-green CSS: style attribute (normal vs. important) http://www.w3.org/TR/CSS21/cascade.html#important-rules,http://www.w3.org/TR/css-style-attr/#interpret acbe2d01ac56c44e2fc6c7e7a8a4507ec8984f9a `Ian Hickson`<mailto:ian@hixie.ch>
style-attr-cascade-003 reference/ref-green CSS: style attribute vs. tag selector http://www.w3.org/TR/CSS21/cascade.html#cascading-order,http://www.w3.org/TR/css-style-attr/#interpret 17ce428ad2e965f4f3fc07558f21c2f3ff71d9ae `Ian Hickson`<mailto:ian@hixie.ch>
@ -9868,7 +9869,7 @@ units-001 reference/units-001-ref Units: Equivalence ahem http://www.w3.org/TR/C
units-002 reference/units-002-ref Units: ex ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 8820b419ae1f6d8d9712c837909a96f980868396 `Ian Hickson`<mailto:ian@hixie.ch>
units-003 reference/units-003-ref Units: ex ahem http://www.w3.org/TR/CSS21/syndata.html#length-units ef5717eecdd4d8aa19c8b6ad49d9518e95ab2cc3 `Ian Hickson`<mailto:ian@hixie.ch>
units-004 reference/units-004-ref Units: ex ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 298881b918329c6e213ae3181a00016313542946 `Ian Hickson`<mailto:ian@hixie.ch>
units-005 Units: em (0.87em floats) http://www.w3.org/TR/CSS21/syndata.html#length-units 0d5ad8f40a670300045f8f98efcab74b923996cd `Ian Hickson`<mailto:ian@hixie.ch>
units-005 reference/units-005-ref Units: em (0.87em floats) http://www.w3.org/TR/CSS21/syndata.html#length-units 7740a320b02c33d69b30e6f61440f79fefd76c29 `Ian Hickson`<mailto:ian@hixie.ch>
units-006 reference/units-006-ref Units: px and font-size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units 5819af2a4624efaa28aec5fde72fef0f6fba0015 `Ian Hickson`<mailto:ian@hixie.ch>
units-008 reference/units-006-ref Units: px and inherited font-size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units c0506c28ee0ee18f1de10bc47f78dc0d33406d92 `Ian Hickson`<mailto:ian@hixie.ch>
units-009 reference/units-006-ref Units: px and dependent font-size ahem http://www.w3.org/TR/CSS21/syndata.html#length-units ded56e72ffbcf5ccec4a9a229e5f6d4f1cc36aaa `Ian Hickson`<mailto:ian@hixie.ch>
@ -9877,25 +9878,25 @@ universal-selector-002 Implied universal selector for pseudo selector http://w
universal-selector-003 reference/filler-text-below-green Implied universal selector for class selector http://www.w3.org/TR/CSS21/selector.html#universal-selector f7735be57f5127a3a29ad8c6bee15e2f43000257 `Microsoft`<http://www.microsoft.com/> If the universal selector is not the only component of a simple class selector the * can be omitted.
universal-selector-004 reference/filler-text-below-green Implied universal selector for ID http://www.w3.org/TR/CSS21/selector.html#universal-selector bd7108e9b37a4a7ae047b325e84371676d8f59f8 `Microsoft`<http://www.microsoft.com/> If the universal selector is not the only component of a simple id selector the * can be omitted.
universal-selector-005 universal selector - list-style-image image http://www.w3.org/TR/CSS21/selector.html#universal-selector,http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-image 067a635d537f502875195eef1708a4dcff4da678 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk>,`Mark McKenzie-Bell`<info(a)temerity.co.uk>,`Alexander Dawson`<alexander_dawson(a)hotmail.com> The universal selector matches the name of any element type. 'list-style-image' applies to elements with 'display: list-item'.
unterminated-string-001 Error handling of unterminated strings invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 7b3d0ffc5eee37f59e4a784748cd8d9357cee5aa `Microsoft`<http://www.microsoft.com/> When the parser encounters an unterminated string, the parser drops everything up to the next ';'.
unterminated-string-001 reference/filler-text-below-green Error handling of unterminated strings invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 0382eec4d581ec23a53d6eda52c957c826f5866e `Microsoft`<http://www.microsoft.com/> When the parser encounters an unterminated string, the parser drops everything up to the next ';'.
uri-001 reference/filler-text-below-green Parsing valid URIs with white space and no quotes http://www.w3.org/TR/CSS21/syndata.html#uri 69b6499c2b5b5aea78312180be7647a2ea0c4253 `Microsoft`<http://www.microsoft.com/> A url function is valid if it is 'url(', followed by the URI, followed by ')', even with white space between.
uri-002 reference/no-red-filler-text-ref Parsing URL with an invalid space invalid http://www.w3.org/TR/CSS21/syndata.html#uri b8f3777c50d2e318dc49c93c6e1ce0a39826ead1 `Microsoft`<http://www.microsoft.com/> URL functions with invalid spaces are ignored.
uri-003 reference/no-red-filler-text-ref URL with missing closing parenthesis image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri 4a87a21092abcb735c658a83ee6e5877c73c0260 `Microsoft`<http://www.microsoft.com/> Url functions with missing closing parenthesis are ignored.
uri-004 URL function with URI that has escaped special chars image http://www.w3.org/TR/CSS21/syndata.html#uri b8193cd9c259089dacfdb5075eedf8dc0859bd5e `Microsoft`<http://www.microsoft.com/> URI escapes are allowed in URL functions.
uri-005 URL function with escaped special chars - single quote image http://www.w3.org/TR/CSS21/syndata.html#uri 118d27c71bfff019b879c3400d9196a23d01e6aa `Microsoft`<http://www.microsoft.com/> Single quote characters appearing in an unquoted URI need to be escaped with a backslash so that the resulting URI value is a URI token.
uri-004 reference/ref-green-background URL function with URI that has escaped special chars image http://www.w3.org/TR/CSS21/syndata.html#uri f398813b293e8353317901a55009bb6e0fd5632b `Microsoft`<http://www.microsoft.com/> URI escapes are allowed in URL functions.
uri-005 reference/ref-green-background URL function with escaped special chars - single quote image http://www.w3.org/TR/CSS21/syndata.html#uri cf2dee1e554e78f8e3a318a49f59b5bf1d5215da `Microsoft`<http://www.microsoft.com/> Single quote characters appearing in an unquoted URI need to be escaped with a backslash so that the resulting URI value is a URI token.
uri-006 reference/no-red-filler-text-ref Invalid character (*) after URL function values image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri e194a428f88ca8e8faa726ff5004dde06c8c0c12 `Microsoft`<http://www.microsoft.com/> Special CSS characters following URL strings invalidate the entire url assignment.
uri-007 reference/no-red-filler-text-ref Invalid character (&) after URL functions values image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri e7fab72cf0198ca4711275e874a24f848cfd86a8 `Microsoft`<http://www.microsoft.com/> Invalid characters following URL strings invalidate the entire url assignment.
uri-008 reference/no-red-filler-text-ref Invalid characters (alpha) before URL function values image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri f9fea3bf598e7bf081543336b854c1301e32e71c `Microsoft`<http://www.microsoft.com/> Alpha characters preceding URL strings invalidate the entire url assignment.
uri-009 reference/no-red-filler-text-ref Invalid character (/) before URL functions image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri 4790543b15e3799ef2fd01574c7175153839050e `Microsoft`<http://www.microsoft.com/> A slash character preceding URL string invalidates the entire url assignment.
uri-010 reference/no-red-filler-text-ref Invalid character (_) before URL functions image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri cb586834dbfbd00e398327a544a7805fd2ae7c1d `Microsoft`<http://www.microsoft.com/> An underscore character preceding URL string invalidates the entire url assignment.
uri-011 reference/no-red-filler-text-ref Invalid character (=) before URL functions image,invalid http://www.w3.org/TR/CSS21/syndata.html#uri 8ee9e9b077a9a882a77d8e556215ad32592a0048 `Microsoft`<http://www.microsoft.com/> An equal sign character preceding URL string invalidates the entire url assignment.
uri-012 Error handling of broken url() - balancing braces invalid http://www.w3.org/TR/CSS21/syndata.html#uri 37b87b1dbcbb973d92496b6aa4d73cc0270b6a50 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
uri-012 reference/uri-012-ref Error handling of broken url() - balancing braces invalid http://www.w3.org/TR/CSS21/syndata.html#uri e876f304de4636f8a5245dd1df1f0643945ab01d `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact>
uri-013 reference/uri-013-ref handling of invalid url() functions invalid http://www.w3.org/TR/CSS21/syndata.html#tokenization,http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 4ca482604467a6b27c9f2082796d9388d037a3c2 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/>
uri-014 Unquoted commas in url() http://www.w3.org/TR/CSS21/syndata.html#uri a53eca3dcea35b4a3acc9eb1e24e06e27bbea4f5 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Unquoted commas inside url() are valid.
uri-015 Escaped url() functional notation http://www.w3.org/TR/CSS21/syndata.html#uri e79cf5f8475273a5fc775c9c18876647565d510f `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> url() notation is case-insensitive and can be escaped.
uri-016 Error handling of broken url() with open /* http://www.w3.org/TR/CSS21/syndata.html#uri f46f37c586a411e558f8093ff6ce31937c6af1f8 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Comments are just regular tokens inside unquoted URLs.
uri-017 Unclosed URI Token at EOF (in declaration) image,invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 9f7991f7af09a8b98281ad2f3222db91fce56527 `Bert Bos`<mailto:bert@w3.org> User agents must close open URI constructs and style rules at the end of the style sheet.
uri-018 Unclosed URI Token at EOF (in @import) image,invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors f9fecbbd3b7644c0964697d4d7f6bcb3e2ccabca `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must close open URI constructs and statements at the end of the style sheet.
uri-014 reference/ref-green-background Unquoted commas in url() http://www.w3.org/TR/CSS21/syndata.html#uri c944498e840590ecde933a0b4a090b7ceb9dafa1 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Unquoted commas inside url() are valid.
uri-015 reference/ref-green-background Escaped url() functional notation http://www.w3.org/TR/CSS21/syndata.html#uri 8ba0157bc5cf38d1e2ab65282cf1d2997b5553d8 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> url() notation is case-insensitive and can be escaped.
uri-016 reference/uri-016-ref Error handling of broken url() with open /* http://www.w3.org/TR/CSS21/syndata.html#uri 131fefc9a82309864af5baed0011d07ecd2a78e6 `Ian Hickson`<mailto:ian@hixie.ch>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Comments are just regular tokens inside unquoted URLs.
uri-017 reference/uri-017-ref Unclosed URI Token at EOF (in declaration) image,invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 6d19a196077d8c11349f2ba3d8dee2732946dcfc `Bert Bos`<mailto:bert@w3.org> User agents must close open URI constructs and style rules at the end of the style sheet.
uri-018 reference/ref-this-text-should-be-green Unclosed URI Token at EOF (in @import) image,invalid http://www.w3.org/TR/CSS21/syndata.html#parsing-errors 65b9bb7d3226d46e37132e8a941df28aa1446f4f `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> User agents must close open URI constructs and statements at the end of the style sheet.
user-stylesheet-001 User defined stylesheet can be applied userstyle http://www.w3.org/TR/CSS21/cascade.html bdb684bf516242962072c5835fd586d701c703cd `Microsoft`<http://www.microsoft.com/> User stylesheet can be applied to the page.
user-stylesheet-002 User defined stylesheet can be applied and persisted interact,userstyle http://www.w3.org/TR/CSS21/cascade.html 0a679a59c7bf15c5fea14c55d03ee37d8764ffcb `Microsoft`<http://www.microsoft.com/> The user stylesheet is still applied after close and reopen the user agent window.
user-stylesheet-003 Rules with normal declarations in an user defined stylesheet can be overriden by rules with normal declarations from author in a style block userstyle http://www.w3.org/TR/CSS21/cascade.html 29d0c796f0e982cc7ec5420c84437d91f91813b8 `Microsoft`<http://www.microsoft.com/> 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.
@ -10005,38 +10006,6 @@ vertical-align-baseline-010 Baseline alignment with an inline-block element par
vertical-align-boxes-001 Vertical Alignment boxes: replaced elements ahem,image http://www.w3.org/TR/CSS21/visudet.html#line-height ea20cd0e29e45da3941ffba447d828bdb97dc458 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> Vertical alignment aligns the margin box of inline replaced elements.
vertical-align-sub-001 reference/vertical-align-sub-001-ref Vertical-align set to 'sub' does not adjust font-size http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading f6f78c9fe452d927dafd31fac65954862b72c202 `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property value 'sub' has no effect on the font-size of an element's text.
vertical-align-super-001 reference/vertical-align-sub-001-ref Vertical-align set to 'super' does not adjust font-size http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align,http://www.w3.org/TR/CSS21/visudet.html#leading e99029cbeff79d345336ea9ddb33274302e13a5f `Microsoft`<http://www.microsoft.com/> The 'vertical-align' property value 'super' has no effect on the font-size of an element's text.
vertical-alignment-002a vertical align - 'baseline' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height a55994c93e6652bdc61229154fe73727bd2c9aea `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-002b vertical align - 'baseline' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 779a3696b7909f11787ad979d92c965675b8ed71 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-003a vertical align - 'baseline' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 66706a353742efd4400d64575c633bb17a2a7252 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-003b vertical align - 'baseline' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height c28364f9b1f41b8538e624119234b1d35d6c6091 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-005a vertical align - 'sub' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 2df8dff5be7453c111fb9364ef9d796a91095b3a `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-005b vertical align - 'sub' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 2fc7c00892fc1d5860633a96bba4ba7878ad7004 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-008a vertical align - 'super' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 9dc8848f9db104ed33e3001e946369278588df9c `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-008b vertical align - 'super' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 7de9f0763dbb93b0f55dceb7b80116c87ad800df `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-011a vertical align - 'zero length (0em)' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height e3c5648ce732c30881a84fb5a0a8083191332a56 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-011b vertical align - 'zero length (0em)' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 724bbb86a2b9ec3bd9252fec92cacd6212775175 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-012l vertical align - 'zero length (0em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 1684f5ad59fd0c5ce9f9d3190bf569388b3557ba `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-012r vertical align - 'zero length (0em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height dcd288dd395eea47285230ca20aa83dd6c874f17 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-014a vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 199a8e04915d4e564618ef120bf32e5c568cafc0 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-014b vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 755eb3f5800991c4d7df16dc70d2aaf30e419c42 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-015a vertical align - 'positive length (0.5em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 32b2362ace97e299f7beaa3aac8d3323837c7fc8 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-015b vertical align - 'positive length (0.5em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height f059163e577bcbadccf1e2912c2c8724777930c2 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-017a vertical align - 'negative length (-0.2em)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 83b231bd5ad62e4e981f504bedbe7bfde444335d `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-017b vertical align - 'negative length (-0.2em)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 20354412b9971eb45aafda4db62c290f6a2b1602 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-018a vertical align - 'negative length (-0.5em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 7cc30a291d2c69b03bd4179951b87c58e2a02ccb `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-018b vertical align - 'negative length (-0.5em)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height bda9934745cc38f21bcb4235eac2d5824d849f9f `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-020a vertical align - 'zero percentage (0%)' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 6533d451114b23d657e6bbc8362390a1c4aaf1eb `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-020b vertical align - 'zero percentage (0%)' (alphabetical baseline with vertical layout) image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 7b7ff221754d9c3bc955380e044413ccfbf7ee8b `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-021a vertical align - 'zero percentage (0%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 9ddfeee8aeba9e1241ce506ec75af1ba37f6ef06 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-021b vertical align - 'zero percentage (0%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 0e68e5e6821c0645ff08d40eb02e7ddd87d99caf `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-023a vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height d42792f46d6c5d9052eaf7ed1c7981d3968fdc07 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-023b vertical align - 'positive percentage (80%)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height a13b1e018382f0e99499b691e9cbbe8f2bcfb740 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-024a vertical align - 'positive percentage (50%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 339511c5b7a5eef6400b44a7cb6403adebe16ae0 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-024b vertical align - 'positive percentage (50%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height d6cc4618d830dfb7a86b471d7b149546f7721bd4 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-026a vertical align - 'negative percentage (-20%)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height 777a16060504fa5c1a2c649279ee6dbcb56729ad `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-026b vertical align - 'negative length (-20%)' (alphabetical baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height fb3d8d2c8ec17a80bc05d9cf6027855dab6b9836 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.
vertical-alignment-027a vertical align - 'negative percentage (-50%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height ca2c37b2acc7a2be0e438b5069acd2286487b6ab `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
vertical-alignment-027b vertical align - 'negative percentage (-50%)' (central baseline with vertical layout) ahem,image http://www.w3.org/TR/css-writing-modes-3/#baseline-alignment,http://www.w3.org/TR/CSS21/visudet.html#line-height eb3ef979b26f31507a2f72ba374274fd22113364 `Hajime Shiozawa`<mailto:hajime.shiozawa@gmail.com> This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.
viewport-001 Viewport resize can change layout interact,may http://www.w3.org/TR/CSS21/visuren.html#viewport ee2403cfe1c614848472858de2b9f8a9ce32a325 `Microsoft`<http://www.microsoft.com/> Resizing the viewport may change the layout of page.
viewport-002 Scrolling mechanism interact,scroll,should http://www.w3.org/TR/CSS21/visuren.html#viewport 4165251e6f75e74e08615646f82d00f33cd66bfe `Microsoft`<http://www.microsoft.com/> Scrolling mechanism should be available when canvas is larger than viewport.
viewport-003 Scrolling mechanism and right-to-left interact,scroll,should http://www.w3.org/TR/CSS21/visuren.html#viewport bff48e6b88066cb2bf700399a7cb30fb4f004818 `Microsoft`<http://www.microsoft.com/> Scrolling mechanism should be available when canvas is larger than viewport even when page is set to right-to-left.
@ -10182,8 +10151,8 @@ white-space-processing-055 White space processing model with 'zero width no bre
white-space-processing-056 White space processing model with 'ideographic space' character ahem http://www.w3.org/TR/CSS21/text.html#white-space-model 18b3bcfd76b1a9163a93b6aeed3b9d3b5d903be3 `Microsoft`<http://www.microsoft.com/> The 'ideographic space' character is not collapsed by the white space processing model.
white-space-processing-057 White-space 'pre-wrap' and tab at end of line ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 76ca640feff22a7b851b1266465cad7f540e7d16 `Microsoft`<http://www.microsoft.com/> A tab at end of line may be removed when 'white-space' is set to 'pre-wrap'.
white-space-processing-058 White-space 'pre-wrap' and space at end of line before following inline element ahem,may http://www.w3.org/TR/CSS21/text.html#white-space-model 4063567cbd4849ab75cfcf1591fa09e39d7966b8 `Microsoft`<http://www.microsoft.com/> A space at end of line may be removed when 'white-space' is set to 'pre-wrap'.
whitespace-001 White space - em-space (U+2003) http://www.w3.org/TR/CSS21/syndata.html#tokenization aec9b731b1e112c54df3f7d3a7d42f2104fc5e2a `Microsoft`<http://www.microsoft.com/> Em-space is not treated as white space.
whitespace-002 White space - ideographic space (U+3000) http://www.w3.org/TR/CSS21/syndata.html#tokenization cda226c74c3e95eb9cc46444b272f394ad341a6a `Microsoft`<http://www.microsoft.com/> Ideographic space is not treated as white space.
whitespace-001 reference/no-red-filler-text-ref White space - em-space (U+2003) http://www.w3.org/TR/CSS21/syndata.html#tokenization a03d15e7e718a0197bc291f056770f02984370fc `Microsoft`<http://www.microsoft.com/> Em-space is not treated as white space.
whitespace-002 reference/no-red-filler-text-ref White space - ideographic space (U+3000) http://www.w3.org/TR/CSS21/syndata.html#tokenization 1e25d2450954c3a034e1bb6e209164ce626116cd `Microsoft`<http://www.microsoft.com/> Ideographic space is not treated as white space.
widows-001 breaks inside elements: widows - initial value paged http://www.w3.org/TR/CSS21/page.html#break-inside a5a0a0b0d45560b3f5f85aab4351bb689957cfbd `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The initial value of the 'widows' property is 2.
widows-002 breaks inside elements: orphans - block-level only paged http://www.w3.org/TR/CSS21/page.html#break-inside 110cac2ac49d1e7e3b3af9e5f4120e7c93f27a89 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'widows' property is only applied to block-level elements.
widows-003 breaks inside elements: widows - inheritance paged http://www.w3.org/TR/CSS21/page.html#break-inside 7808a7d00cd3a80834931778303ec0a3db01a782 `Tom Clancy`<mailto:tclancy@revenution.com>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The 'widows' property is inherited.