[html5] r3076 - [e] (0) Minor clarifications based on overnight comments on IRC.

whatwg at whatwg.org whatwg at whatwg.org
Sun May 10 12:29:38 PDT 2009


Author: ianh
Date: 2009-05-10 12:29:37 -0700 (Sun, 10 May 2009)
New Revision: 3076

Modified:
   index
   source
Log:
[e] (0) Minor clarifications based on overnight comments on IRC.

Modified: index
===================================================================
--- index	2009-05-10 11:21:05 UTC (rev 3075)
+++ index	2009-05-10 19:29:37 UTC (rev 3076)
@@ -40595,7 +40595,7 @@
 
   <p><em>This section is non-normative.</em></p>
 
-  <p>Sometimes, it is desireable to annotate content with specific
+  <p>Sometimes, it is desirable to annotate content with specific
   machine-readable labels, e.g. to allow generic scripts to provide
   services that are customised to the page, or to enable content from
   a variety of cooperating authors to be processed by a single script
@@ -40638,7 +40638,9 @@
   </div>
 
   <p>Properties can also have values that are URLs. This is achieved
-  using the <code title="">a</code> element and its <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute.</p>
+  using the <code title="">a</code> element and its <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute, the
+  <code><a href=#the-img-element>img</a></code> element and its <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute, or other elements that
+  link to or embed external resources.</p>
 
   <div class=example>
 
@@ -40776,10 +40778,14 @@
   determined by its position in the DOM and by any <code title=attr-subject><a href=#attr-subject>subject</a></code> attributes on the element, and
   is defined as follows:</p>
 
-  <dl><dt>If the element has neither <code title=attr-subject><a href=#attr-subject>subject</a></code> attribute nor an ancestor with
-   an <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute specified</dt>
+  <dl><dt>If the element has a <code title=attr-subject><a href=#attr-subject>subject</a></code>
+   attribute</dt>
 
-   <dd><p>The element has no <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding
+   <dd><p>If there is an element in the document with an ID equal to
+   the value of the <code title=attr-subject><a href=#attr-subject>subject</a></code>
+   attribute, and if the first such element has an <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute specified, then that
+   element is the <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding
+   item</a>. Otherwise, there is no <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding
    item</a>.</dd>
 
    <dt>If the element has no <code title=attr-subject><a href=#attr-subject>subject</a></code>
@@ -40789,14 +40795,10 @@
    <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding
    item</a>.</dd>
 
-   <dt>If the element has a <code title=attr-subject><a href=#attr-subject>subject</a></code>
-   attribute</dt>
+   <dt>If the element has neither <code title=attr-subject><a href=#attr-subject>subject</a></code> attribute nor an ancestor with
+   an <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute specified</dt>
 
-   <dd><p>If there is an element in the document with an ID equal to
-   the value of the <code title=attr-subject><a href=#attr-subject>subject</a></code>
-   attribute, and if the first such element has an <code title=attr-item><a href=#items:-the-item-attribute>item</a></code> attribute specified, then that
-   element is the <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding
-   item</a>. Otherwise, there is no <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding
+   <dd><p>The element has no <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding
    item</a>.</dd>
 
   </dl><p>The list of elements that create <a href=#concept-item title=concept-item>items</a> but do not themselves have a <a href=#concept-item-corresponding title=concept-item-corresponding>corresponding item</a> forms
@@ -41171,7 +41173,7 @@
   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> and that has as one of its <a href=#property-names>property
+   <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
    element is an <a href=#absolute-url>absolute URL</a>, let <var title="">subject</var> be that <a href=#absolute-url>absolute

Modified: source
===================================================================
--- source	2009-05-10 11:21:05 UTC (rev 3075)
+++ source	2009-05-10 19:29:37 UTC (rev 3076)
@@ -45810,7 +45810,7 @@
 
   <p><em>This section is non-normative.</em></p>
 
-  <p>Sometimes, it is desireable to annotate content with specific
+  <p>Sometimes, it is desirable to annotate content with specific
   machine-readable labels, e.g. to allow generic scripts to provide
   services that are customised to the page, or to enable content from
   a variety of cooperating authors to be processed by a single script
@@ -45855,7 +45855,10 @@
 
   <p>Properties can also have values that are URLs. This is achieved
   using the <code title="">a</code> element and its <code
-  title="attr-hyperlink-href">href</code> attribute.</p>
+  title="attr-hyperlink-href">href</code> attribute, the
+  <code>img</code> element and its <code
+  title="attr-img-src">src</code> attribute, or other elements that
+  link to or embed external resources.</p>
 
   <div class="example">
 
@@ -46009,12 +46012,17 @@
 
   <dl>
 
-   <dt>If the element has neither <code
-   title="attr-subject">subject</code> attribute nor an ancestor with
-   an <code title="attr-item">item</code> attribute specified</dt>
+   <dt>If the element has a <code title="attr-subject">subject</code>
+   attribute</dt>
 
-   <dd><p>The element has no <span
+   <dd><p>If there is an element in the document with an ID equal to
+   the value of the <code title="attr-subject">subject</code>
+   attribute, and if the first such element has an <code
+   title="attr-item">item</code> attribute specified, then that
+   element is the <span
    title="concept-item-corresponding">corresponding
+   item</span>. Otherwise, there is no <span
+   title="concept-item-corresponding">corresponding
    item</span>.</p></dd>
 
    <dt>If the element has no <code title="attr-subject">subject</code>
@@ -46026,17 +46034,12 @@
    <span title="concept-item-corresponding">corresponding
    item</span>.</p></dd>
 
-   <dt>If the element has a <code title="attr-subject">subject</code>
-   attribute</dt>
+   <dt>If the element has neither <code
+   title="attr-subject">subject</code> attribute nor an ancestor with
+   an <code title="attr-item">item</code> attribute specified</dt>
 
-   <dd><p>If there is an element in the document with an ID equal to
-   the value of the <code title="attr-subject">subject</code>
-   attribute, and if the first such element has an <code
-   title="attr-item">item</code> attribute specified, then that
-   element is the <span
+   <dd><p>The element has no <span
    title="concept-item-corresponding">corresponding
-   item</span>. Otherwise, there is no <span
-   title="concept-item-corresponding">corresponding
    item</span>.</p></dd>
 
   </dl>
@@ -46513,7 +46516,7 @@
 
    <li><p>If there is exactly one element whose <span
    title="concept-item-corresponding">corresponding item</span> is
-   <var title="">item</var> and that has as one of its <span>property
+   <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
    element is an <span>absolute URL</span>, let <var




More information about the Commit-Watchers mailing list