Skip to content
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

Data on IE versions affected by \9 hacks might be wrong #18082

Closed
cvrebert opened this issue Oct 27, 2015 · 0 comments
Closed

Data on IE versions affected by \9 hacks might be wrong #18082

cvrebert opened this issue Oct 27, 2015 · 0 comments

Comments

@cvrebert
Copy link
Collaborator

In

// Includes IE9-specific hacks (noted by ` \9`).
among other places, it's claimed that (ignoring IE<=8 since we don't support them) the \9 hack only affects IE9. Recent testing calls this into question, claiming the correct compatibility situation is:

.selector { property: value \9; } // IE 6-8
.selector { property: value\9; } // IE 6-10

Note that this introduces the further wrinkle that whitespace affects the effect of the hack, which has minification implications.
Also note that the browserhacks.com site has bitrotted and isn't fully reliable anymore; see 4ae9b8/browserhacks#39 (comment)

@mdo mdo added this to the v4.0.0-alpha.6 milestone Nov 27, 2016
@mdo mdo closed this as completed in d50fc03 Nov 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants