Replies: 1 comment
-
|
withastro/astro#17162 has been merged, so it seems we clan close this. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Remove the legacy
<meta http-equiv="X-UA-Compatible" content="IE=edge">tag from Astro fixtures and examples where it is no longer needed.Background & Motivation
X-UA-Compatiblewas used for Internet Explorer compatibility mode, but modern browsers ignore it and Internet Explorer is no longer a supported target for typical Astro usage. Keeping this tag in fixtures and examples adds unnecessary boilerplate and makes the HTML slightly larger and harder to maintain.This proposal aims to simplify Astro’s markup examples and test fixtures by removing a legacy tag that does not provide value for modern web output.
Goals
X-UA-Compatiblefrom Astro fixtures and examples where it is only serving legacy IE behavior.Example
Sources
Beta Was this translation helpful? Give feedback.
All reactions