Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,10 @@ input { /* 1 */
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
* Remove the inheritance of text transform in Edge, IE11, and IE10.
*/

button,
select { /* 1 */
button {
text-transform: none;
}

Expand Down
1 change: 0 additions & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ <h2 class="Test-describe"><code>button</code>, <code>select</code></h2>
<h3 class="Test-it">should not inherit <code>text-transform</code></h3>
<div class="Test-run" style="text-transform:uppercase">
<button>button</button>
<select><option>option</option></select>
</div>

<h2 class="Test-describe"><code>button</code> and button-style <code>input</code></h2>
Expand Down