Meta tag schema obsolete in HTML - what to use instead?


(Tim Davison) #1

I've just tried validating my latest site and W3C is telling me:

 The scheme attribute on the meta element is obsolete. Use only one scheme per field, or make the scheme declaration part of the value.

Seems that in HTML5 the 'scheme' attribute is now obsolete.  Confirmed this on W3C and MDN.

 

So, what do we use instead?  If anything?  Do we just leave the scheme attribute off and everything just magically knows what the content is?


(Bart Banda) #2

I don't think you need to use anything. Whatever technology those metadata values are used for obviously don't need it to know what to do with them. 


(Tim Davison) #3

Yep - that's what I was thinking too.  For example, most string -> date parsers do a pretty job figuring out the format without being explicitly told.