Skip to content

Commit b48a5a4

Browse files
committed
[css-forms-1] Remove ::slider-track from layout rule
1 parent 4f6a33f commit b48a5a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-forms-1/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -801,11 +801,10 @@ progress {
801801

802802
## Layout ## {#stylesheet-layout}
803803
```css
804-
input:not([type=file], [type=range]),
804+
input:not([type=file]),
805805
textarea,
806806
button,
807807
::file-selector-button,
808-
::slider-track,
809808
select,
810809
meter,
811810
progress {
@@ -821,6 +820,7 @@ ISSUE: Refine meter, progress, switch and range input styling.
821820
```css
822821
::slider-track {
823822
height: 1em;
823+
background-color: transparent;
824824
}
825825

826826
::slider-fill {
@@ -1031,8 +1031,8 @@ select::picker-icon {
10311031
10321032
<h2 class=no-num id=changes>Changes</h2>
10331033
1034-
<h3 class=no-num id=changes-20250325>Since the
1035-
<a href="https://www.w3.org/TR/2025/WD-css-forms-1-20250325/">First
1034+
<h3 class=no-num id=changes-20250325>Since the
1035+
<a href="https://www.w3.org/TR/2025/WD-css-forms-1-20250325/">First
10361036
Public Working Draft</a> of 25 March 2025</h3>
10371037
10381038
<ul>

0 commit comments

Comments
 (0)