File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -800,14 +800,12 @@ progress {
800
800
801
801
## Layout ## {#stylesheet-layout}
802
802
```css
803
- input:not([type=file] , [type=range] ),
803
+ input:not([type=file] , [type=range] , [type=checkbox][switch] ),
804
804
textarea,
805
805
button,
806
806
::file-selector-button,
807
807
::slider-track,
808
- select,
809
- meter,
810
- progress {
808
+ select {
811
809
border: 1px solid currentColor;
812
810
background-color: transparent;
813
811
}
@@ -1034,8 +1032,8 @@ select::picker-icon {
1034
1032
1035
1033
<h2 class=no-num id=changes>Changes</h2>
1036
1034
1037
- <h3 class=no-num id=changes-20250325>Since the
1038
- <a href="https://www.w3.org/TR/2025/WD-css-forms-1-20250325/">First
1035
+ <h3 class=no-num id=changes-20250325>Since the
1036
+ <a href="https://www.w3.org/TR/2025/WD-css-forms-1-20250325/">First
1039
1037
Public Working Draft</a> of 25 March 2025</h3>
1040
1038
1041
1039
<ul>
You can’t perform that action at this time.
0 commit comments