Are the "index", "first" and "last" meta links and rel attributes deprecated?
I'm developing a cms that uses them for pagination in the head's meta links and rel attributes within the pagination nav.
But when I wanted to validate the page as html5 I got them as a bad value.
Where are they gone? only "prev" and "next" pass the validation.
Even in the whatwg list they don't exist http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#linkTypes
Should I remove them?
Thanks.