- From: <bugzilla@jessica.w3.org>
- Date: Wed, 29 Sep 2010 15:40:51 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10807
Maciej Stachowiak <mjs@apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mjs@apple.com
--- Comment #1 from Maciej Stachowiak <mjs@apple.com> 2010-09-29 15:40:51 UTC ---
unicode-bidi takes 5 different values and maybe will take more in the future.
Currently, I believe two of those are exposed via HTML - the dir="" attribute
on most elements sets "unicode-bidi: embed" (in addition to setting
"direction") and the dir="" attribute on the <bdo>element sets "unicode-bidi:
override" (again in addition to setting "direction"). Perhaps instead of adding
another boolean attribute for yet another value, it would make more sense to
add a bidi="" attribute that can express any of the unicode-bidi values. That
would be more future proof, as we won't have to proliferate attributes if it
turns out more of these are important to expose to markup.
--
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, 29 September 2010 15:40:53 UTC