Skip to content

Commit

Permalink
[giow] (0) Update the 'css element reference identifier' thing per Ta…
Browse files Browse the repository at this point in the history
…b's request.

git-svn-id: http://svn.whatwg.org/webapps@6041 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 28, 2011
1 parent 8d9ed70 commit 1a49194
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions complete.html
Expand Up @@ -9303,8 +9303,11 @@ <h4 id=dom-tree-accessors><span class=secno>3.1.4 </span><dfn>DOM tree accessors
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,
Expand Down
7 changes: 5 additions & 2 deletions index
Expand Up @@ -9323,8 +9323,11 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
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,
Expand Down
7 changes: 5 additions & 2 deletions source
Expand Up @@ -9490,8 +9490,11 @@ interface <dfn>HTMLDocument</dfn> {
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
Expand Down

0 comments on commit 1a49194

Please sign in to comment.