Skip to content

Commit 29a0ff5

Browse files
authored
Restore the minus sign before the default value of tabIndex getter
The changes in #11450 inadvertently removed the minus sign in front of the default value for the tabIndex getter.
1 parent 2aa050a commit 29a0ff5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85143,7 +85143,7 @@ dictionary <dfn dictionary>CommandEventInit</dfn> : <span>EventInit</span> {
8514385143
<code>button</code>, <code>frame</code>, <code>iframe</code>, <code>input</code>,
8514485144
<code>object</code>, <code>select</code>, <code>textarea</code>, or <span>SVG
8514585145
<code>a</code></span> element, or is a <code>summary</code> element that is a <span>summary for
85146-
its parent details</span>; otherwise 1.</p></li>
85146+
its parent details</span>; otherwise &#x2212;1.</p></li>
8514785147
</ol>
8514885148
</div>
8514985149

@@ -157180,6 +157180,7 @@ INSERT INTERFACES HERE
157180157180
Martin Janecke,
157181157181
Martin Kutschker,
157182157182
Martin Nilsson,
157183+
Martin Robinson,
157183157184
Martin Thomson,
157184157185
Masataka Yakura,
157185157186
Masatoshi Kimura,

0 commit comments

Comments
 (0)