|
152 | 152 |
|
153 | 153 | ●●options |
154 | 154 |
|
155 | | -spec_date:2025-07-01 |
156 | | -trans_update:2025-07-02 |
| 155 | +spec_date:2025-07-16 |
| 156 | +trans_update:2025-07-16 |
157 | 157 | source_checked:240712 |
158 | 158 | page_state_key:HTML |
159 | 159 | spec_status:LS |
|
644 | 644 | h.Referrer-Policy:~REFERRER-POLICY#referrer-policy-header-dfn |
645 | 645 | h.Last-Modified:~HTTPsem#field.last-modified |
646 | 646 |
|
647 | | -P.Name:https://www.w3.org/TR/xml/#NT-Name |
648 | 647 | P.cookie-string:~HTTPcookie#p.cookie-string |
649 | 648 |
|
650 | 649 | sc.~about_blank:~HTMLdep#about:blank |
|
905 | 904 | sct.~item:~INFRA#struct-item |
906 | 905 |
|
907 | 906 | ~HTML要素:~HTMLINFRA#html-elements |
908 | | -~XML互換:~HTMLINFRA#xml-compatible |
909 | 907 | 無視-:~HTMLINFRA#ignore |
910 | 908 | 既知な値のみに制限される:~HTMLcdom#limited-to-only-known-values |
911 | 909 | ~live:~HTMLINFRA#live |
|
986 | 984 | ~eventを発火する:~DOM4#concept-event-fire |
987 | 985 | 子~text内容:~DOM4#concept-child-text-content |
988 | 986 | 子孫~text内容:~DOM4#concept-descendant-text-content |
| 987 | +妥当な属性~局所~名:~DOM4#valid-attribute-local-name |
989 | 988 |
|
990 | 989 | ~UTF-8符号化する:~ENCODING#utf-8-encode |
991 | 990 | ~BOMはそのままに~UTF-8復号する:~ENCODING#utf-8-decode-without-bom |
@@ -8577,14 +8576,14 @@ <h5 title="Embedding custom non-visible data with the data-* attributes">3.2.6.6 |
8577 | 8576 | `data-^l の後に 1 個以上の文字がある |
8578 | 8577 | </li> |
8579 | 8578 | <li> |
8580 | | -`~XML互換$である |
| 8579 | +`妥当な属性~局所~名$である |
8581 | 8580 | <li> |
8582 | 8581 | `~ASCII英大文字$を包含しない |
8583 | 8582 | </li> |
8584 | 8583 | </ul> |
8585 | 8584 |
|
8586 | 8585 | ◎ |
8587 | | -A custom data attribute is an attribute in no namespace whose name starts with the string "data-", has at least one character after the hyphen, is XML-compatible, and contains no ASCII upper alphas. |
| 8586 | +A custom data attribute is an attribute in no namespace whose name starts with the string "data-", has at least one character after the hyphen, is a valid attribute local name, and contains no ASCII upper alphas. |
8588 | 8587 | </div> |
8589 | 8588 |
|
8590 | 8589 | <p class="note">注記: |
@@ -8980,14 +8979,12 @@ <h5 title="Embedding custom non-visible data with the data-* attributes">3.2.6.6 |
8980 | 8979 | </li> |
8981 | 8980 | <li> |
8982 | 8981 | ~IF[ |
8983 | | -%属性~名 は[ |
8984 | | -~XML `Name$P 生成規則 |
8985 | | -]に合致しない |
| 8982 | +%属性~名 は`妥当な属性~局所~名$でない |
8986 | 8983 | ] |
8987 | 8984 | ⇒ |
8988 | 8985 | ~THROW `InvalidCharacterError$E |
8989 | 8986 | ◎ |
8990 | | -If name does not match the XML Name production, throw an "InvalidCharacterError" DOMException. |
| 8987 | +If name is not a valid attribute local name, then throw an "InvalidCharacterError" DOMException. |
8991 | 8988 | </li> |
8992 | 8989 | <li> |
8993 | 8990 | コレに結付けられた`要素$dsmapの`属性~値を設定する$( %属性~名, %値 ) |
|
0 commit comments