Skip to content

Commit

Permalink
Bug 1831386 [wpt PR 39851] - HTML-AAM should map <i> computedrole to …
Browse files Browse the repository at this point in the history
…emphasis, a=testonly

Automatic update from web-platform-tests
HTML-AAM should map <i> computedrole to emphasis (#39851)

Resolves web-platform-tests/interop-accessibility#39
--

wpt-commits: c56aec60503481604225fdb7705f67d82ce437b8
wpt-pr: 39851
  • Loading branch information
cookiecrook authored and moz-wptsync-bot committed May 21, 2023
1 parent b0a8bea commit 1b46f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/web-platform/tests/html-aam/roles.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h6 data-testname="el-h6" data-expectedrole="heading" class="ex">x</h6>
<hgroup data-testname="el-hgroup" data-expectedrole="group" class="ex"><h1>x</h1></hgroup>
<hr data-testname="el-hr" data-expectedrole="separator" class="ex">
<!-- todo: html -->
<i data-testname="el-i" data-expectedrole="generic" class="ex">x</i>
<i data-testname="el-i" data-expectedrole="emphasis" class="ex">x</i>
<!-- todo: iframe -->
<img src="#" alt="x" data-testname="el-img" data-expectedrole="image" class="ex">

Expand Down

0 comments on commit 1b46f0d

Please sign in to comment.