Skip to content

Commit 76cf572

Browse files
committed
[css-overflow-4] Fix bikeshed syntax
1 parent c1cfdc6 commit 76cf572

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-overflow-4/Overview.bs

+9-9
Original file line numberDiff line numberDiff line change
@@ -265,32 +265,32 @@ Also, it must be the same for all elements in the page.
265265

266266
The values of this property have the following meaning:
267267

268-
<dl dfn-for="scrollbar-gutter">
269-
<dt><dfn>''scrollbar-gutter/auto''</dfn>
268+
<dl dfn-for="scrollbar-gutter" dfn-type=value>
269+
<dt><dfn>auto</dfn>
270270
<dd><a>Classic scrollbars</a> consume space by creating a <a>scrollbar gutter</a>
271-
when 'overflow' is ''overflow/scroll',
271+
when 'overflow' is ''overflow/scroll'',
272272
or when 'overflow' is ''overflow/auto'' and the box is overflowing.
273273
<a>Overlay scrollbars</a> do not consume space.
274274

275-
<dt><dfn>''stable''</dfn>
275+
<dt><dfn>stable</dfn>
276276
<dd>The <a>scrollbar gutter</a> is present when
277277
'overflow' is ''overflow/scroll'' or ''overflow/auto''
278278
and the scrollbar is a <a>classic scrollbar</a>
279279
even if the box is not overflowing,
280280
but not when the scrollbar is an <a>overlay scrollbar</a>.
281281

282-
<dt><dfn>''always''</dfn>
282+
<dt><dfn>always</dfn>
283283
<dd>The <a>scrollbar gutter</a> is always present when
284284
'overflow' is ''overflow/scroll'' or ''overflow/auto'',
285285
regardless of the type of scrollbar or
286286
of whether the box is overflowing.
287287

288-
<dt><dfn>''both''</dfn>
288+
<dt><dfn>both</dfn>
289289
<dd>If a <a>scrollbar gutter</a> would be present
290290
on one of the inline start edge or the inline end edge of the box,
291291
another <a>scrollbar gutter</a> must be present on the opposite edge as well.
292292

293-
<dt><dfn>''force''</dfn>
293+
<dt><dfn>force</dfn>
294294
<dd>When the ''scrollbar-gutter/force'' keyword is present
295295
''scrollbar-gutter/stable'' and ''scrollbar-gutter/always'' take effect
296296
when 'overflow' is ''overflow/visible'', ''overflow/hidden'' or ''overflow/clip''
@@ -326,7 +326,7 @@ and empty cells cases where the no space is reserved.
326326
<th>Not overflowing
327327
</thead>
328328
<tr>
329-
<th rowspan=3>'overflow/scroll'
329+
<th rowspan=3>''overflow/scroll''
330330
<th>''scrollbar-gutter/auto''
331331
<td>G
332332
<td>G
@@ -1067,7 +1067,7 @@ the ''continue/fragments'' value of the 'continue' property.
10671067

10681068
<h3 id="fragment-styling">Fragment styling</h3>
10691069

1070-
<h4 id="fragment-pseudo-element">The ::nth-fragment() pseudo-element</h4>
1070+
<h4 id="fragment-pseudo-element">The ''::nth-fragment()'' pseudo-element</h4>
10711071

10721072
<p>
10731073
The <dfn selector>::nth-fragment()</dfn> pseudo-element

0 commit comments

Comments
 (0)