Skip to content

Commit 467a179

Browse files
committed
[css-overflow-5][editorial] fix heading levels
1 parent 065eb91 commit 467a179

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-overflow-5/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ its content will be integrated into this specification,
158158
which will then replace it.
159159
Until then, this specification only contains additions and extensions to level 4.
160160

161-
<h3 id="scroll-marker-group">
162-
Overflow Controls: the 'scroll-marker-group' property and pseudo-elements</h3>
161+
<h2 id="scroll-marker-group">
162+
Overflow Controls: the 'scroll-marker-group' property and pseudo-elements</h2>
163163

164164
<pre class=propdef>
165165
Name: scroll-marker-group
@@ -192,7 +192,7 @@ Overflow Controls: the 'scroll-marker-group' property and pseudo-elements</h3>
192192

193193
</dl>
194194

195-
<h4 id="scroll-marker-group-pseudo">The ''::scroll-marker-group'' pseudo-element</h4>
195+
<h3 id="scroll-marker-group-pseudo">The ''::scroll-marker-group'' pseudo-element</h3>
196196

197197
The <dfn selector>::scroll-marker-group</dfn> pseudo-element box
198198
is generated by a [=scroll container=] element
@@ -207,7 +207,7 @@ Overflow Controls: the 'scroll-marker-group' property and pseudo-elements</h3>
207207
::scroll-marker-group { contain: size !important; }
208208
</pre>
209209

210-
<h4 id="scroll-marker-pseudo">The ''::scroll-marker'' pseudo-element</h4>
210+
<h3 id="scroll-marker-pseudo">The ''::scroll-marker'' pseudo-element</h3>
211211

212212
When the computed 'content' value of a <dfn selector>::scroll-marker</dfn> pseudo-element is not 'none'
213213
and its nearest ancestor [=scroll container=] [=scroll container=] has a computed 'scroll-marker-group' property that is not 'none',

0 commit comments

Comments
 (0)