Skip to content

Commit 7507d61

Browse files
kbavfantasai
authored andcommitted
Fix typo: "header element" to "heading element"
Change "header element" to "heading element". "Heading" is intended here, since it is referring to HTML heading elements above, and "heading" is also used in a prior description (line 1271).
1 parent 9cf856e commit 7507d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selectors-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ The Relational Pseudo-class: '':has()''</h3>
12781278
<pre>section:has(:not(h1, h2, h3, h4, h5, h6))</pre>
12791279

12801280
...would result matching any <code>&lt;section></code> element
1281-
which contains anything that's not a header element.
1281+
which contains anything that's not a heading element.
12821282
</div>
12831283

12841284

0 commit comments

Comments
 (0)