[Bug 11829] parts of default stylesheet setting unicode-bidi and direction should be normative

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11829

--- Comment #7 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-05-04 20:25:15 UTC ---
As far as I can tell, we already require the behaviours that the CSS properties
imply, e.g.:

"If the element's dir attribute is in the rtl state, then for the purposes of
the bidirectional algorithm, the user agent must act as if there was a U+202D
LEFT-TO-RIGHT OVERRIDE character at the start of the element, and a U+202C POP
DIRECTIONAL FORMATTING at the end of the element."
"If the element's dir attribute is in the ltr, then for the purposes of the
bidirectional algorithm, the user agent must act as if there was a U+202E
RIGHT-TO-LEFT OVERRIDE character at the start of the element, and a U+202C POP
DIRECTIONAL FORMATTING at the end of the element."
"A br element should separate paragraphs for the purposes of the Unicode
bidirectional algorithm."
"A newline in a textarea element, and in its raw value, should separate
paragraphs for the purposes of the Unicode bidirectional algorithm."

...etc.

Isn't that sufficient?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 4 May 2011 20:25:17 UTC