Issue metadata
Sign in to add a comment
|
Merge the ScreenReader and HTML accessibility modes on Windows |
||||||||||||||||||||
Issue descriptionIt's hard to create a screen reader only mode that doesn't contain at least some HTML attributes on Windows.
,
Mar 21 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/20bfdecc5f865755ad8b8a18fdc9fd3bac161fca commit 20bfdecc5f865755ad8b8a18fdc9fd3bac161fca Author: nektar <nektar@chromium.org> Date: Tue Mar 21 16:52:51 2017 Merges the |kHTML| and |kScreenReader| AccessibilityModes on Windows. Unfortunately there is no easy way to separate the HTML and ScreenReader accessibility modes on Windows. HTML mode includes HTML tag name, HTML attributes and inner HTML for math tags. However, screen readers rely on some of the above for correct functioning: For example, the HTML tag name is used in some IA2 roles. Input fields expose their type attribute. Unless we create a new EnhancedScreenReader mode only for Windows, it's hard to separate the two existing modes. BUG=703277 R=dmazzoni@chromium.org, aleventhal@chromium.org Review-Url: https://codereview.chromium.org/2765533002 Cr-Commit-Position: refs/heads/master@{#458440} [modify] https://crrev.com/20bfdecc5f865755ad8b8a18fdc9fd3bac161fca/content/browser/accessibility/browser_accessibility_win.cc
,
Mar 27 2017
,
Apr 21 2017
,
Apr 21 2017
,
Aug 4 2017
,
Dec 10 2017
,
Aug 1
|
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by dmazz...@chromium.org
, Mar 21 2017