[Webkit-unassigned] [Bug 107897] New: INPUT_MULTIPLE_FIELDS_UI: Inconsistent value of aria-valuetext attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 19:17:30 PST 2013


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

           Summary: INPUT_MULTIPLE_FIELDS_UI: Inconsistent value of
                    aria-valuetext attribute
           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: tkent at chromium.org
                CC: yosin at chromium.org


1. Open a document with <input type=date>.
2. Check aria-valuetext attribute of shadow nodes.
  ==> -webkit-datetime-edit-*-field elements have no aria-valuetext attribute
3. Put a number to a field.  e.g. put "2013" to a year field
  ==> -webkit-datetime-edit-*-field has aria-valuetext="2013"
4. Delete the number in the field by Backspace key
  ==> -webkit-datetime-edit-*-field has aria-valuetext="blank"

aria-valuetext should be consistent in the step 2 and step 4 above.

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