Skip to content

Commit

Permalink
Bug 1906766 [wpt PR 47044] - [A11y] Expose title as a description if …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
aleventhal authored and moz-wptsync-bot committed Jul 11, 2024
1 parent 0947430 commit 642de44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testing/web-platform/tests/accname/name/comp_tooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
<!-- TODO: Move these: https://github.com/web-platform-tests/interop-accessibility/issues/78 -->
<!-- https://w3c.github.io/html-aam/#text-level-element-accessible-name-computation -->
<abbr title="Web Platform Tests" data-expectedlabel="Web Platform Tests" data-testname="abbr with tooltip label" class="ex">WPT</abbr>
<kbd title="Control + Option" data-expectedlabel="Control + Option" data-testname="kbd with tooltip label" class="ex">CTRL + OPT</kbd>
<!-- kbd test disabled: see resolution at https://github.com/web-platform-tests/interop-accessibility/issues/131 -->
<!-- <kbd title="Control + Option" data-expectedlabel="Control + Option" data-testname="kbd with tooltip label" class="ex">CTRL + OPT</kbd> -->

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

0 comments on commit 642de44

Please sign in to comment.