Skip to content

Commit 67672fd

Browse files
committed
[css-scrollbars-1][editorial] Fixed Bikeshed issues and updated WPTs
1 parent 0bb480f commit 67672fd

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

css-scrollbars-1/Overview.bs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Abstract: This CSS module defines properties
2424
WPT Path Prefix: css/css-scrollbars/
2525
</pre>
2626

27+
<pre class=link-defaults>
28+
spec:html; type:element; text:body
29+
</pre>
30+
2731
<h2 id="intro">
2832
Introduction</h2>
2933

@@ -59,6 +63,7 @@ Scope</h3>
5963

6064
<wpt title="Tests that related to the specification as a whole, without exerting any specific part">
6165
invalid-needs-layout-crash.html
66+
scrollbar-after-remove-resize.html
6267
</wpt>
6368

6469
<h4 id="out-of-scope">
@@ -173,7 +178,7 @@ Value Definitions</h3>
173178
</wpt>
174179

175180
Note: Unlike 'overflow' (and overflow-*) properties,
176-
scrollbar-color value set on the HTML body element are not propagated to the viewport.
181+
scrollbar-color value set on the HTML <{body}> element are not propagated to the viewport.
177182

178183
<wpt>
179184
viewport-scrollbar-body.html
@@ -263,7 +268,7 @@ Value Definitions</h3>
263268
the light gray [=track=] has a darker outline.
264269
This design also happens to include [=buttons=].
265270

266-
<img src="images/non-flat-bar.png"
271+
<img src="images/non-flat-bar.png" width=318 height=17
267272
alt="A horizontal scrollbar with a textured, shaded and outlined blue thumb,
268273
over a light gray track which is itself outlined,
269274
and flanked by two 'scroll left' and 'scroll right' buttons,
@@ -274,7 +279,7 @@ Value Definitions</h3>
274279
the rendering could be a solid color [=thumb=] over a solid color [=track=],
275280
as seen below.
276281

277-
<img src="images/flat-bar.png"
282+
<img src="images/flat-bar.png" width=318 height=15
278283
alt="A horizontal scrollbar with a blue featureless rounded rectangle as a thumb
279284
over a featureless light gray track,
280285
as was commonly seen in scrollbar designs of the early 2020s">

0 commit comments

Comments
 (0)