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 {
800800
801801## Layout ## {#stylesheet-layout}
802802```css
803- input:not([type=file] , [type=range] ),
803+ input:not([type=file] , [type=range] , [type=checkbox][switch] ),
804804textarea,
805805button,
806806::file-selector-button,
807807::slider-track,
808- select,
809- meter,
810- progress {
808+ select {
811809 border: 1px solid currentColor;
812810 background-color: transparent;
813811}
@@ -1034,8 +1032,8 @@ select::picker-icon {
10341032
10351033<h2 class=no-num id=changes>Changes</h2>
10361034
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
10391037 Public Working Draft</a> of 25 March 2025</h3>
10401038
10411039<ul>
You can’t perform that action at this time.
0 commit comments