Don't include text attributes when they have the default value |
||
Issue descriptionAccording to the IA2 spec here: https://wiki.linuxfoundation.org/accessibility/iaccessible2/textattributes "If an attribute is not specified and if the table shows that there is a default value, the default value should be assumed." This makes the a11y tree less noisy, smaller and easier to debug.
,
May 21 2018
,
May 21 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/2d8012e3da11a4cb420eee9f4ab77961114187cd commit 2d8012e3da11a4cb420eee9f4ab77961114187cd Author: Aaron Leventhal <aleventhal@chromium.org> Date: Mon May 21 18:45:22 2018 More default text attribute value removal According to the IA2 spec here: https://wiki.linuxfoundation.org/accessibility/iaccessible2/textattributes "If an attribute is not specified and if the table shows that there is a default value, the default value should be assumed." This makes the a11y tree less noisy, smaller and easier to debug, and is similar to how Firefox works. Bug: 844147 Change-Id: I3f7827d10d9659e5e758827a806da0b7f6598e41 Reviewed-on: https://chromium-review.googlesource.com/1066112 Reviewed-by: Nektarios Paisios <nektar@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#560318} [modify] https://crrev.com/2d8012e3da11a4cb420eee9f4ab77961114187cd/content/browser/accessibility/browser_accessibility_com_win.cc [modify] https://crrev.com/2d8012e3da11a4cb420eee9f4ab77961114187cd/content/test/data/accessibility/css/color-expected-win.txt |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, May 18 2018