[Webkit-unassigned] [Bug 63903] New: dir=auto should imply unicode-bidi:isolate by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 4 06:26:41 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63903

           Summary: dir=auto should imply unicode-bidi:isolate by default
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aharon at google.com


Per http://dev.w3.org/html5/spec/Overview.html#bidirectional-text, the default style sheet should say, among other things:

bdi, output, [dir=auto] { unicode-bidi: isolate; } /* case-insensitive */
bdo, bdo[dir] { unicode-bidi: bidi-override; }
bdo[dir=auto] { unicode-bidi: bidi-override isolate; } /* case-insensitive */

I.e. dir=auto implies unicode-bidi:isolate by default. Other dir values, e.g. dir=ltr, should continue to imply unicode-bidi:embed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list