Skip to content

Commit b90cae5

Browse files
authored
[selectors-5] fix typo in :heading() syntax (#12405)
1 parent 52b5357 commit b90cae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Heading Structures: the heading pseudo-classes '':heading'', and '':heading()''<
177177
The syntax is:
178178

179179
<pre class=prod>
180-
::heading() = ::heading( <<An+B>># )
180+
:heading() = :heading( <<An+B>># )
181181
</pre>
182182

183183
The [=specificity=] of '':heading()'' is that of a class.

0 commit comments

Comments
 (0)