[html5] r5697 - [e] (0) minor editorial tweaks for the 'CSS element reference identifier' thing.

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 1 16:22:34 PST 2010


Author: ianh
Date: 2010-12-01 16:22:32 -0800 (Wed, 01 Dec 2010)
New Revision: 5697

Modified:
   complete.html
   index
   source
Log:
[e] (0) minor editorial tweaks for the 'CSS element reference identifier' thing.

Modified: complete.html
===================================================================
--- complete.html	2010-12-02 00:19:14 UTC (rev 5696)
+++ complete.html	2010-12-02 00:22:32 UTC (rev 5697)
@@ -8826,19 +8826,18 @@
    <dd>
 
     <p>Returns a <code><a href=#domelementmap>DOMElementMap</a></code> object for the
-    <code><a href=#document>Document</a></code> representing the current <span title="specified CSS element reference identifier">specified CSS
-    element reference identifiers</span>.</p>
+    <code><a href=#document>Document</a></code> representing the current <span title="CSS
+    element reference identifier">CSS element reference
+    identifiers</span>.</p>
 
    </dd>
 
   </dl><div class=impl>
 
   <p>The <dfn id=dom-document-csselementmap title=dom-document-cssElementMap><code>cssElementMap</code></dfn>
-  IDL attribute allows authors to define <span>title="specified CSS
-  element reference identifier">specified CSS element reference
-  identifiers</span>, which are used in certain CSS features to
-  override the normal <a href=#concept-id title=concept-id>ID</a>-based
-  mapping. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
+  IDL attribute allows authors to define <span title="CSS element
+  reference identifier">CSS element reference identifiers</span>,
+  which are used in certain CSS features to override the normal <a href=#concept-id title=concept-id>ID</a>-based mapping. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
 
   <p>When a <code><a href=#document>Document</a></code> is created, it must be associated
   with an initially-empty <dfn id=css-id-overrides-list>CSS ID overrides list</dfn>, which
@@ -8846,9 +8845,8 @@
   name mapped to an <code><a href=#element>Element</a></code> node.</p>
 
   <p>Each entry in the <a href=#css-id-overrides-list>CSS ID overrides list</a>, while it is
-  in the list, defines a <span>specified CSS element reference
-  identifier</span> mapping the given name to the given
-  <code><a href=#element>Element</a></code>. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
+  in the list, defines a <span>CSS element reference identifier</span>
+  mapping the given name to the given <code><a href=#element>Element</a></code>. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
 
   <p>On getting, the <code title=dom-document-cssElementMap><a href=#dom-document-csselementmap>cssElementMap</a></code> IDL
   attribute must return a <code><a href=#domelementmap>DOMElementMap</a></code> object,
@@ -8890,8 +8888,8 @@
 
     <p>If there is an entry in the <code><a href=#document>Document</a></code>'s <a href=#css-id-overrides-list>CSS
     ID overrides list</a> whose name is the name passed to this
-    algorithm, remove it. This also undefines the <span>specified CSS
-    element reference identifier</span> for that name. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
+    algorithm, remove it. This also undefines the <span>CSS element
+    reference identifier</span> for that name. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
 
    </dd>
 

Modified: index
===================================================================
--- index	2010-12-02 00:19:14 UTC (rev 5696)
+++ index	2010-12-02 00:22:32 UTC (rev 5697)
@@ -1303,7 +1303,7 @@
    <li>The <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute and related <a href=#hyperlink-auditing>hyperlink auditing</a> features.</li> <!--PING-->
    <li>The <a href=#websrt>WebSRT</a> formata and some <a href=#timed-track>timed track</a> API features.</li> <!--TT--> <!--TTSRT-->
    <li>Rules for <a href=#atom>converting HTML to Atom</a>.</li> <!--MD-->
-   <li>The <code title=dom-document-cssElementMap><a href=#dom-document-csselementmap>cssElementMap</a></code> feature for defining <span title="specified CSS element reference identifier">specified CSS element reference identifiers</span>.</li> <!--CSSREF-->
+   <li>The <code title=dom-document-cssElementMap><a href=#dom-document-csselementmap>cssElementMap</a></code> feature for defining <span title="CSS element reference identifier">CSS element reference identifiers</span>.</li> <!--CSSREF-->
   </ul><p>Features that are part of HTML (and this specification) but that
   are currently published as separate specifications as well, and are
   not included in the W3C HTML5 specification, consist of:</p>
@@ -8804,19 +8804,18 @@
    <dd>
 
     <p>Returns a <code><a href=#domelementmap>DOMElementMap</a></code> object for the
-    <code><a href=#document>Document</a></code> representing the current <span title="specified CSS element reference identifier">specified CSS
-    element reference identifiers</span>.</p>
+    <code><a href=#document>Document</a></code> representing the current <span title="CSS
+    element reference identifier">CSS element reference
+    identifiers</span>.</p>
 
    </dd>
 
   </dl><div class=impl>
 
   <p>The <dfn id=dom-document-csselementmap title=dom-document-cssElementMap><code>cssElementMap</code></dfn>
-  IDL attribute allows authors to define <span>title="specified CSS
-  element reference identifier">specified CSS element reference
-  identifiers</span>, which are used in certain CSS features to
-  override the normal <a href=#concept-id title=concept-id>ID</a>-based
-  mapping. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
+  IDL attribute allows authors to define <span title="CSS element
+  reference identifier">CSS element reference identifiers</span>,
+  which are used in certain CSS features to override the normal <a href=#concept-id title=concept-id>ID</a>-based mapping. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
 
   <p>When a <code><a href=#document>Document</a></code> is created, it must be associated
   with an initially-empty <dfn id=css-id-overrides-list>CSS ID overrides list</dfn>, which
