Skip to content

Commit

Permalink
fix: Remove heading from above summary to ensure valid HTML (mdn#37558)
Browse files Browse the repository at this point in the history
  • Loading branch information
novellac authored Jan 9, 2025
1 parent 3b15ee8 commit 626b8fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/en-us/web/html/element/summary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ The CSS includes the `[open]` [attribute selector](/en-US/docs/Web/CSS/Attribute
#### HTML

```html-nolint
<h1>Quotes from Helen Keller</h1>
<details>
<h1>Quotes from Helen Keller</h1>
<summary>On women's rights</summary>
<p>
<q>We have prayed, we have coaxed, we have begged, for the vote, with the
Expand Down

0 comments on commit 626b8fa

Please sign in to comment.