[cssom] Remove .defaultStyle in favor of toggling box:none. <http://www.w3.org/mid/CAD1Dv_LwM-YDt75oN_32n-nrBx2T7eZR2G6amPuZRRuK6VLnkg@mail.gmail.com>

Mon, 12 Aug 2013 21:24:26 +0200

author
Simon Pieters <simonp@opera.com>
date
Mon, 12 Aug 2013 21:24:26 +0200
changeset 8810
3b8ded576b8a
parent 8809
f939462f029c
child 8811
4c1cca709e91

[cssom] Remove .defaultStyle in favor of toggling box:none. <http://www.w3.org/mid/CAD1Dv_LwM-YDt75oN_32n-nrBx2T7eZR2G6amPuZRRuK6VLnkg@mail.gmail.com>

cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.html	Mon Aug 12 17:12:54 2013 +0100
     1.2 +++ b/cssom/Overview.html	Mon Aug 12 21:24:26 2013 +0200
     1.3 @@ -2806,8 +2806,8 @@
     1.4  <pre class="idl">[NoInterfaceObject]
     1.5  interface <dfn id="getstyleutils">GetStyleUtils</dfn> {
     1.6    readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-getstyleutils-specifiedstyle" title="dom-GetStyleUtils-specifiedStyle">specifiedStyle</a>;
     1.7 -  readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-getstyleutils-defaultstyle" title="dom-GetStyleUtils-defaultStyle">defaultStyle</a>;
     1.8 -  readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-getstyleutils-computedstyle" title="dom-GetStyleUtils-computedStyle">computedStyle</a>;
     1.9 +  <!--readonly attribute <span>CSSStyleDeclaration</span> <span title=dom-GetStyleUtils-defaultStyle>defaultStyle</span>;
    1.10 +  -->readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-getstyleutils-computedstyle" title="dom-GetStyleUtils-computedStyle">computedStyle</a>;
    1.11    readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-getstyleutils-usedstyle" title="dom-GetStyleUtils-usedStyle">usedStyle</a>;
    1.12  };</pre>
    1.13  
    1.14 @@ -2818,13 +2818,13 @@
    1.15  computed for the <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the style rules associated
    1.16  with the <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#context-object">context object</a>'s <a href="#associated-document">associated document</a>.</p>
    1.17  
    1.18 -<p class="atrisk">The <dfn id="dom-getstyleutils-defaultstyle" title="dom-GetStyleUtils-defaultStyle"><code>defaultStyle</code></dfn> attribute must return a <a href="#css-declaration-block">CSS declaration block</a> with
    1.19 -the <a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
    1.20 -<a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all longhand properties that are
    1.21 -<a href="#supported-css-property" title="supported CSS property">supported CSS properties</a> with the value being the
    1.22 -<a href="#computed-value">computed value</a> computed for the <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the user-agent-level style rules and user-level style rules
    1.23 -associated with the <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#context-object">context object</a>'s <a href="#associated-document">associated document</a>, ignoring transitions, animations, author-level style
    1.24 -rules, author-level presentational hints and override-level style rules.</p>
    1.25 +<!--<p class=atrisk>The <dfn title=dom-GetStyleUtils-defaultStyle><code>defaultStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with
    1.26 +the <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
    1.27 +<span title=concept-css-declaration-block-declarations>declarations</span> set to all longhand properties that are
    1.28 +<span title="supported CSS property">supported CSS properties</span> with the value being the
    1.29 +<span>computed value</span> computed for the <span data-anolis-spec=dom>context object</span> using the user-agent-level style rules and user-level style rules
    1.30 +associated with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>, ignoring transitions, animations, author-level style
    1.31 +rules, author-level presentational hints and override-level style rules.</p>-->
    1.32  
    1.33  <p class="atrisk">The <dfn id="dom-getstyleutils-computedstyle" title="dom-GetStyleUtils-computedStyle"><code>computedStyle</code></dfn> attribute must return a <a href="#css-declaration-block">CSS declaration block</a> with
    1.34  the <a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
    1.35 @@ -3062,6 +3062,7 @@
    1.36  Ian Hickson,
    1.37  John Daggett,
    1.38  Lachlan Hunt,
    1.39 +Mike Sherov,
    1.40  Morten Stenshorne,
    1.41  Øyvind Stenhaug,
    1.42  Philip Taylor,
     2.1 --- a/cssom/Overview.src.html	Mon Aug 12 17:12:54 2013 +0100
     2.2 +++ b/cssom/Overview.src.html	Mon Aug 12 21:24:26 2013 +0200
     2.3 @@ -2728,8 +2728,8 @@
     2.4  <pre class=idl>[NoInterfaceObject]
     2.5  interface <dfn>GetStyleUtils</dfn> {
     2.6    readonly attribute <span>CSSStyleDeclaration</span> <span title=dom-GetStyleUtils-specifiedStyle>specifiedStyle</span>;
     2.7 -  readonly attribute <span>CSSStyleDeclaration</span> <span title=dom-GetStyleUtils-defaultStyle>defaultStyle</span>;
     2.8 -  readonly attribute <span>CSSStyleDeclaration</span> <span title=dom-GetStyleUtils-computedStyle>computedStyle</span>;
     2.9 +  <!--readonly attribute <span>CSSStyleDeclaration</span> <span title=dom-GetStyleUtils-defaultStyle>defaultStyle</span>;
    2.10 +  -->readonly attribute <span>CSSStyleDeclaration</span> <span title=dom-GetStyleUtils-computedStyle>computedStyle</span>;
    2.11    readonly attribute <span>CSSStyleDeclaration</span> <span title=dom-GetStyleUtils-usedStyle>usedStyle</span>;
    2.12  };</pre>
    2.13  
    2.14 @@ -2740,13 +2740,13 @@
    2.15  computed for the <span data-anolis-spec=dom>context object</span> using the style rules associated
    2.16  with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>.</p>
    2.17  
    2.18 -<p class=atrisk>The <dfn title=dom-GetStyleUtils-defaultStyle><code>defaultStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with
    2.19 +<!--<p class=atrisk>The <dfn title=dom-GetStyleUtils-defaultStyle><code>defaultStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with
    2.20  the <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
    2.21  <span title=concept-css-declaration-block-declarations>declarations</span> set to all longhand properties that are
    2.22  <span title="supported CSS property">supported CSS properties</span> with the value being the
    2.23  <span>computed value</span> computed for the <span data-anolis-spec=dom>context object</span> using the user-agent-level style rules and user-level style rules
    2.24  associated with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>, ignoring transitions, animations, author-level style
    2.25 -rules, author-level presentational hints and override-level style rules.</p>
    2.26 +rules, author-level presentational hints and override-level style rules.</p>-->
    2.27  
    2.28  <p class=atrisk>The <dfn title=dom-GetStyleUtils-computedStyle><code>computedStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with
    2.29  the <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
    2.30 @@ -2936,6 +2936,7 @@
    2.31  Ian Hickson,
    2.32  John Daggett,
    2.33  Lachlan Hunt,
    2.34 +Mike Sherov,
    2.35  Morten Stenshorne,
    2.36  Øyvind Stenhaug,
    2.37  Philip Taylor,

mercurial