Skip to content

Commit a81e5c8

Browse files
[HTML] Fix button activation steps to reference variable rather than this whatwg/html@60c8816
1 parent 6a7debd commit a81e5c8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

HTML-form-elements-ja.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158

159159
●●options
160160

161-
spec_date:2026-03-12
162-
trans_update:2026-03-13
161+
spec_date:2026-03-31
162+
trans_update:2026-04-01
163163
source_checked:250314
164164
page_state_key:HTML
165165
spec_status:LS
@@ -4211,9 +4211,9 @@ <h4 title="The button element">4.10.6. ``button^e 要素</h4>
42114211
`~popoverの妥当性を検査する$( %~target, `隠している^i, ~F, ~NULL ) ~EQ ~T
42124212
42134213
4214-
`~popoverを示す$( %~target, ~F, コレ )
4214+
`~popoverを示す$( %~target, ~F, %要素 )
42154215
4216-
If the result of running check popover validity given target, false, false, and null is true, then run the show popover algorithm given target, false, and this.
4216+
If the result of running check popover validity given target, false, false, and null is true, then run the show popover algorithm given target, false, and element.
42174217
</li>
42184218
<li>
42194219
~ELIF[
@@ -4232,10 +4232,10 @@ <h4 title="The button element">4.10.6. ``button^e 要素</h4>
42324232
`~popoverの妥当性を検査する$( %~target, `隠している^i, ~F, ~NULL ) ~EQ ~T
42334233
42344234
4235-
`~popoverを示す$( %~target, ~F, コレ )
4235+
`~popoverを示す$( %~target, ~F, %要素 )
42364236
42374237
Otherwise, if command is in the Show Popover state:
4238-
• If the result of running check popover validity given target, false, false, and null is true, then run the show popover algorithm given target, false, and this.
4238+
• If the result of running check popover validity given target, false, false, and null is true, then run the show popover algorithm given target, false, and element.
42394239
</li>
42404240
<li>
42414241
その他

0 commit comments

Comments
 (0)