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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

javascript - Iterate over array and calculate average values of array-parts -

jQuery Ajax Render Fragments OR Whole Page -