Skip to content

Commit

Permalink
[giow] (2) Band-aid for .sheet when removing elements from the doc. S…
Browse files Browse the repository at this point in the history
…ee bug 14703 for the coming real fix.

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7550 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 29, 2012
1 parent 9152690 commit 72d811f
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 @@ -15844,8 +15844,11 @@ <h4 id=styling><span class=secno>4.2.7 </span><dfn title="styling processing mod
<code><a href=#linkstyle>LinkStyle</a></code> interface's <code title=dom-LinkStyle-sheet><a href=#dom-linkstyle-sheet>sheet</a></code> attribute return
null.</p>

<p>Otherwise, the <code><a href=#linkstyle>LinkStyle</a></code> interface's <code title=dom-LinkStyle-sheet><a href=#dom-linkstyle-sheet>sheet</a></code> attribute must return a
<code><a href=#stylesheet>StyleSheet</a></code> object with the following properties: <a href=#refsCSSOM>[CSSOM]</a></p>
<p>Otherwise, the <code><a href=#linkstyle>LinkStyle</a></code> interface's <code title=dom-LinkStyle-sheet><a href=#dom-linkstyle-sheet>sheet</a></code> attribute must return null if the corresponding element
is not <a href=#in-a-document>in a <code>Document</code></a>,
<!-- link: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1934 -->
<!-- style: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1935 -->
and otherwise must return a <code><a href=#stylesheet>StyleSheet</a></code> object with the following properties: <a href=#refsCSSOM>[CSSOM]</a></p>

<dl><dt>The style sheet type</dt>

Expand Down
7 changes: 5 additions & 2 deletions index
Expand Up @@ -15844,8 +15844,11 @@ c-end = "--&gt;"</pre>
<code><a href=#linkstyle>LinkStyle</a></code> interface's <code title=dom-LinkStyle-sheet><a href=#dom-linkstyle-sheet>sheet</a></code> attribute return
null.</p>

<p>Otherwise, the <code><a href=#linkstyle>LinkStyle</a></code> interface's <code title=dom-LinkStyle-sheet><a href=#dom-linkstyle-sheet>sheet</a></code> attribute must return a
<code><a href=#stylesheet>StyleSheet</a></code> object with the following properties: <a href=#refsCSSOM>[CSSOM]</a></p>
<p>Otherwise, the <code><a href=#linkstyle>LinkStyle</a></code> interface's <code title=dom-LinkStyle-sheet><a href=#dom-linkstyle-sheet>sheet</a></code> attribute must return null if the corresponding element
is not <a href=#in-a-document>in a <code>Document</code></a>,
<!-- link: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1934 -->
<!-- style: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1935 -->
and otherwise must return a <code><a href=#stylesheet>StyleSheet</a></code> object with the following properties: <a href=#refsCSSOM>[CSSOM]</a></p>

<dl><dt>The style sheet type</dt>

Expand Down
7 changes: 5 additions & 2 deletions source
Expand Up @@ -16659,8 +16659,11 @@ c-end = "-->"</pre>
null.</p>

<p>Otherwise, the <code>LinkStyle</code> interface's <code
title="dom-LinkStyle-sheet">sheet</code> attribute must return a
<code>StyleSheet</code> object with the following properties: <a
title="dom-LinkStyle-sheet">sheet</code> attribute must return null if the corresponding element
is not <span>in a <code>Document</code></span>,
<!-- link: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1934 -->
<!-- style: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1935 -->
and otherwise must return a <code>StyleSheet</code> object with the following properties: <a
href="#refsCSSOM">[CSSOM]</a></p>

<dl>
Expand Down

0 comments on commit 72d811f

Please sign in to comment.