Skip to content

Commit

Permalink
[e] (0) Minor editorial fixes for Philip and jgraham.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3077 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 10, 2009
1 parent 34e00da commit 9187093
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
22 changes: 10 additions & 12 deletions index
Expand Up @@ -41049,10 +41049,10 @@ explain that only direct children of the <menu> matter

<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>

Expand Down Expand Up @@ -41172,10 +41172,9 @@ explain that only direct children of the <menu> matter
item</dfn> <var title="">item</var>, it must follow the following
steps:</p>

<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
<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>
Expand Down Expand Up @@ -41208,10 +41207,9 @@ explain that only direct children of the <menu> matter

<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>

Expand Down
28 changes: 15 additions & 13 deletions source
Expand Up @@ -46351,10 +46351,11 @@ explain that only direct children of the <menu> matter
title="concept-property-value">property value</span> of <var
title="">element</var>.</p></li>

<li><p>If <var title="">value</var> is an element, then <span>get
the object</span> for the element <var title="">value</var>, and
then replace <var title="">value</var> with the object returned
from those steps.</p></li>
<li><p>If <var title="">value</var> is an <span
title="concept-item">item</span>, then <span>get the
object</span> for <var title="">value</var>, and then replace
<var title="">value</var> with the object returned from those
steps.</p></li>

<li>

Expand Down Expand Up @@ -46514,11 +46515,12 @@ explain that only direct children of the <menu> matter

<ol>

<li><p>If there is exactly one element whose <span
<li><p>If of the elements whose <span
title="concept-item-corresponding">corresponding item</span> is
<var title="">item</var>, that has as one of its <span>property
names</span> the string "<code title="">about</code>", and the
<span title="concept-property-value">property value</span> of that
<var title="">item</var>, exactly one has a <span title="property
names">property name</span> equal to the string "<code
title="">about</code>", and the <span
title="concept-property-value">property value</span> of that
element is an <span>absolute URL</span>, let <var
title="">subject</var> be that <span>absolute
URL</span>. Otherwise, let <var title="">subject</var> be a new
Expand Down Expand Up @@ -46567,11 +46569,11 @@ explain that only direct children of the <menu> matter
title="concept-property-value">property value</span> of <var
title="">element</var>.</p></li>

<li><p>If <var title="">value</var> is an element, then <span
title="generate the triples for an item">generate the triples for
the element <var title="">value</var></span>, and then replace
<var title="">value</var> with the subject returned from those
steps.</p></li>
<li><p>If <var title="">value</var> is an <span
title="concept-item">item</span>, then <span title="generate the
triples for an item">generate the triples</span> for <var
title="">value</var>, and then replace <var title="">value</var>
with the subject returned from those steps.</p></li>

<li>

Expand Down

0 comments on commit 9187093

Please sign in to comment.