Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Issue 631183002: Fixing mapping conflicts for required html attribute and aria-required (Closed)

Created:
6 years, 2 months ago by shreeramk
Modified:
6 years ago
CC:
blink-reviews, aboxhall
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Fixing mapping conflicts for required html attribute and aria-required When WAI-ARIA states and properties correspond to host language features that have the same implicit WAI-ARIA semantic, it can be problematic if the values become out of sync. For example, the HTML required attribute and the aria-required attribute could have conflicting values. Therefore to prevent providing conflicting states and properties to assistive technologies, host languages will explicitly declare where the use of WAI-ARIA attributes on a host language element conflict with native attributes for that element. When a host language declares a WAI-ARIA attribute to be in direct semantic conflict with a native attribute for a given element, user agents MUST ignore the WAI-ARIA attribute and instead use the host language attribute with the same implicit semantic." BUG=421337 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187431

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M Source/modules/accessibility/AXNodeObject.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (2 generated)
shreeramk
Please review. Thanks!
6 years, 2 months ago (2014-10-07 17:35:49 UTC) #2
Mike West
On 2014/10/07 17:35:49, shreeram.k wrote: > Please review. > > Thanks! Hrm. It's not entirely ...
6 years, 2 months ago (2014-10-07 19:37:04 UTC) #3
shreeramk
On 2014/10/07 19:37:04, Mike West wrote: > On 2014/10/07 17:35:49, shreeram.k wrote: > > Please ...
6 years, 2 months ago (2014-10-08 02:57:16 UTC) #4
dmazzoni
Please file a bug and reference the bug number in the change.
6 years, 2 months ago (2014-10-08 07:00:13 UTC) #5
dmazzoni
On 2014/10/07 19:37:04, Mike West wrote: > Do we not have tests for this code? ...
6 years, 2 months ago (2014-10-08 07:02:26 UTC) #6
shreeramk
On 2014/10/08 07:02:26, dmazzoni wrote: > On 2014/10/07 19:37:04, Mike West wrote: > > Do ...
6 years, 2 months ago (2014-10-08 07:17:06 UTC) #7
shreeramk
On 2014/10/08 07:02:26, dmazzoni wrote: > On 2014/10/07 19:37:04, Mike West wrote: > > Do ...
6 years, 2 months ago (2014-10-08 07:17:24 UTC) #8
Mike West
On 2014/10/08 02:57:16, shreeram.k wrote: > 3. <input type="text" aria-required="true"> #1 and #2 make perfect ...
6 years, 2 months ago (2014-10-08 08:29:49 UTC) #9
dmazzoni
On 2014/10/08 08:29:49, Mike West wrote: > On 2014/10/08 02:57:16, shreeram.k wrote: > > 3. ...
6 years, 2 months ago (2014-10-08 19:21:45 UTC) #10
shreeramk
On 2014/10/08 19:21:45, dmazzoni wrote: > On 2014/10/08 08:29:49, Mike West wrote: > > On ...
6 years, 2 months ago (2014-10-10 05:37:56 UTC) #11
shreeramk
https://codereview.chromium.org/631183002/diff/1/Source/core/accessibility/AXNodeObject.cpp File Source/core/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/631183002/diff/1/Source/core/accessibility/AXNodeObject.cpp#newcode753 Source/core/accessibility/AXNodeObject.cpp:753: if (equalIgnoringCase(getAttribute(aria_requiredAttr), "true")) Spec says http://w3c.github.io/aria/aria/aria.html#aria-required "Unless an exactly ...
6 years ago (2014-12-05 07:32:54 UTC) #12
shreeramk
On 2014/12/05 07:32:54, shreeramk wrote: > https://codereview.chromium.org/631183002/diff/1/Source/core/accessibility/AXNodeObject.cpp > File Source/core/accessibility/AXNodeObject.cpp (right): > > https://codereview.chromium.org/631183002/diff/1/Source/core/accessibility/AXNodeObject.cpp#newcode753 > ...
6 years ago (2014-12-17 16:52:45 UTC) #13
dmazzoni
lgtm
6 years ago (2014-12-17 17:09:52 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/631183002/30001
6 years ago (2014-12-18 04:04:29 UTC) #16
commit-bot: I haz the power
6 years ago (2014-12-18 04:59:37 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:30001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187431

Powered by Google App Engine
This is Rietveld 408576698