joshbuchea / HEAD

A simple guide to HTML <head> elements
https://htmlhead.dev
29.97k stars 1.92k forks source link

Removed deprecated rel types 'first' and 'last' #276

Open PitWenkin opened 2 years ago

PitWenkin commented 2 years ago

According to https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types first and last are deprecated. They are also no longer listed on https://html.spec.whatwg.org/multipage/links.html#linkTypes

A discussion about this can be found on https://stackoverflow.com/q/42841618/534883