You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editorial: Fix whitespace, punctuation, spelling, wording, markup
whatwg/html@c9c4d33
Editorial: correct placement of either
whatwg/html@d0ba7df
Fix variable naming in "focus another option"
whatwg/html@8119cac
+更新漏れ( HTML-xhtml : § The XML syntax
Copy file name to clipboardExpand all lines: HTML-custom-ja.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@
172
172
173
173
●●options
174
174
175
-
spec_date:2025-07-29
175
+
spec_date:2025-07-30
176
176
trans_update:2025-07-30
177
177
source_checked:250314
178
178
page_state_key:HTML
@@ -501,7 +501,7 @@
501
501
〜から見て:asviewedby
502
502
登場以前:predate
503
503
~~任意で選べる:optin
504
-
取って代わる:supercede
504
+
取って代わる:supersede
505
505
委ねられる:Leftas
506
506
~~要求どおり:asitoughttodo
507
507
これ以上:goingforward
@@ -2187,7 +2187,7 @@ <h5 title="Preserving custom element state when moved">4.13.2.1 ~custom要素が
2187
2187
要素の先祖に依存する~logicを実行する場としても適切になり得る。
2188
2188
例えば:
2189
2189
◎
2190
-
To opt in to a state-preserving behavior while moving, the author can implement a "connectedMoveCallback". The existence of this callback, even if empty, would supercede the default behavior of calling "disconnectedCallback" and "connectedCallback". "connectedMoveCallback" can also be an appropriate place to execute logic that depends on the element's ancestors. For example:
2190
+
To opt in to a state-preserving behavior while moving, the author can implement a "connectedMoveCallback". The existence of this callback, even if empty, would supersede the default behavior of calling "disconnectedCallback" and "connectedCallback". "connectedMoveCallback" can also be an appropriate place to execute logic that depends on the element's ancestors. For example:
If this's is scoped is false and root is either a Document node or root's node document's custom element registry is not this, then throw a "NotSupportedError" DOMException.
3989
+
If this's is scoped is false and either root is a Document node or root's node document's custom element registry is not this, then throw a "NotSupportedError" DOMException.
3990
3990
</li>
3991
3991
<li>
3992
3992
~IF[
@@ -4573,7 +4573,7 @@ <h4 title="Custom element reactions">4.13.6. ~custom要素~反応</h4>
4573
4573
] )
4574
4574
を引数に~callされる。
4575
4575
◎
4576
-
When user agent updates a form-associated custom element's value on behalf of a user or as part of navigation, its formStateRestoreCallback is called, given the new state and a string indicating a reason, "autocomplete" or "restore", as arguments.
4576
+
When the user agent updates a form-associated custom element's value on behalf of a user or as part of navigation, its formStateRestoreCallback is called, given the new state and a string indicating a reason, "autocomplete" or "restore", as arguments.
User agents must parse the datetime attribute according to the parse a date or time string algorithm. If that doesn't return a date or a global date and time, then the modification has no associated timestamp (the value is non-conforming; it is not a valid date string with optional time). Otherwise, the modification is marked as having been made at the given date or global date and time. If the given value is a global date and time then user agents should use the associated time-zone offset information to determine which time zone to present the given datetime in.
835
+
User agents must parse the datetime attribute according to the parse a date or time string algorithm. If that doesn't return a date or a global date and time, then the modification has no associated timestamp (the value is non-conforming; it is not a valid date string with optional time). Otherwise, the modification is marked as having been made at the given date or global date and time. If the given value is a global date and time, then user agents should use the associated time-zone offset information to determine which time zone to present the given datetime in.
The display size of a select element is the result of applying the rules for parsing non-negative integers to the value of element's size attribute, if it has one and parsing it is successful. If applying those rules to the attribute's value is not successful, or if the size attribute is absent, then the element's display size is 4 if the element's multiple content attribute is present, and 1 otherwise.
5361
+
The display size of a select element is the result of applying the rules for parsing non-negative integers to the value of the element's size attribute, if it has one and parsing it is successful. If applying those rules to the attribute's value is not successful, or if the size attribute is absent, then the element's display size is 4 if the element's multiple content attribute is present, and 1 otherwise.
0 commit comments