- From: Gérard Talbot <css21testsuite@gtalbot.org>
- Date: Wed, 13 Oct 2010 12:18:34 -0700
- To: "Řyvind Stenhaug" <oyvinds@opera.com>
- Cc: "public-css-testsuite@w3.org" <public-css-testsuite@w3.org>
> http://test.csswg.org/suites/css2.1/20101001/html4/bidi-override-004.htm
> (Author: Eira Monstad, Opera Software ASA) (Eira no longer works for
> Opera)
> Seems to have part of the pass condition in parentheses, which makes it
> a
> little unclear. Also not marked as "interact". To fix this and avoid the
> need for interaction I suggest
>
> @@ -13,0 +14,3 @@
> + body {
> + margin-right: 2em;
> + }
> @@ -19 +22 @@
> - The list item should be "abc" (and you should be able to scroll
> to
> see the list marker if it is rendered outside the viewport):
> + There should be a bullet symbol below, with the text "abc" to its
> left.
Řyvind,
I added
http://test.csswg.org/suites/css2.1/20101001/html4/bidi-override-003.htm
and
http://test.csswg.org/suites/css2.1/20101001/html4/bidi-override-004.htm
at
http://wiki.csswg.org/test/css2.1/issues#tests-that-are-wrong-or-have-parse-errors
in the "21 RC2 testcases with insufficient space to display a bullet
list-marker or involving display: list-item" section.
Regarding bidi-override-004: I think
.override
{
direction: rtl;
** margin-right: 2em; **
unicode-bidi: bidi-override;
}
would suffice.
regards, Gérard
--
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/
CSS 2.1 test suite (RC2; October 1st 2010):
http://test.csswg.org/suites/css2.1/20101001/html4/toc.html
CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/
Received on Wednesday, 13 October 2010 19:19:15 UTC