[Webkit-unassigned] [Bug 129952] New: Web Inspector: AXI: Use loc strings for known aria-invalid types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 7 19:00:51 PST 2014


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

           Summary: Web Inspector: AXI: Use loc strings for known
                    aria-invalid types
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


Web Inspector: AXI: Use loc strings for known aria-invalid types

true -> "Yes"
spelling -> "Spelling"
grammar -> "Grammar"
"false" values will be suppressed. 

Unknown types ("foo") and "false" will all eval to "true" and be exposed as "Yes"…
If there are other types added in ARIA.Next (e.g. aria-invalid="order"), once WebKit recognizes them, we should still pass them through to the client and localize them separately. In other words, don't suppress values that WebKit knows about, even if we don't have a loc string for it yet.

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