HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6041

SVNBugCommentTime (UTC)
6041[Gecko] [Internet Explorer] [Opera] [Webkit] Update the 'css element reference identifier' thing per Tab's request.2011-04-28 22:02
Index: source
===================================================================
--- source	(revision 6040)
+++ source	(revision 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

|