-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove optgroup
element
#93
Comments
Relevant: necolas/normalize.css#581 |
Firefox 45? https://caniuse.com/usage-table
|
Firefox 45 was the latest then. It's not clear if or when it was fixed. It needs to be proven that it was fixed first. |
Got it but still if you look https://caniuse.com/usage-table
Even before Firefox v100 the usage is only 0.11% which I might say even IE usage is 0.59% ? The thing is I don't know how to prove if it's fixed after v45 or not... |
In
modern-normalize.css
file, there is a reset for form elements:button,
input,
selectand
textareaseem fine but
optgroupis unnecessary; why you may ask, because
optgroupshould be a child element of
selectand
optgroupshould be a parent element of
optionelement, we can remove it to take advantage of cascading which
select` element does when it inherits.The text was updated successfully, but these errors were encountered: