Minor editorial fixes for Philip and jgraham. (whatwg r3077)

Minor editorial fixes for Philip and jgraham. (whatwg r3077)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2235.html#rdf
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2235.html#get-the-object
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2235.html#generate-the-triples-for-an-item

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2234&r2=1.2235&f=h
http://html5.org/tools/web-apps-tracker?from=3076&to=3077

===================================================================
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 Monday, 18 May 2009 10:28:04 UTC