- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 May 2009 01:15:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8196 Modified Files: Overview.html Log Message: Add language information to the RDF output. (credit: id) (whatwg r3093) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2250 retrieving revision 1.2251 diff -u -d -r1.2250 -r1.2251 --- Overview.html 12 May 2009 00:24:31 -0000 1.2250 +++ Overview.html 12 May 2009 01:15:49 -0000 1.2251 @@ -36845,7 +36845,7 @@ <dl class="triple"><dt>subject <dd> <a href="#the-document-s-current-address">the document's current address</a> <dt>predicate <dd> <code title="">http://purl.org/dc/terms/title</code> - <dt>object <dd> the <code><a href="#textcontent">textContent</a></code> of <a href="#the-title-element-0">the <code>title</code> element</a> + <dt>object <dd> the <code><a href="#textcontent">textContent</a></code> of <a href="#the-title-element-0">the <code>title</code> element</a>, as a plain literal, with the language information set from the <a href="#language">language</a> of <a href="#the-title-element-0">the <code>title</code> element</a>, if it is not unknown. </dl></li> <li> @@ -36906,7 +36906,7 @@ <dl class="triple"><dt>subject <dd> <a href="#the-document-s-current-address">the document's current address</a> <dt>predicate <dd> the concatenation of the string "<code title="">http://www.w3.org/1999/xhtml/vocab#</code>" and value of the element's <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute, <a href="#converted-to-lowercase">converted to lowercase</a> - <dt>object <dd> the value of the element's <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute + <dt>object <dd> the value of the element's <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute, as a plain literal, with the language information set from the <a href="#language">language</a> of the element, if it is not unknown. </dl></li> <li> @@ -36988,6 +36988,19 @@ triples for an item">generate the triples</a> for <var title="">value</var>, and then replace <var title="">value</var> with the subject returned from those steps.</li> + <!-- could support <time> here somehow, though we'd have to + reserialise it, check if the <time> was valid, check if it had a + .date, a .time, a .timezone, etc. --> + + <li><p>Otherwise, if <var title="">element</var> is not an + <code><a href="#the-a-element">a</a></code>, <code><a href="#the-area-element">area</a></code>, <code><a href="#audio">audio</a></code>, + <code><a href="#the-embed-element">embed</a></code>, <code><a href="#the-iframe-element">iframe</a></code>, <code><a href="#the-img-element">img</a></code>, + <code><a href="#the-link-element">link</a></code>, <code><a href="#the-object-element">object</a></code>, <code><a href="#the-source-element">source</a></code>, or + <code><a href="#video">video</a></code> element, let <var title="">value</var> be a + plain literal, with the language information set from the + <a href="#language">language</a> of the element, if it is not + unknown.</li> + <li> <p>For each name <var title="">name</var> in <var title="">element</var>'s <a href="#property-names">property names</a>, run the @@ -60169,6 +60182,7 @@ Henry Mason, Hugh Winkler, Ian Bicking, + Ian Davis, Ignacio Javier, Ivan Enderlin, Ivo Emanuel Gonçalves,
Received on Tuesday, 12 May 2009 01:16:01 UTC