DescriptionThe 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 #
Messages
Total messages: 11 (3 generated)
|