Skip to content

Commit ed8248f

Browse files
committed
[css-scrollbars] Reset 'scrollbar-color' in forced colors mode. w3c#5778
1 parent 2dd9847 commit ed8248f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

css-color-adjust-1/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ Properties Affected by Forced Colors Mode {#forced-colors-properties}
396396
* 'background-image' computes to ''background-image/none''
397397
unless the original value contains a ''url()'' function
398398
* 'color-scheme' computes to ''light dark''
399+
* 'scrollbar-color' computes to ''scrollbar-color/auto''
399400

400401
UAs may further tweak these <a>forced colors mode</a> heuristics
401402
to provide better user experience.
@@ -551,6 +552,14 @@ Acknowledgements {#acknowledgements}
551552
Changes {#changes}
552553
=======
553554

555+
Changes since the <a href="https://www.w3.org/TR/2020/WD-css-color-adjust-1-20201109/">9 NOvember 2020 Working Draft</a>:
556+
557+
<ul>
558+
<li>Added 'scrollbar-color' reset to [=forced colors mode=].
559+
(<a href="https://github.com/w3c/csswg-drafts/issues/5778">Issue 5778</a>)
560+
</ul>
561+
562+
554563
Changes since the <a href="https://www.w3.org/TR/2020/WD-css-color-adjust-1-20200402/">2 April 2020 Working Draft</a>:
555564

556565
<ul>

0 commit comments

Comments
 (0)