Skip to content

Commit 82e7bf6

Browse files
authored
[css-forms-1] Reset text-transform, text-align, and text-indent to initial (w3c#12138)
Fixes w3c#11486
1 parent e4d5841 commit 82e7bf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-forms-1/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,10 @@ input:is([type="color"], [type="button"], [type="reset"], [type="submit"]) {
907907
gap: 1em;
908908

909909
user-select: none;
910+
911+
text-transform: initial;
912+
text-align: initial;
913+
text-indent: initial;
910914
}
911915
:is(button, select, input:is([type="color"], [type="button"], [type="reset"], [type="submit"])):enabled:hover,
912916
:enabled::file-selector-button:hover {

0 commit comments

Comments
 (0)