[Bug 15304] Nested <META> tags in <HEAD>

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15304

--- Comment #6 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-12-22 16:04:04 UTC ---
(In reply to comment #5)
> 100% backwards-compatible way:
> 
> <script type="meta" itemscope itemtype="http://schema.org/Person">
>     <meta name="name" content="Some name" />
>     <meta name="foo"  content="bar" />
> </script>

No, that will not work at all.  In conforming UAs, there will be a Microdata
item with no properties, because the contents of a <script> are *not* parsed as
elements.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 22 December 2011 16:04:11 UTC