[Webkit-unassigned] [Bug 65615] New: Support LINE SEPARATOR and PARAGRAPH SEPARATOR in alert(), confirm(), etc.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 3 06:03:27 PDT 2011


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

           Summary: Support LINE SEPARATOR and PARAGRAPH SEPARATOR in
                    alert(), confirm(), etc.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P4
         Component: JavaScriptGlue
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aharon at google.com
                CC: playmobil at google.com, xji at chromium.org,
                    leviw at chromium.org


According to Unicode semantics, these should serve as line breaks. The difference between them is that PARAGRAPH SEPARATOR (like LF) serves as a bidi paragraph separator for the Unicode Bidi Algorithm, and LINE SEPARATOR doesn't (i.e. it's whitespace). Currently, they do not break the line, and may be displayed as rectangles, depending on the platform.

-- 
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