- From: <bugzilla@jessica.w3.org>
- Date: Sun, 30 Jun 2013 20:02:45 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22520 --- Comment #3 from A R <master.skywalker.88@gmail.com> --- Addendum: in short, in order to use DCTERMS metadata (http://wiki.whatwg.org/wiki/MetaExtensions), the list of allowed <link rel=""> values must be updated including at least the conventional namespace abbreviation "schema.DCTERMS", possibly along with the "schema.DC". The metadata description set model for HTML should be corrected as follows: code: <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> <meta name="DCTERMS.[element]" value="[elementValue]" /> (http://dublincore.org/documents/dc-html/) If the prefix used in a DC-HTML Prefixed Name has not been associated with a URI in a namespace declaration, no URI can be generated for that DC-HTML Prefixed Name [...] (if) there are no namespace declarations for those prefixes ... no URI is generated for those values of the name attribute of the meta element. [...] the "DC" and "DCTERMS" prefixes are not subject to any special treatment; there are no "built-in" namespace declarations. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 30 June 2013 20:02:49 UTC