-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Fix the browsers! #2
Comments
If you open an issue against a browser vendor it helps if you can show that a certain style is already in use by other browsers. The most persuasive argument to change something as core as the default styling is usually if several other browsers already do it as well. The HTML Standard maintains a section on styles that browsers are expected include by default. This is not always the case in reality yet, but if one or more browser vendors shows interest in aligning around a specific style you could file an issue in the HTML issue tracker to see if the remaining ones are willing to change as well. While I really like this sentiment of fixing browsers and making the project obsolete in the process, it has to be said that none of the opinionated rules have much chance of being adopted by any browser as long as there's an interest in staying compatible with older content on the web. The rules which resolve differences between different browsers stand a good chance of being fixed though. |
What if we could persuade browser makers to support a built-in global normalization? I don't know what form that would ideally take, but for sake of having something concrete to discuss (not necessarily the perfect solution), maybe something remotely like this:
This would allow ancient unstyled content to still party like it's 1993 while everyone else can start styling from a blank slate without having to import a long list of reset rules. It could even be combined with
Of course if all the browser makers agreed tomorrow to just build in the normalization, I wouldn't care much about the effect on ancient unstyled resources (and I imagine most others here wouldn't either) and would just gladly accept the outcome. This idea is not meant to be proposed as vastly better than the simpler approach of global normalization by default. But if any of the resistance of browser makers relates to the effect on ancient unstyled content, then this could be a solution. |
I don't believe that will ever happen. It's more than just default styles as well. There are also differences in the styling engines. This issue is a perfect example of that. |
The goal of this project is to make itself obsolete. We should try to get browsers to fix their own styles so we don't have to work around them indefinitely.
If you want to help out:
modern-normalize.css
The text was updated successfully, but these errors were encountered: