@@ -233,7 +233,7 @@ provided by the 'overflow' property.
233233
234234<pre class="propdef">
235235Name : scrollbar-gutter
236- Value : auto | stable && both ?
236+ Value : auto | stable && mirror ?
237237Initial : auto
238238Applies to : [=scroll containers=]
239239Inherited : 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
322315When 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">
14811474Name: scrollbar-gutter
1482- New Values: auto | [ [ stable | always ] && both ? && force? ] || match-parent
1475+ New Values: auto | [ [ stable | always ] && mirror ? && force? ] || match-parent
14831476Applies to: all elements
14841477</pre>
14851478
0 commit comments