Skip to content

Commit cab6538

Browse files
committed
[css-overflow-4] Make note more readable (editorial)
1 parent a14759c commit cab6538

1 file changed

Lines changed: 25 additions & 26 deletions

File tree

css-overflow-4/Overview.bs

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -317,14 +317,13 @@ or the scrollbar is transparent or otherwise does not fully obscure the <a>scrol
317317
the background of the <a>scrollbar gutter</a> must be painted as an extension of the padding.
318318

319319
<div class=note>
320-
Note: The following table summarizes the interaction of 'overflow' and 'scrollbar-gutter',
320+
Note: The following table summarizes the interaction of 'overflow' and 'scrollbar-gutter'
321+
for different types of scrollbars,
321322
showing in which case space is reserved for the <a>scrollbar gutter</a>.
322-
In this table, “G” represents cases where space is reserved for the <a>scrollbar gutter</a>,
323-
“f?” cases where space is reserved for the <a>scrollbar gutter</a>
324-
if ''scrollbar-gutter/force'' was specified,
325-
and empty cells cases where the no space is reserved.
326323

327324
<table class=data>
325+
<caption>
326+
Should space be reserved for the [=scrollbar gutter=]?</caption>
328327
<thead>
329328
<tr>
330329
<td>
@@ -342,41 +341,41 @@ and empty cells cases where the no space is reserved.
342341
<tr>
343342
<th rowspan=3>''overflow/scroll''
344343
<th>''scrollbar-gutter/auto''
345-
<td>G
346-
<td>G
344+
<td>yes
345+
<td>yes
347346
<td>
348347
<td>
349348
<tr>
350349
<th>''scrollbar-gutter/stable''
351-
<td>G
352-
<td>G
350+
<td>yes
351+
<td>yes
353352
<td>
354353
<td>
355354
<tr>
356355
<th>''scrollbar-gutter/always''
357-
<td>G
358-
<td>G
359-
<td>G
360-
<td>G
356+
<td>yes
357+
<td>yes
358+
<td>yes
359+
<td>yes
361360
<tr>
362361
<th rowspan=3>''overflow/auto''
363362
<th>''scrollbar-gutter/auto''
364-
<td>G
363+
<td>yes
365364
<td>
366365
<td>
367366
<td>
368367
<tr>
369368
<th>''scrollbar-gutter/stable''
370-
<td>G
371-
<td>G
369+
<td>yes
370+
<td>yes
372371
<td>
373372
<td>
374373
<tr>
375374
<th>''scrollbar-gutter/always''
376-
<td>G
377-
<td>G
378-
<td>G
379-
<td>G
375+
<td>yes
376+
<td>yes
377+
<td>yes
378+
<td>yes
380379
<tr>
381380
<th rowspan=3>''overflow/visible'', ''overflow/hidden'', ''overflow/clip''
382381
<th>''scrollbar-gutter/auto''
@@ -386,16 +385,16 @@ and empty cells cases where the no space is reserved.
386385
<td>
387386
<tr>
388387
<th>''scrollbar-gutter/stable''
389-
<td>f?
390-
<td>f?
388+
<td>if ''force''
389+
<td>if ''force''
391390
<td>
392391
<td>
393392
<tr>
394393
<th>''scrollbar-gutter/always''
395-
<td>f?
396-
<td>f?
397-
<td>f?
398-
<td>f?
394+
<td>if ''force''
395+
<td>if ''force''
396+
<td>if ''force''
397+
<td>if ''force''
399398
</table>
400399
</div>
401400

0 commit comments

Comments
 (0)