- From: <bugzilla@jessica.w3.org>
- Date: Thu, 22 Dec 2011 02:55:44 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15304 --- Comment #2 from Evan Sandhaus <evan@nytimes.com> 2011-12-22 02:55:43 UTC --- Tab, - I 100% understand the void element issue. Nested <META> tags are a non-starter. There is one other alternative that I see to the two that I mentioned. In HTML 4 it was legal to have an <OBJECT> element in the scope of <HEAD>. This has changed as of HTML 5. Such a nesting is no longer permitted. Is the door on that decision completely closed? Were <OBJECT> still allowed in this context then one could write the following: <html itemscope itemtype='http://schema.org/NewsArticle"> <head> <meta itemprop="wordCount" content="1138"/> <object itemscope itemtype="http://schema.org/Person" type='text/html'> <meta itemprop="name" content="Evan Sandhaus"> </object> .... </head> ... </html> A little less elegant than nested <META> tags, but still legible and cloak free. -- 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 02:55:49 UTC