Skip to content

Commit bcce5af

Browse files
[HTML] whatwg/html@f67a415 Add p element to hgroup element children in indices table
1 parent 4dde38f commit bcce5af

3 files changed

Lines changed: 5 additions & 11 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:2025-07-22
218+
spec_date:2025-08-04
219219
trans_update:2025-07-25
220220
source_checked:241021
221221
page_state_key:HTML

HTML-index1-ja.html

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

220220
●●options
221221

222-
spec_date:2025-07-22
223-
trans_update:2025-07-25
222+
spec_date:2025-08-04
223+
trans_update:2025-08-05
224224
source_checked:241021
225225
page_state_key:HTML
226226
spec_status:LS
@@ -1721,9 +1721,9 @@ <h3 title="Elements">要素</h3>
17211721
Heading container
17221722
<td>`~flow$ | `可触$
17231723
<td>`legend$e | `summary$e | `~flow$
1724-
<td>`h1$e | `h2$e | `h3$e | `h4$e | `h5$e | `h6$e | `~script用$
1724+
<td>`h1$e | `h2$e | `h3$e | `h4$e | `h5$e | `h6$e | `p$e | `~script用$
17251725
1726-
h1; h2; h3; h4; h5; h6; script-supporting elements
1726+
h1; h2; h3; h4; h5; h6; p; script-supporting elements
17271727
<td>`大域$
17281728
<td>`HTMLElement$I
17291729

common-whatwg.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ table td, table th {
7474

7575
/* IDL */
7676

77-
pre.idl {
78-
background: var(--bg-color-1);
79-
border: solid thin black;
80-
padding: 0.5em;
81-
}
82-
8377
pre.lang-html.bad {
8478
color: var(--dim-color);
8579
}

0 commit comments

Comments
 (0)