Skip to content

Commit fdc9cbf

Browse files
committed
[css-scrollbar] Editorial: rephasing
Make the prose read well, using full sentences, defined terms and hyperlinks. No normative change.
1 parent 891dc06 commit fdc9cbf

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css-scrollbars-1/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,17 @@ Value Definitions</h3>
117117
to better suit the page.
118118
<dt><dfn><<color>></dfn>
119119
<dd>
120-
apply the first color to the thumb of the scrollbar,
121-
and the second color to the track of the scrollbar.
120+
The user agent should use the specified colors
121+
to adjust the rendering of the element's scollbars, if any,
122+
applying the first color to the [=thumb=] of the scrollbar,
123+
and the second color to the [=track=] of the scrollbar.
122124
</dl>
123125

124-
Details:
125-
126-
Track refers to the background of the scrollbar,
126+
The <dfn>track</dfn> refers to the background of the scrollbar,
127127
which is generally fixed regardless of the scrolling position.
128128

129-
Thumb refers to the moving part of the scrollbar,
130-
which usually floats on top of the track.
129+
The <dfn>thumb</dfn> refers to the moving part of the scrollbar,
130+
which usually floats on top of the [=track=].
131131

132132
If this property computes to a value other than ''scrollbar-color/auto'',
133133
implementations may render a simpler scrollbar than the default platform UI rendering,

0 commit comments

Comments
 (0)