[Webkit-unassigned] [Bug 95660] New: [Forms] Empty visible value of AM/PM field of multiple fields time input UI should display variable number of "-" instead of two dashes("--")

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 2 19:23:22 PDT 2012


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

           Summary: [Forms] Empty visible value of AM/PM field of multiple
                    fields time input UI should display variable number of
                    "-" instead of two dashes("--")
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org
        Depends on: 95542


* On Arabic language, AM/PM are represented in one character[1].
* Windows Visit, 7, or later, Users can set arbitrary string to AM/PM fields.
  * There are symbols for "a.m." (U+33C2 = "㏂") and "p.m." (U+33D8 = "㏘") in Unicode[2]

[1] http://unicode.org/cldr/trac/browser/tags/release-21-0-1/common/main/ar.xml
  <dayPeriods>
    <dayPeriodContext type="format">
      <dayPeriodWidth type="wide">
        <dayPeriod type="am">ص</dayPeriod>
        <dayPeriod type="pm">م</dayPeriod>
      </dayPeriodWidth">
    </dayPeriodContext>
  </dayPeriods>
[2] http://en.wikipedia.org/wiki/12-hour_clock#Typography

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