[Webkit-unassigned] [Bug 122145] New: AX: HTML spec change indicates @aria-required should trump @required on any element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 1 01:33:26 PDT 2013


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

           Summary: AX: HTML spec change indicates @aria-required should
                    trump @required on any element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: james at cookiecrook.com
                CC: webkit-bug-importer at group.apple.com


HTML edit moved @required from the "Strong Native Semantics" table to the "Implicit ARIA Semantics" table, which means that WebKit's processing of conflicts between @required and @aria-required needs to be updated. WebKit is currently ignoring @aria-required on any form elements that accept @required, but with the recent change, @aria-required should trump @required on any element.

W3C bug:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23377

Edit:
https://github.com/w3c/html/commit/4b4837be983f1c9ac3f0942b88401d2908665e1d

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