Invalid HTML5 – w3c validator sees 6 errors. Any workaround?
-
I know that these facebook / g+ markup extensions are not part of the html5 draft (yet). But maybe it is problem that can be fixed:
Error Line 59, Column 38: Bad value article for attribute itemtype on element meta: The string article is not an absolute URL. <meta itemscope itemtype="article" /> Error Line 59, Column 38: Element meta is missing required attribute content. <meta itemscope itemtype="article" /> Error Line 59, Column 38: Element meta is missing required attribute itemprop. <meta itemscope itemtype="article" /> Error Line 60, Column 51: The itemprop attribute was specified, but the element is not a property of any item. <meta itemprop="name" content="Geometry Wars 2" /> Error Line 62, Column 68: The itemprop attribute was specified, but the element is not a property of any item. <meta itemprop="image" content="https://someimage.jpg" />
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Invalid HTML5 – w3c validator sees 6 errors. Any workaround?’ is closed to new replies.