Skip to content

Commit 9498174

Browse files
committed
Merge pull request w3c#56 from cvrebert/stop-the-cascade
[css-ui] Avoid unnecessary cascading in default HTML stylesheet
2 parents f83e322 + 5bd1627 commit 9498174

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

css-ui/Overview.bs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,18 @@ input[type=password],
16301630
input[type=image]
16311631
{
16321632
display: inline-block;
1633+
}
1634+
1635+
input[type=button],
1636+
input[type=reset],
1637+
input[type=submit],
1638+
input[type=checkbox],
1639+
input[type=radio],
1640+
input,
1641+
input[type=text],
1642+
input[type=password],
1643+
input[type=image]
1644+
{
16331645
white-space: nowrap;
16341646
}
16351647

0 commit comments

Comments
 (0)