Skip to content

Commit 1462392

Browse files
committed
separate initial and inherit values
1 parent 2f6fa9c commit 1462392

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

source

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146166,10 +146166,13 @@ table {
146166146166

146167146167
<pre><code class="css">@namespace "http://www.w3.org/1999/xhtml";
146168146168

146169-
input, select, button, textarea {
146169+
input, button, textarea {
146170146170
letter-spacing: initial;
146171146171
word-spacing: initial;
146172146172
line-height: initial;
146173+
}
146174+
146175+
input, select, button, textarea {
146173146176
text-transform: initial;
146174146177
text-indent: initial;
146175146178
text-shadow: initial;
@@ -147834,6 +147837,8 @@ progress { appearance: auto; }</code></pre>
147834147837

147835147838
select {
147836147839
display: inline-block;
147840+
letter-spacing: initial;
147841+
word-spacing: initial;
147837147842
}</code></pre>
147838147843

147839147844
<p>The following styles are <span>expected</span> to apply to <code>select</code> elements when
@@ -147843,6 +147848,8 @@ select {
147843147848

147844147849
select {
147845147850
letter-spacing: inherit;
147851+
word-spacing: inherit;
147852+
line-height: inherit;
147846147853
background-color: transparent;
147847147854
border: 1px solid currentColor;
147848147855
padding-block: 0.25em;

0 commit comments

Comments
 (0)