Skip to content

Commit 3e7f257

Browse files
committed
[css-overflow-4] rename ''both'' to ''mirror''
See w3c#6349
1 parent 682c541 commit 3e7f257

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

css-overflow-4/Overview.bs

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ provided by the 'overflow' property.
233233

234234
<pre class="propdef">
235235
Name: scrollbar-gutter
236-
Value: auto | stable && both?
236+
Value: auto | stable && mirror?
237237
Initial: auto
238238
Applies to: [=scroll containers=]
239239
Inherited: no
@@ -306,17 +306,10 @@ The values of this property have the following meaning:
306306
Note: This does not change whether the scrollbar itself is visible,
307307
only the presence of a gutter is affected.
308308
309-
<dt><dfn>both</dfn>
309+
<dt><dfn>mirror</dfn>
310310
<dd>If a <a>scrollbar gutter</a> would be present
311311
on one of the inline start edge or the inline end edge of the box,
312312
another <a>scrollbar gutter</a> must be present on the opposite edge as well.
313-
314-
Issue: ''both'' refers to both-sides,
315-
but that may not be obvious to authors without reference to the specification or documentation.
316-
<code>both-sides</code> would be clearer, but longer.
317-
<code>symmetrical</code> is also clearer, but also longer and harder to spell.
318-
While still not as short,
319-
<code>mirror</code> might be a good compromise between length and understandability.
320313
</dl>
321314
322315
When the <a>scrollbar gutter</a> is present but the scrollbar is not,
@@ -1479,7 +1472,7 @@ but non-experimental implementation is not recommended.
14791472
14801473
<pre class="propdef partial">
14811474
Name: scrollbar-gutter
1482-
New Values: auto | [ [ stable | always ] && both? && force? ] || match-parent
1475+
New Values: auto | [ [ stable | always ] && mirror? && force? ] || match-parent
14831476
Applies to: all elements
14841477
</pre>
14851478

0 commit comments

Comments
 (0)