Skip to content

Commit 7af4b18

Browse files
committed
Bug 1622072 [wpt PR 22226] - correct default expectation for existing mrow test, a=testonly
Automatic update from web-platform-tests correct default expectation for existing mrow test (#22226) * Update tabindex-001.html Attempting to match defaults defined in whatwg/html#5248 definitely needs scrutiny.. * Update tabindex-001.html The default `.tabIndex` of an mrow should be 0 regardless of when it has an href or not, as a linkable element and matching historical (oddity) of other linkable things in HTML/SVG -- wpt-commits: 6b2fee71a825487369f34f82e7daa732920d186e wpt-pr: 22226 UltraBlame original commit: 88b6c5710ce466879d3991f983b9d5397d60a222
1 parent 035b86a commit 7af4b18

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

testing/web-platform/tests/mathml/relations/html5-tree/tabindex-001.html

+3-6
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@
191191
mrow
192192
.
193193
tabIndex
194-
-
195-
1
194+
0
196195
"
197196
no
198197
attribute
@@ -231,8 +230,7 @@
231230
mrow
232231
.
233232
tabIndex
234-
-
235-
1
233+
0
236234
"
237235
invalid
238236
"
@@ -270,8 +268,7 @@
270268
mrow
271269
.
272270
tabIndex
273-
-
274-
1
271+
0
275272
"
276273
too
277274
large

0 commit comments

Comments
 (0)