This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17886 - unicode-bidi value combination of "bidi-override" and "isolate" has been renamed to "isolate-override"
Summary: unicode-bidi value combination of "bidi-override" and "isolate" has been rena...
Status: CLOSED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 07:12 UTC by contributor
Modified: 2012-09-16 05:46 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2012-07-18 07:12:15 UTC
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; }
================================================================================
Comment 1 contributor 2012-09-15 21:40:39 UTC
Checked in as WHATWG revision r7354.
Check-in comment: sync for css
http://html5.org/tools/web-apps-tracker?from=7353&to=7354