Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) Make the 'style' IDL attribute settable for authoring conv…
…enience.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20484
Affected topics: DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@7620 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 30, 2012
1 parent 379926b commit 64a46d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -4245,6 +4245,7 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>
<ul class=brief><li><dfn id=screen><code>Screen</code></dfn></li>
<li><dfn id=linkstyle><code>LinkStyle</code></dfn></li>
<li><dfn id=cssstyledeclaration><code>CSSStyleDeclaration</code></dfn></li>
<li><dfn id=dom-cssstyledeclaration-csstext title=dom-CSSStyleDeclaration-cssText>cssText</dfn> attribute of <code><a href=#cssstyledeclaration>CSSStyleDeclaration</a></code></li>
<li><dfn id=stylesheet><code>StyleSheet</code></dfn></li>
<li><dfn id=dom-linkstyle-sheet title=dom-linkstyle-sheet><code>sheet</code></dfn></li>
<li><dfn id=dom-stylesheet-disabled title=dom-stylesheet-disabled><code>disabled</code></dfn></li>
Expand Down Expand Up @@ -10630,7 +10631,7 @@ <h4 id=elements-in-the-dom><span class=secno>3.2.2 </span>Elements in the DOM</h
readonly attribute <span>HTMLCollection</span> <span title="dom-command-ro-commandTriggers">commandTriggers</span>;-->

// styling
readonly attribute <a href=#cssstyledeclaration>CSSStyleDeclaration</a> <a href=#dom-style title=dom-style>style</a>;
[PutForwards=<a href=#dom-cssstyledeclaration-csstext title=dom-CSSStyleDeclaration-cssText>cssText</a>] readonly attribute <a href=#cssstyledeclaration>CSSStyleDeclaration</a> <a href=#dom-style title=dom-style>style</a>;

// <a href=#event-handler-idl-attributes>event handler IDL attributes</a>
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onabort title=handler-onabort>onabort</a>;
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -4245,6 +4245,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<ul class=brief><li><dfn id=screen><code>Screen</code></dfn></li>
<li><dfn id=linkstyle><code>LinkStyle</code></dfn></li>
<li><dfn id=cssstyledeclaration><code>CSSStyleDeclaration</code></dfn></li>
<li><dfn id=dom-cssstyledeclaration-csstext title=dom-CSSStyleDeclaration-cssText>cssText</dfn> attribute of <code><a href=#cssstyledeclaration>CSSStyleDeclaration</a></code></li>
<li><dfn id=stylesheet><code>StyleSheet</code></dfn></li>
<li><dfn id=dom-linkstyle-sheet title=dom-linkstyle-sheet><code>sheet</code></dfn></li>
<li><dfn id=dom-stylesheet-disabled title=dom-stylesheet-disabled><code>disabled</code></dfn></li>
Expand Down Expand Up @@ -10630,7 +10631,7 @@ partial /*sealed*/ interface <dfn id=document>Document</dfn> {
readonly attribute <span>HTMLCollection</span> <span title="dom-command-ro-commandTriggers">commandTriggers</span>;-->

// styling
readonly attribute <a href=#cssstyledeclaration>CSSStyleDeclaration</a> <a href=#dom-style title=dom-style>style</a>;
[PutForwards=<a href=#dom-cssstyledeclaration-csstext title=dom-CSSStyleDeclaration-cssText>cssText</a>] readonly attribute <a href=#cssstyledeclaration>CSSStyleDeclaration</a> <a href=#dom-style title=dom-style>style</a>;

// <a href=#event-handler-idl-attributes>event handler IDL attributes</a>
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onabort title=handler-onabort>onabort</a>;
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -3172,6 +3172,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><dfn><code>Screen</code></dfn></li>
<li><dfn><code>LinkStyle</code></dfn></li>
<li><dfn><code>CSSStyleDeclaration</code></dfn></li>
<li><dfn title="dom-CSSStyleDeclaration-cssText">cssText</code></dfn> attribute of <code>CSSStyleDeclaration</code></li>
<li><dfn><code>StyleSheet</code></dfn></li>
<li><dfn title="dom-linkstyle-sheet"><code>sheet</code></dfn></li>
<li><dfn title="dom-stylesheet-disabled"><code>disabled</code></dfn></li>
Expand Down Expand Up @@ -10731,7 +10732,7 @@ partial /*sealed*/ interface <dfn>Document</dfn> {
readonly attribute <span>HTMLCollection</span> <span title="dom-command-ro-commandTriggers">commandTriggers</span>;-->

// styling
readonly attribute <span>CSSStyleDeclaration</span> <span title="dom-style">style</span>;
[PutForwards=<span title="dom-CSSStyleDeclaration-cssText">cssText</span>] readonly attribute <span>CSSStyleDeclaration</span> <span title="dom-style">style</span>;

// <span>event handler IDL attributes</span>
attribute <span>EventHandler</span> <span title="handler-onabort">onabort</span>;
Expand Down

0 comments on commit 64a46d3

Please sign in to comment.