- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Apr 2011 14:59:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/rdfa/drafts/WD-rdfa-in-html-20110405 In directory hutz:/tmp/cvs-serv20642/drafts/WD-rdfa-in-html-20110405 Modified Files: Overview.html Log Message: [html-rdfa] Fixed more internal invalid fragid references. Index: Overview.html =================================================================== RCS file: /sources/public/html5/rdfa/drafts/WD-rdfa-in-html-20110405/Overview.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Overview.html 5 Apr 2011 14:54:51 -0000 1.2 +++ Overview.html 5 Apr 2011 14:59:07 -0000 1.3 @@ -1080,7 +1080,7 @@ <li>For each attribute in the [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.element">attributes</a>] list that has no value for [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">prefix</a>] and a [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">local - name</a>] that starts with <code>xmlns:</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#dfn-uri_mapping">URI mapping</a>] by + name</a>] that starts with <code>xmlns:</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#T-URI-mapping">URI mapping</a>] by storing the [local name] part with the <code>xmlns:</code> characters removed as the value to be mapped, and the [<a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">normalized value</a>] as the value to map. @@ -1166,7 +1166,7 @@ <li>For each [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-745549614">Attr</a>] in the [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1950641247">Node.attributes</a>] list that has a [<a href="http://www.w3.org/TR/DOM-Level-2-Core/glossary.html#dt-namespaceprefix">namespace - prefix</a>] value of <code>xmlns</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#dfn-uri_mapping">URI mapping</a>] by + prefix</a>] value of <code>xmlns</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#T-URI-mapping">URI mapping</a>] by storing the [<a href="http://www.w3.org/TR/DOM-Level-2-Core/glossary.html#dt-localname">local name</a>] as the value to be mapped, and the [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-F68D080">Node.nodeValue</a>] as the value to map.</li> @@ -1175,7 +1175,7 @@ in the [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1950641247">Node.attributes</a>] list that has a [<a href="http://www.w3.org/TR/DOM-Level-2-Core/glossary.html#dt-namespaceprefix">namespace prefix</a>] value of null and a [<a href="http://www.w3.org/TR/DOM-Level-2-Core/glossary.html#dt-localname">local - name</a>] that starts with <code>xmlns:</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#dfn-uri_mapping">URI mapping</a>] by + name</a>] that starts with <code>xmlns:</code>, create a [<a href="http://www.w3.org/TR/rdfa-core/#T-URI-mapping">URI mapping</a>] by storing the [local name] part with the <code>xmlns:</code> characters removed as the value to be mapped, and the [<a href="http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-F68D080">Node.nodeValue</a>] as the value to map.
Received on Tuesday, 5 April 2011 14:59:11 UTC