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

Issue 1289103002: The value attribute should not be set for non-native text fields, according to HTML to Platform A11… (Closed)

Created:
5 years, 4 months ago by nektarios
Modified:
5 years, 4 months ago
Reviewers:
dmazzoni
CC:
aboxhall, blink-reviews, dmazzoni, je_julie
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

The value attribute should not be set for non-native text fields, according to HTML to Platform A11y Spec. E.g. <div contenteditable<Some text.</div>. The node with role=SECTION should not have the value="Some text.". This change should only be made for Windows and Linux but not the Mac because AXValue is used in non-native text fields, such as content editables. BUG=491027 R=dmazzoni@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200758

Patch Set 1 #

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

Messages

Total messages: 11 (3 generated)
nektarios
5 years, 4 months ago (2015-08-13 22:03:22 UTC) #1
dmazzoni
lgtm Hmmm, I think you're right for Windows, but what about Mac? I'm worried that ...
5 years, 4 months ago (2015-08-18 06:14:17 UTC) #2
blink-reviews
> Hmmm, I think you're right for Windows, but what about Mac? I'm > worried ...
5 years, 4 months ago (2015-08-18 17:56:14 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1289103002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1289103002/1
5 years, 4 months ago (2015-08-18 17:57:41 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/94746)
5 years, 4 months ago (2015-08-18 20:49:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1289103002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1289103002/1
5 years, 4 months ago (2015-08-18 21:20:37 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=200758
5 years, 4 months ago (2015-08-18 22:10:03 UTC) #10
nektarios
5 years, 4 months ago (2015-08-21 01:47:23 UTC) #11
Message was sent while issue was closed.
To clarify, this patch does not (and should not) affect the AXvalue attribute on
the Mac, as AXValue is required on that platform for reading the text in
non-native text fields, such as content editables.

Powered by Google App Engine
This is Rietveld 408576698