- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Sat, 9 Jan 2010 13:14:54 -0800
- To: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
[Sorry if you get this email twice. My mistake! GT]
Hello all,
Ian Hickson's :first-line tests
===============================
It seems that
http://www.hixie.ch/tests/adhoc/css/selectors/first-line/
tests have not been submitted to the CSS 2.1 test suite. Is this
intentional or an oversight?
1 "hixie" white-space test
==========================
In
http://test.csswg.org/source/contributors/hixie/incoming/text/white-space/normal/003.html
<title>white-space normal: UNICODE space characters</title>
(...)
Line 8: * { white-space: normall; font: inherit; }
white-space: normall; will be parsed as an error and will be rejected.
This seems to be an typo error in the test.
Microsoft's first-line-selector-008 test
========================================
In
http://test.csswg.org/source/contributors/microsoft/submitted/Chapter_5/first-line-selector-008.xht
<title>CSS Test: First-line and allowed properties</title> <meta
name="assert" content="First-line allows letter-spacing,
text-decoration, text-transform and line-height properties." />
<style type="text/css">
#div1:first-line, #div2
{
font: 24px sans-serif;
color: gray;
letter-spacing: 5px;
text-decoration: underline;
text-transform: capitalize;
line-height: 48px;
}
</style>
<div id="div1">Filler Text Filler Text Filler Text</div>
<div id="div2">Filler Text Filler Text Filler Text</div>
Both <div> have already capitalized text. To best test text-transform
property when applied to :first-line, both div text should be
lowercased, otherwise the text-transform declaration should be changed.
regards, Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (pre-alpha):
http://www.w3.org/Style/CSS/Test/CSS2.1/current/html4/
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (pre-alpha):
http://www.w3.org/Style/CSS/Test/CSS2.1/current/html4/
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Saturday, 9 January 2010 21:15:29 UTC