Remove redundant text-transform for FF's select#828
Open
SiarheiBobryk wants to merge 1 commit intonecolas:masterfrom
Open
Remove redundant text-transform for FF's select#828SiarheiBobryk wants to merge 1 commit intonecolas:masterfrom
SiarheiBobryk wants to merge 1 commit intonecolas:masterfrom
Conversation
Nowadays we don't need to specify the text-transform property for the select element for Firefox. Such functionality already built-in in Firefox as well as for all other browsers normalise.css supports: Chrome, Safari, Edge, IE11, IE10. Sources: - [Firefox's forms.css](https://dxr.mozilla.org/mozilla-central/source/layout/style/res/forms.css#133) - `view-source:resource://gre-resources/forms.css` Other changes: - Specify IE supported versions because we still need to set text-transform for button in Edge, IE11, and IE10 explicitly. - Remove select from the text-transform UI test Tested on: - Safari 13.1.2 - Chrome 85.0.4183.102 - Firefox 80.0.1 - Edge 44.19041.423.0 - IE 11.450.19041.0 - IE 10.0.9200.16384
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Nowadays we don't need to specify the text-transform property for the
select element for Firefox. Such functionality already built-in in
Firefox as well as for all other browsers normalise.css supports:
Chrome, Safari, Edge, IE11, IE10.
Sources:
view-source:resource://gre-resources/forms.cssOther changes:
text-transform for button in Edge, IE11, and IE10 explicitly.
Tested on: