-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Render the main element consistently in IE #730
Conversation
@thasmo, nice, but would you specify the target browser(s)? |
Sure, where exactly? In the PR title, commit message, comment? :) |
Line 28, where you specified all browsers. 55f0ce1#diff-bb3dde41d97f19be8ab7b4780a915d5eR28 Before it was removed, I had specified https://github.com/necolas/normalize.css/blob/6.0.0/normalize.css#L49 |
@jonathantneal, done. 👍 |
Oh, I see. On it. |
Just putting |
I know it sounds really picky, but CORRECTION: It was updated, this project supports IE10+: https://github.com/necolas/normalize.css/blob/4ab3de5bdd26b161c3c82a5a2f72df3e57a8e4bf/CHANGELOG.md |
@jonathantneal, last chance. :P |
Actually, last chance now. ;) |
Typed enough Is and Es today. 👍 |
I believe IE 10 is supported, at least that's what's documented but I'd be happy to only have support for IE 11. |
Yea, it’s not complicated. The comment just needs to cover all IE versions. It will also need to use the same voice as the other comments, which would be:
That’s not the message you’ve written, as you’ve introduced new terms like I really have zero control over this. I’m just looking out for the project as best I can. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
👍 this caused some headache for me in a current project where the |
🤔 |
get standard scrollbar (safari) |
Geez, exactly 3 months later I stumbled over the same issue - at least it only cost me half an hour this time, until I figured it out... again 😁 Why has this not been merged and released in 8.x? |
@necolas the NPM package still only has 8.0.0: https://www.npmjs.com/package/normalize.css?activeTab=versions |
Forgot to publish. Should be up now. Thanks |
@necolas Thanks! ❤️ |
Fixes #727 by rendering the main element as block-element for IE.