Skip to content

Commit 10d1cea

Browse files
committed
[css-syntax-3][editorial] Fix heading
1 parent 7cd0c1e commit 10d1cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-syntax-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3443,8 +3443,8 @@ Defining Grammars for Rules and Other Values</h2>
34433443
all you have is the fact that there's a block and a function.
34443444
</div>
34453445

3446-
<h3 id='declaration-rule-list'>
3447-
Defining Block Contents: the <<declaration-list>>, <<rule-list>>, and <<stylesheet>> productions</h3>
3446+
<h3 id='block-contents'>
3447+
Defining Block Contents: the <<block-contents>>, <<declaration-list>>, <<qualified-rule-list>>, <<declaration-rule-list>>, and <<rule-list>> productions</h3>
34483448

34493449
The CSS parser is agnostic as to the contents of blocks--
34503450
they're all parsed with the same algorithm,

0 commit comments

Comments
 (0)