Skip to content

Commit 3c40cfc

Browse files
[HTML] Fix ToggleEvent source IDL whatwg/html@167802e
1 parent 38ada99 commit 3c40cfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HTML-interaction-ja.html

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

119119
●●options
120120

121-
spec_date:2025-06-02
122-
trans_update:2025-06-03
121+
spec_date:2025-06-07
122+
trans_update:2025-06-08
123123
source_checked:240603
124124
page_state_key:HTML
125125
spec_status:LS
@@ -3612,7 +3612,7 @@ <h4 title="The ToggleEvent interface">6.5.1. `ToggleEvent^I ~interface</h4>
36123612
constructor(DOMString type, optional `ToggleEventInit$I %eventInitDict = {});
36133613
readonly attribute DOMString `oldState$m;
36143614
readonly attribute DOMString `newState$m;
3615-
readonly attribute `Element$I `source$m1;
3615+
readonly attribute `Element$I? `source$m1;
36163616
};
36173617

36183618
dictionary `ToggleEventInit@I : `EventInit$I {

0 commit comments

Comments
 (0)