@@ -233,7 +233,7 @@ provided by the 'overflow' property.
233233
234234<pre class="propdef">
235235Name : scrollbar-gutter
236- Value : auto | stable && mirror ?
236+ Value : auto | stable && both-edges ?
237237Initial : auto
238238Applies to : [=scroll containers=]
239239Inherited : no
@@ -306,7 +306,7 @@ 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>mirror </dfn>
309+ <dt> <dfn>both-edges </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.
@@ -1479,7 +1479,7 @@ but non-experimental implementation is not recommended.
14791479
14801480<pre class="propdef partial">
14811481Name : scrollbar-gutter
1482- New Values : auto | [ [ stable | always ] && mirror ? && force? ] || match-parent
1482+ New Values : auto | [ [ stable | always ] && both-edges ? && force? ] || match-parent
14831483Applies to : all elements
14841484</pre>
14851485
@@ -1584,7 +1584,7 @@ The new values of this property have the following meaning:
15841584 Yet another possibility is to have a choice between growing the margin to protect the element,
15851585 or growing the padding to protect the element's content.
15861586
1587- The syntax could be something like <code> scrollbar-avoid: none | [self | content] && mirror ?</code> .
1587+ The syntax could be something like <code> scrollbar-avoid: none | [self | content] && both-edges ?</code> .
15881588
15891589 An interesting consideration is that this may alleviate the need for ''scrollbar-gutter: match-parent'' ,
15901590 as it seems that situations that would have been addressed by ''scrollbar-gutter: stable'' or ''scrollbar-gutter: always'' on the parent
@@ -1681,7 +1681,7 @@ The new values of this property have the following meaning:
16811681
16821682 <dt> <dfn>match-parent</dfn>
16831683 <dd>
1684- On a [=block-level=] box whose parent has a [=scrollbar gutter=] (or mirrored gutters),
1684+ On a [=block-level=] box whose parent has a [=scrollbar gutter=] (or gutters on both edges ),
16851685 this causes the box to have [=scrollbar gutter=]
16861686 on the same side(s) and of the same width as its parent’s gutter(s).
16871687 Moreover,
0 commit comments