-
Notifications
You must be signed in to change notification settings - Fork 328
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
Using comment blocks before the <html>
tag breaks layout in IE8
#751
Comments
What is the need for this block? Can you put anything before the doctype without it breaking? If not, we should probably remove this. |
in non html5 documents you could have something before doctype since we're all about html5, let's remove it |
Would this be a problem if we added |
no, that fixes it, but there is a minimal performance impact see more discussion here |
Using comment blocks (e.g.
<!-- block:pageStart -->
) before the<html>
tag is breaking the template examples layout in IE8.With
<!-- block:pageStart -->
Without
<!-- block:pageStart -->
The text was updated successfully, but these errors were encountered: