Skip to content

Commit 728f448

Browse files
[HTML] Restore the minus sign before the default value of tabIndex getter whatwg/html@29a0ff5
1 parent 8cc6c3a commit 728f448

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

HTML-interaction-ja.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118

119119
●●options
120120

121-
spec_date:2025-09-30
122-
trans_update:2025-10-01
121+
spec_date:2026-02-27
122+
trans_update:2026-02-28
123123
source_checked:240603
124124
page_state_key:HTML
125125
spec_status:LS
@@ -5475,7 +5475,7 @@ <h4 title="The tabindex attribute">6.6.3. `tabindex^a 属性</h4>
54755475
<li>
54765476
~RET [
54775477
コレは次に挙げるいずれかの要素であるならば 0 /
5478-
~ELSE_ 1
5478+
~ELSE_ 1
54795479
54805480
⇒#
54815481
`a$e,
@@ -5490,7 +5490,7 @@ <h4 title="The tabindex attribute">6.6.3. `tabindex^a 属性</h4>
54905490
~SVG `a@~SVGlinking#elementdef-a$e,
54915491
`親~details用の~summary$
54925492
5493-
Return 0 if this is an a, area, button, frame, iframe, input, object, select, textarea, or SVG a element, or is a summary element that is a summary for its parent details; otherwise 1.
5493+
Return 0 if this is an a, area, button, frame, iframe, input, object, select, textarea, or SVG a element, or is a summary element that is a summary for its parent details; otherwise 1.
54945494
</li>
54955495
</ol>
54965496

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h2>日本語訳ページ一覧</h2>
380380
HTML
381381
<a id="spec-list-html" href="#spec-list-html"></a>
382382
<p>
383-
(原文日付:<time>2026-02-25</time>
383+
(原文日付:<time>2026-02-27</time>
384384
<small>
385385
個々のページに示される これより過去の原文日付は、
386386
この日付まで,概ね(有意な)更新は無いことを表す。

0 commit comments

Comments
 (0)