-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UIA] Expose <legend> as UIA_GroupControlTypeId, not Text
Text elements in UIA should be leaf nodes. <legend> can contain a subtree of text nodes. We are updating the html-aam spec and Chromium to fix this mistake: w3c/html-aam#531. Fixed: 324112189 Change-Id: I1a3b3e7cc7c251bc5653fe35871d8e64a6e0a6a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5275269 Reviewed-by: Kurt Catti-Schmidt <[email protected]> Auto-Submit: Benjamin Beaudry <[email protected]> Commit-Queue: Benjamin Beaudry <[email protected]> Cr-Commit-Position: refs/heads/main@{#1257475}
- Loading branch information
1 parent
06b1146
commit f16b46b
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
content/test/data/accessibility/html/fieldset-expected-uia-win.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Document | ||
++Group | ||
++++Group Name='Browser Engines:' | ||
++++++Text IsControlElement=false | ||
++++++Group IsControlElement=false | ||
++++++++Text Name='Browser Engines:' | ||
++Group Name='Which cake do you prefer?' | ||
++++Text IsControlElement=false | ||
++++Group IsControlElement=false | ||
++++++Text Name='Which cake do you prefer?' | ||
++++++++Text Name='Which cake do you prefer?' IsControlElement=false |
2 changes: 1 addition & 1 deletion
2
content/test/data/accessibility/html/legend-expected-uia-win.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters