Skip to content

Commit 642de44

Browse files
aleventhalmoz-wptsync-bot
authored andcommitted
Bug 1906766 [wpt PR 47044] - [A11y] Expose title as a description if the role prohibits a name, a=testonly
Automatic update from web-platform-tests [A11y] Expose title as a description if the role prohibits a name Bug: 350528330,w3c/html-aam#552 Change-Id: I2a23c23d3c06b747056de88481e7ec472d545535 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5670975 Auto-Submit: Aaron Leventhal <[email protected]> Reviewed-by: Chris Harrelson <[email protected]> Commit-Queue: Aaron Leventhal <[email protected]> Cr-Commit-Position: refs/heads/main@{#1324810} -- wpt-commits: 5f54392ca73bf60a7ab30314f76f86dde0b6777b wpt-pr: 47044
1 parent 0947430 commit 642de44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

testing/web-platform/tests/accname/name/comp_tooltip.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
<!-- TODO: Move these: https://github.com/web-platform-tests/interop-accessibility/issues/78 -->
5050
<!-- https://w3c.github.io/html-aam/#text-level-element-accessible-name-computation -->
5151
<abbr title="Web Platform Tests" data-expectedlabel="Web Platform Tests" data-testname="abbr with tooltip label" class="ex">WPT</abbr>
52-
<kbd title="Control + Option" data-expectedlabel="Control + Option" data-testname="kbd with tooltip label" class="ex">CTRL + OPT</kbd>
52+
<!-- kbd test disabled: see resolution at https://github.com/web-platform-tests/interop-accessibility/issues/131 -->
53+
<!-- <kbd title="Control + Option" data-expectedlabel="Control + Option" data-testname="kbd with tooltip label" class="ex">CTRL + OPT</kbd> -->
5354

5455
<!-- TODO: Move these: https://github.com/web-platform-tests/interop-accessibility/issues/78 -->
5556
<!-- https://w3c.github.io/html-aam/#summary-element-accessible-name-computation -->
@@ -66,4 +67,4 @@
6667
AriaUtils.verifyLabelsBySelector(".ex");
6768
</script>
6869
</body>
69-
</html>
70+
</html>

0 commit comments

Comments
 (0)