[Bug 17670] New: unicode-bidi value combination of "bidi-override" and "isolate" has been renamed to "isolate-override"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17670

           Summary: unicode-bidi value combination of "bidi-override" and
                    "isolate" has been renamed to "isolate-override"
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec
        AssignedTo: ian@hixie.ch
        ReportedBy: aharon.lists.lanin@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


http://www.whatwg.org/specs/web-apps/current-work/#bidirectional-text currently
states:

bdo[dir=auto i] { unicode-bidi: bidi-override isolate; }

The CSS spec has been changed in this respect.
http://dev.w3.org/csswg/css3-writing-modes/#unicode-bidi now defines the
possibilities for unicode-bidi to be

normal | embed | isolate | bidi-override | isolate-override | plaintext

Thus, http://www.whatwg.org/specs/web-apps/current-work/#bidirectional-text
should be changed to state:

bdo[dir=auto i] { unicode-bidi: isolate-override; }

-- 
Configure bugmail: https://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 Monday, 2 July 2012 14:48:10 UTC