@@ -265,32 +265,32 @@ Also, it must be the same for all elements in the page.
265
265
266
266
The values of this property have the following meaning:
267
267
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>
270
270
<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'' ,
272
272
or when 'overflow' is ''overflow/auto'' and the box is overflowing.
273
273
<a>Overlay scrollbars</a> do not consume space.
274
274
275
- <dt><dfn>'' stable'' </dfn>
275
+ <dt> <dfn>stable</dfn>
276
276
<dd> The <a>scrollbar gutter</a> is present when
277
277
'overflow' is ''overflow/scroll'' or ''overflow/auto''
278
278
and the scrollbar is a <a>classic scrollbar</a>
279
279
even if the box is not overflowing,
280
280
but not when the scrollbar is an <a>overlay scrollbar</a> .
281
281
282
- <dt><dfn>'' always'' </dfn>
282
+ <dt> <dfn>always</dfn>
283
283
<dd> The <a>scrollbar gutter</a> is always present when
284
284
'overflow' is ''overflow/scroll'' or ''overflow/auto'' ,
285
285
regardless of the type of scrollbar or
286
286
of whether the box is overflowing.
287
287
288
- <dt><dfn>'' both'' </dfn>
288
+ <dt> <dfn>both</dfn>
289
289
<dd> If a <a>scrollbar gutter</a> would be present
290
290
on one of the inline start edge or the inline end edge of the box,
291
291
another <a>scrollbar gutter</a> must be present on the opposite edge as well.
292
292
293
- <dt><dfn>'' force'' </dfn>
293
+ <dt> <dfn>force</dfn>
294
294
<dd> When the ''scrollbar-gutter/force'' keyword is present
295
295
''scrollbar-gutter/stable'' and ''scrollbar-gutter/always'' take effect
296
296
when 'overflow' is ''overflow/visible'' , ''overflow/hidden'' or ''overflow/clip''
@@ -326,7 +326,7 @@ and empty cells cases where the no space is reserved.
326
326
<th> Not overflowing
327
327
</thead>
328
328
<tr>
329
- <th rowspan=3>'overflow/scroll'
329
+ <th rowspan=3> '' overflow/scroll' '
330
330
<th> ''scrollbar-gutter/auto''
331
331
<td> G
332
332
<td> G
@@ -1067,7 +1067,7 @@ the ''continue/fragments'' value of the 'continue' property.
1067
1067
1068
1068
<h3 id="fragment-styling">Fragment styling</h3>
1069
1069
1070
- <h4 id="fragment-pseudo-element">The ::nth-fragment() pseudo-element</h4>
1070
+ <h4 id="fragment-pseudo-element">The '' ::nth-fragment()'' pseudo-element</h4>
1071
1071
1072
1072
<p>
1073
1073
The <dfn selector>::nth-fragment()</dfn> pseudo-element
0 commit comments