- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 10 May 2009 21:02:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2693
Modified Files:
Overview.html
Log Message:
Minor editorial fixes for Philip and jgraham. (whatwg r3077)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2234
retrieving revision 1.2235
diff -u -d -r1.2234 -r1.2235
--- Overview.html 10 May 2009 19:28:41 -0000 1.2234
+++ Overview.html 10 May 2009 21:01:59 -0000 1.2235
@@ -36572,10 +36572,10 @@
<ol><li><p>Let <var title="">value</var> be the <a href="#concept-property-value" title="concept-property-value">property value</a> of <var title="">element</var>.</li>
- <li><p>If <var title="">value</var> is an element, then <a href="#get-the-object">get
- the object</a> for the element <var title="">value</var>, and
- then replace <var title="">value</var> with the object returned
- from those steps.</li>
+ <li><p>If <var title="">value</var> is an <a href="#concept-item" title="concept-item">item</a>, then <a href="#get-the-object">get the
+ object</a> for <var title="">value</var>, and then replace
+ <var title="">value</var> with the object returned from those
+ steps.</li>
<li>
@@ -36689,10 +36689,9 @@
</ol><p>When the user agent is to <dfn id="generate-the-triples-for-an-item">generate the triples for an
item</dfn> <var title="">item</var>, it must follow the following
- steps:<ol><li><p>If there is exactly one element whose <a href="#concept-item-corresponding" title="concept-item-corresponding">corresponding item</a> is
- <var title="">item</var>, that has as one of its <a href="#property-names">property
- names</a> the string "<code title="">about</code>", and the
- <a href="#concept-property-value" title="concept-property-value">property value</a> of that
+ steps:<ol><li><p>If of the elements whose <a href="#concept-item-corresponding" title="concept-item-corresponding">corresponding item</a> is
+ <var title="">item</var>, exactly one has a <a href="#property-names" title="property
+ names">property name</a> equal to the string "<code title="">about</code>", and the <a href="#concept-property-value" title="concept-property-value">property value</a> of that
element is an <a href="#absolute-url">absolute URL</a>, let <var title="">subject</var> be that <a href="#absolute-url">absolute
URL</a>. Otherwise, let <var title="">subject</var> be a new
blank node.</li>
@@ -36725,10 +36724,9 @@
<ol><li><p>Let <var title="">value</var> be the <a href="#concept-property-value" title="concept-property-value">property value</a> of <var title="">element</var>.</li>
- <li><p>If <var title="">value</var> is an element, then <a href="#generate-the-triples-for-an-item" title="generate the triples for an item">generate the triples for
- the element <var title="">value</var></a>, and then replace
- <var title="">value</var> with the subject returned from those
- steps.</li>
+ <li><p>If <var title="">value</var> is an <a href="#concept-item" title="concept-item">item</a>, then <a href="#generate-the-triples-for-an-item" title="generate the
+ 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>
<li>
Received on Sunday, 10 May 2009 21:02:10 UTC