[html5] r7620 - [giow] (0) Make the 'style' IDL attribute settable for authoring convenience. Fi [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Dec 30 12:28:00 PST 2012


Author: ianh
Date: 2012-12-30 12:27:59 -0800 (Sun, 30 Dec 2012)
New Revision: 7620

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Make the 'style' IDL attribute settable for authoring convenience.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20484
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2012-12-30 20:22:04 UTC (rev 7619)
+++ complete.html	2012-12-30 20:27:59 UTC (rev 7620)
@@ -4245,6 +4245,7 @@
     <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>
@@ -10630,7 +10631,7 @@
   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>;

Modified: index
===================================================================
--- index	2012-12-30 20:22:04 UTC (rev 7619)
+++ index	2012-12-30 20:27:59 UTC (rev 7620)
@@ -4245,6 +4245,7 @@
     <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>
@@ -10630,7 +10631,7 @@
   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>;

Modified: source
===================================================================
--- source	2012-12-30 20:22:04 UTC (rev 7619)
+++ source	2012-12-30 20:27:59 UTC (rev 7620)
@@ -3172,6 +3172,7 @@
      <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>
@@ -10731,7 +10732,7 @@
   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>;




More information about the Commit-Watchers mailing list