@@ -271,7 +271,7 @@ Whether scrollbars appear on the start or end edge of the box is UA defined.
271
271
For <a>classic scrollbars</a> ,
272
272
the width of the <a>scrollbar gutter</a> is the same as the width of the scrollbar.
273
273
For <a>overlay scrollbars</a> ,
274
- the width of the <a>scrollbar gutter</a> is UA defined.
274
+ the width of the <a>scrollbar gutter</a> , if present, is UA defined.
275
275
However, it must not be 0,
276
276
and it must not change based on user interactions with the page or the scrollbar
277
277
even if the scrollbar itself changes.
@@ -288,10 +288,11 @@ The values of this property have the following meaning:
288
288
289
289
<dt> <dfn>stable</dfn>
290
290
<dd> The <a>scrollbar gutter</a> is present when
291
- 'overflow' is ''overflow/scroll'' or ''overflow/auto''
292
- and the scrollbar is a <a>classic scrollbar</a>
293
- even if the box is not overflowing,
294
- but not when the scrollbar is an <a>overlay scrollbar</a> .
291
+ the scrollbar is a <a>classic scrollbar</a>
292
+ when 'overflow' is ''overflow/hidden', '' overflow/scroll'', or '' overflow/auto'',
293
+ regardless of whether the box is actually overflowing.
294
+ The <a>scrollbar gutter</a> is not present
295
+ when the scrollbar is an <a>overlay scrollbar</a>.
295
296
296
297
<dt><dfn>always</dfn>
297
298
<dd>The <a>scrollbar gutter</a> is always present when
@@ -377,7 +378,26 @@ showing in which case space is reserved for the <a>scrollbar gutter</a>.
377
378
<td>yes
378
379
<td>yes
379
380
<tr>
380
- <th rowspan=3> ''overflow/visible'' , ''overflow/hidden'' , ''overflow/clip''
381
+ <th rowspan=3>'' overflow/hidden''
382
+ <th>'' scrollbar-gutter/auto''
383
+ <td>
384
+ <td>
385
+ <td>
386
+ <td>
387
+ <tr>
388
+ <th>'' scrollbar-gutter/stable''
389
+ <td>yes
390
+ <td>yes
391
+ <td>
392
+ <td>
393
+ <tr>
394
+ <th>'' scrollbar-gutter/always''
395
+ <td>if '' force''
396
+ <td>if '' force''
397
+ <td>if '' force''
398
+ <td>if '' force''
399
+ <tr>
400
+ <th rowspan=3>'' overflow/visible'', '' overflow/clip''
381
401
<th>'' scrollbar-gutter/auto''
382
402
<td>
383
403
<td>
0 commit comments