@@ -8824,9 +8823,8 @@
   name mapped to an <code><a href=#element>Element</a></code> node.</p>
 
   <p>Each entry in the <a href=#css-id-overrides-list>CSS ID overrides list</a>, while it is
-  in the list, defines a <span>specified CSS element reference
-  identifier</span> mapping the given name to the given
-  <code><a href=#element>Element</a></code>. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
+  in the list, defines a <span>CSS element reference identifier</span>
+  mapping the given name to the given <code><a href=#element>Element</a></code>. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
 
   <p>On getting, the <code title=dom-document-cssElementMap><a href=#dom-document-csselementmap>cssElementMap</a></code> IDL
   attribute must return a <code><a href=#domelementmap>DOMElementMap</a></code> object,
@@ -8868,8 +8866,8 @@
 
     <p>If there is an entry in the <code><a href=#document>Document</a></code>'s <a href=#css-id-overrides-list>CSS
     ID overrides list</a> whose name is the name passed to this
-    algorithm, remove it. This also undefines the <span>specified CSS
-    element reference identifier</span> for that name. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
+    algorithm, remove it. This also undefines the <span>CSS element
+    reference identifier</span> for that name. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
 
    </dd>
 

Modified: source
===================================================================
--- source	2010-12-02 00:19:14 UTC (rev 5696)
+++ source	2010-12-02 00:22:32 UTC (rev 5697)
@@ -78,7 +78,7 @@
    <li>The <code title="attr-hyperlink-ping">ping</code> attribute and related <span>hyperlink auditing</span> features.</li> <!--PING-->
    <li>The <span>WebSRT</span> formata and some <span>timed track</span> API features.</li> <!--TT--> <!--TTSRT-->
    <li>Rules for <a href="#atom">converting HTML to Atom</a>.</li> <!--MD-->
-   <li>The <code title="dom-document-cssElementMap">cssElementMap</code> feature for defining <span title="specified CSS element reference identifier">specified CSS element reference identifiers</span>.</li> <!--CSSREF-->
+   <li>The <code title="dom-document-cssElementMap">cssElementMap</code> feature for defining <span title="CSS element reference identifier">CSS element reference identifiers</span>.</li> <!--CSSREF-->
   </ul>
 
   <p>Features that are part of HTML (and this specification) but that
@@ -8859,9 +8859,9 @@
    <dd>
 
     <p>Returns a <code>DOMElementMap</code> object for the
-    <code>Document</code> representing the current <span
-    title="specified CSS element reference identifier">specified CSS
-    element reference identifiers</span>.</p>
+    <code>Document</code> representing the current <span title="CSS
+    element reference identifier">CSS element reference
+    identifiers</span>.</p>
 
    </dd>
 
@@ -8871,11 +8871,11 @@
 
   <p>The <dfn
   title="dom-document-cssElementMap"><code>cssElementMap</code></dfn>
-  IDL attribute allows authors to define <span>title="specified CSS
-  element reference identifier">specified CSS element reference
-  identifiers</span>, which are used in certain CSS features to
-  override the normal <span title="concept-id">ID</span>-based
-  mapping. <a href="#refsCSSIMAGES">[CSSIMAGES]</a></p>
+  IDL attribute allows authors to define <span title="CSS element
+  reference identifier">CSS element reference identifiers</span>,
+  which are used in certain CSS features to override the normal <span
+  title="concept-id">ID</span>-based mapping. <a
+  href="#refsCSSIMAGES">[CSSIMAGES]</a></p>
 
   <p>When a <code>Document</code> is created, it must be associated
   with an initially-empty <dfn>CSS ID overrides list</dfn>, which
@@ -8883,9 +8883,9 @@
   name mapped to an <code>Element</code> node.</p>
 
   <p>Each entry in the <span>CSS ID overrides list</span>, while it is
-  in the list, defines a <span>specified CSS element reference
-  identifier</span> mapping the given name to the given
-  <code>Element</code>. <a href="#refsCSSIMAGES">[CSSIMAGES]</a></p>
+  in the list, defines a <span>CSS element reference identifier</span>
+  mapping the given name to the given <code>Element</code>. <a
+  href="#refsCSSIMAGES">[CSSIMAGES]</a></p>
 
   <p>On getting, the <code
   title="dom-document-cssElementMap">cssElementMap</code> IDL
@@ -8914,7 +8914,8 @@
     <code>Element</code> passed to the algorithm.</p>
 
     <p>If <var title="">element</var> is null, run the algorithm for
-    deleting mappings by name, passing it <var title="">name</var>.</p>
+    deleting mappings by name, passing it <var
+    title="">name</var>.</p>
 
     <p>Otherwise, if there is an entry in the <code>Document</code>'s
     <span>CSS ID overrides list</span> whose name is <var
@@ -8934,8 +8935,8 @@
 
     <p>If there is an entry in the <code>Document</code>'s <span>CSS
     ID overrides list</span> whose name is the name passed to this
-    algorithm, remove it. This also undefines the <span>specified CSS
-    element reference identifier</span> for that name. <a
+    algorithm, remove it. This also undefines the <span>CSS element
+    reference identifier</span> for that name. <a
     href="#refsCSSIMAGES">[CSSIMAGES]</a></p>
 
    </dd>




More information about the Commit-Watchers mailing list