From b48a5a40b60f6546c49288908e21fc85c610787c Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Sat, 22 Mar 2025 09:51:36 +0000 Subject: [PATCH] [css-forms-1] Remove ::slider-track from layout rule --- css-forms-1/Overview.bs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css-forms-1/Overview.bs b/css-forms-1/Overview.bs index 78eac7a1ec2..64adb0b3cf6 100644 --- a/css-forms-1/Overview.bs +++ b/css-forms-1/Overview.bs @@ -801,11 +801,10 @@ progress { ## Layout ## {#stylesheet-layout} ```css -input:not([type=file], [type=range]), +input:not([type=file]), textarea, button, ::file-selector-button, -::slider-track, select, meter, progress { @@ -821,6 +820,7 @@ ISSUE: Refine meter, progress, switch and range input styling. ```css ::slider-track { height: 1em; + background-color: transparent; } ::slider-fill { @@ -1031,8 +1031,8 @@ select::picker-icon {

Changes

-

Since the - First +

Since the + First Public Working Draft of 25 March 2025