Skip to content

Commit

Permalink
Update hgroup of footer example to use p element for related content …
Browse files Browse the repository at this point in the history
…(instead of heading element)

Amends whatwg#7829.
  • Loading branch information
cadonau committed Jul 1, 2022
1 parent f3e54fa commit 1697b25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -17953,7 +17953,7 @@ interface <dfn interface>HTMLHeadingElement</dfn> : <span>HTMLElement</span> {
&lt;footer>&lt;a href="../">Back to index...&lt;/a>&lt;/footer>
&lt;hgroup>
&lt;h1>Lorem ipsum&lt;/h1>
&lt;h2>The ipsum of all lorems&lt;/h2>
&lt;p>The ipsum of all lorems&lt;/p>
&lt;/hgroup>
&lt;p>A dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
Expand Down Expand Up @@ -128633,6 +128633,7 @@ INSERT INTERFACES HERE
Mark Schenk,
Mark Vickers,
Mark Wilton-Jones,
Markus Cadonau,
Markus Stange,
Martijn van der Ven,
Martijn Wargers,
Expand Down

0 comments on commit 1697b25

Please sign in to comment.