joshbuchea / HEAD

A simple guide to HTML <head> elements

Home Page:https://htmlhead.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<href>s are in suboptimal order

yaroslav-ilin opened this issue · comments

I notice that although a Performance section at the very bottom states that it is better to have href attribute first on any tags, all examples above that section have their hrefs put in different order.

Was that made occasionally? I'm going to create a pull request which would move all hrefs to the first position. Is this OK?

@nilfalse thanks for asking first! Excellent attention to detail! However, this is intentional to increase the overall readability of the project. Moving the href to the beginning of tag decreases the ability to quickly determine it's purpose at a glance.