HTML validation errors using Facebook RDFa doctype & meta property -


i followed stack, html validation error property attribute, , used rdfa doctype work facebook open graph.

my question is, how can html validator work line of code (required):

<map id="map" name="map"> 

currently validator fails because "there no attribute 'name'".

here's page , validator error.

the "name" attribute in xhtml has been deprecated in favor of "id" attribute map tag.


Comments

Popular posts from this blog

iphone - Using nested NSDictionary with Picker -

iphone - Pop a UIViewController containing a UITabBarController off of a UINavigationController -

objective c - Newbie question -multiple parameters -