Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amend #7829 by updating example #8063

Merged
merged 1 commit into from
Jul 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update hgroup of footer example to use p element for related content …
…(instead of heading element)

Amends #7829.
  • Loading branch information
cadonau committed Jul 1, 2022
commit 1697b250de5d8dc99fb4a5a96d9697752e92f6bc
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