- From: L. David Baron <dbaron@dbaron.org>
- Date: Mon, 18 Oct 2010 13:46:48 -0700
- To: public-css-testsuite@w3.org
- Cc: Richard Ishida <ishida@w3.org>
I believe these tests:
http://test.csswg.org/suites/css2.1/20101001/html4/direction-unicode-bidi-028.htm
http://test.csswg.org/suites/css2.1/20101001/xhtml1/direction-unicode-bidi-028.xht
are invalid because they assume that the user-agent style sheet does
not have the rule:
div { unicode-bidi: embed }
In particular, this rule applies to the inner div in the test line,
and makes it a non-overriding rtl embedding rather than being part
of the containing overriding one.
This rule is a recommended part of the default style sheet as a
result of http://wiki.csswg.org/spec/css2.1#issue-148 .
-David
--
L. David Baron http://dbaron.org/
Mozilla Corporation http://www.mozilla.com/
Received on Monday, 18 October 2010 20:47:17 UTC