[Bug 17886] 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=17886

           Summary: unicode-bidi value combination of "bidi-override" and
                    "isolate" has been renamed to "isolate-override"
           Product: HTML WG
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: other Hixie drafts (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: contributor@whatwg.org
                CC: mike@w3.org, public-i18n-bidi@w3.org,
                    aharon.lists.lanin@gmail.com


This was was cloned from bug 17670 as part of operation convergence.
Originally filed: 2012-07-02 14:48:00 +0000
Original reporter: Aharon Lanin <aharon.lists.lanin@gmail.com>

================================================================================
 #0   Aharon Lanin                                    2012-07-02 14:48:05 +0000 
--------------------------------------------------------------------------------
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 on the CC list for the bug.

Received on Wednesday, 18 July 2012 07:12:17 UTC