[html5] r6041 - [giow] (0) Update the 'css element reference identifier' thing per Tab's request.

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 28 15:02:43 PDT 2011


Author: ianh
Date: 2011-04-28 15:02:42 -0700 (Thu, 28 Apr 2011)
New Revision: 6041

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Update the 'css element reference identifier' thing per Tab's request.

Modified: complete.html
===================================================================
--- complete.html	2011-04-28 21:51:40 UTC (rev 6040)
+++ complete.html	2011-04-28 22:02:42 UTC (rev 6041)
@@ -9303,8 +9303,11 @@
   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>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 and is either <a href=#in-a-document title="in a Document">in the
+  <code>Document</code></a> or is an <code><a href=#the-img-element>img</a></code>,
+  <code><a href=#video>video</a></code>, or <code><a href=#the-canvas-element>canvas</a></code> element, 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,

Modified: index
===================================================================
--- index	2011-04-28 21:51:40 UTC (rev 6040)
+++ index	2011-04-28 22:02:42 UTC (rev 6041)
@@ -9323,8 +9323,11 @@
   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>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 and is either <a href=#in-a-document title="in a Document">in the
+  <code>Document</code></a> or is an <code><a href=#the-img-element>img</a></code>,
+  <code><a href=#video>video</a></code>, or <code><a href=#the-canvas-element>canvas</a></code> element, 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,

Modified: source
===================================================================
--- source	2011-04-28 21:51:40 UTC (rev 6040)
+++ source	2011-04-28 22:02:42 UTC (rev 6041)
@@ -9490,8 +9490,11 @@
   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>CSS element reference identifier</span>
-  mapping the given name to the given <code>Element</code>. <a
+  in the list and is either <span title="in a Document">in the
+  <code>Document</code></span> or is an <code>img</code>,
+  <code>video</code>, or <code>canvas</code> element, 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




More information about the Commit-Watchers mailing list