Skip to content

Commit 08b569e

Browse files
[HTML] Editorial: fix method and formmethod values in the attribute index whatwg/html@b9110b8
(和訳には織り込み済み)
1 parent a765c23 commit 08b569e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

HTML-index-ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215

216216
●●options
217217

218-
spec_date:2026-06-05
218+
spec_date:2026-06-17
219219
trans_update:2026-06-05
220220
source_checked:241021
221221
page_state_key:HTML

HTML-index1-ja.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219

220220
●●options
221221

222-
spec_date:2026-06-05
222+
spec_date:2026-06-17
223223
trans_update:2026-04-28
224224
source_checked:241021
225225
page_state_key:HTML
@@ -3395,7 +3395,7 @@ <h3 title="Attributes">属性</h3>
33953395
`~HTMLforms#attr-fs-method-^aV
33963396
`get$v1 | `post$v1 | `dialog$v1
33973397
3398-
"GET"; "POST"; "dialog"
3398+
"get"; "post"; "dialog"
33993399

34003400
<tr><th>`formnovalidate!a
34013401
<td>`button$eA | `input$eA
@@ -3838,7 +3838,7 @@ <h3 title="Attributes">属性</h3>
38383838
`~HTMLforms#attr-fs-method-^aV
38393839
`get$v1 | `post$v1 | `dialog$v1
38403840
3841-
"GET"; "POST"; "dialog"
3841+
"get"; "post"; "dialog"
38423842

38433843
<tr><th>`min!a
38443844
<td>`input$eA

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-06-12</time>
383+
(原文日付:<time>2026-06-17</time>
384384
<small>
385385
個々のページに示される これより過去の原文日付は、
386386
この日付まで,概ね(有意な)更新は無いことを表す。

0 commit comments

Comments
 (0)