Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

feat(compiler/html): group style and link tags at head #24

Open
zanona opened this issue Dec 5, 2017 · 0 comments
Open

feat(compiler/html): group style and link tags at head #24

zanona opened this issue Dec 5, 2017 · 0 comments

Comments

@zanona
Copy link
Owner

zanona commented Dec 5, 2017

The HTML spec specifies that link or style tags should always be in the head of a document.
Even though browsers correctly "fix" this, it's good practice to group them in the head of a document (before body or any flow content) making sure the output HTML is valid.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant