[cssom] Editorial: s/with as value/with the value being/

Mon, 03 Jun 2013 10:18:50 +0200

author
Simon Pieters <simonp@opera.com>
date
Mon, 03 Jun 2013 10:18:50 +0200
changeset 8328
ab16b4ab5559
parent 8327
9be419a9f786
child 8329
8ed9ea07f552

[cssom] Editorial: s/with as value/with the value being/

cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.html	Mon Jun 03 10:15:14 2013 +0200
     1.2 +++ b/cssom/Overview.html	Mon Jun 03 10:18:50 2013 +0200
     1.3 @@ -2664,7 +2664,7 @@
     1.4    <p>Return a <a href="#css-declaration-block">CSS declaration block</a> with the
     1.5    <a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
     1.6    <a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties
     1.7 -  the user agent supports with as value the <a href="#resolved-value">resolved value</a>
     1.8 +  the user agent supports with the value being the <a href="#resolved-value">resolved value</a>
     1.9    computed for <var title="">obj</var> using the style rules associated
    1.10    with <var title="">doc</var>.</p>
    1.11    <p class="note">This means that even if <var title="">obj</var> is in a
    1.12 @@ -2699,14 +2699,14 @@
    1.13  <p>The <dfn id="dom-getstyleutils-specifiedstyle" title="dom-GetStyleUtils-specifiedStyle"><code>specifiedStyle</code></dfn> attribute must return a <a href="#css-declaration-block">CSS declaration block</a> with the
    1.14  <a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
    1.15  <a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties
    1.16 -the user agent supports with as value the <a href="#specified-value">specified value</a>
    1.17 +the user agent supports with the value being the <a href="#specified-value">specified value</a>
    1.18  computed for the <a class="external" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the style rules associated
    1.19  with the <a class="external" href="http://dom.spec.whatwg.org/#context-object">context object</a>'s <a href="#associated-document">associated document</a>.</p>
    1.20  
    1.21  <!--ATRISK-->
    1.22  <p>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 the
    1.23  <a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
    1.24 -<a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties the user agent supports with as value the <a href="#computed-value">computed
    1.25 +<a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties the user agent supports with the value being the <a href="#computed-value">computed
    1.26  value</a> computed for the <a class="external" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the user agent-level style rules and user-level style rules associated with
    1.27  the <a class="external" 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.28  rules, author-level presentational hints and override-level style rules.</p>
    1.29 @@ -2715,7 +2715,7 @@
    1.30  <p>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 the
    1.31  <a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
    1.32  <a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties
    1.33 -the user agent supports with as value the <a href="#computed-value">computed value</a>
    1.34 +the user agent supports with the value being the <a href="#computed-value">computed value</a>
    1.35  computed for the <a class="external" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the style rules associated
    1.36  with the <a class="external" href="http://dom.spec.whatwg.org/#context-object">context object</a>'s <a href="#associated-document">associated document</a>.</p>
    1.37  
    1.38 @@ -2723,7 +2723,7 @@
    1.39  <p>The <dfn id="dom-getstyleutils-usedstyle" title="dom-GetStyleUtils-usedStyle"><code>usedStyle</code></dfn> attribute must return a <a href="#css-declaration-block">CSS declaration block</a> with the
    1.40  <a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
    1.41  <a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties
    1.42 -the user agent supports with as value the <a href="#used-value">used value</a>
    1.43 +the user agent supports with the value being the <a href="#used-value">used value</a>
    1.44  computed for the <a class="external" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the style rules associated
    1.45  with the <a class="external" href="http://dom.spec.whatwg.org/#context-object">context object</a>'s <a href="#associated-document">associated document</a>.</p>
    1.46  
     2.1 --- a/cssom/Overview.src.html	Mon Jun 03 10:15:14 2013 +0200
     2.2 +++ b/cssom/Overview.src.html	Mon Jun 03 10:18:50 2013 +0200
     2.3 @@ -2595,7 +2595,7 @@
     2.4    <p>Return a <span>CSS declaration block</span> with the
     2.5    <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
     2.6    <span title=concept-css-declaration-block-declarations>declarations</span> set to all properties
     2.7 -  the user agent supports with as value the <span>resolved value</span>
     2.8 +  the user agent supports with the value being the <span>resolved value</span>
     2.9    computed for <var title>obj</var> using the style rules associated
    2.10    with <var title>doc</var>.</p>
    2.11    <p class='note'>This means that even if <var title>obj</var> is in a
    2.12 @@ -2630,14 +2630,14 @@
    2.13  <p>The <dfn title=dom-GetStyleUtils-specifiedStyle><code>specifiedStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the
    2.14  <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
    2.15  <span title=concept-css-declaration-block-declarations>declarations</span> set to all properties
    2.16 -the user agent supports with as value the <span>specified value</span>
    2.17 +the user agent supports with the value being the <span>specified value</span>
    2.18  computed for the <span data-anolis-spec=dom>context object</span> using the style rules associated
    2.19  with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>.</p>
    2.20  
    2.21  <!--ATRISK-->
    2.22  <p>The <dfn title=dom-GetStyleUtils-defaultStyle><code>defaultStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the
    2.23  <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
    2.24 -<span title=concept-css-declaration-block-declarations>declarations</span> set to all properties the user agent supports with as value the <span>computed
    2.25 +<span title=concept-css-declaration-block-declarations>declarations</span> set to all properties the user agent supports with the value being the <span>computed
    2.26  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 associated with
    2.27  the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>, ignoring transitions, animations, author-level style
    2.28  rules, author-level presentational hints and override-level style rules.</p>
    2.29 @@ -2646,7 +2646,7 @@
    2.30  <p>The <dfn title=dom-GetStyleUtils-computedStyle><code>computedStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the
    2.31  <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
    2.32  <span title=concept-css-declaration-block-declarations>declarations</span> set to all properties
    2.33 -the user agent supports with as value the <span>computed value</span>
    2.34 +the user agent supports with the value being the <span>computed value</span>
    2.35  computed for the <span data-anolis-spec=dom>context object</span> using the style rules associated
    2.36  with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>.</p>
    2.37  
    2.38 @@ -2654,7 +2654,7 @@
    2.39  <p>The <dfn title=dom-GetStyleUtils-usedStyle><code>usedStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the
    2.40  <span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
    2.41  <span title=concept-css-declaration-block-declarations>declarations</span> set to all properties
    2.42 -the user agent supports with as value the <span>used value</span>
    2.43 +the user agent supports with the value being the <span>used value</span>
    2.44  computed for the <span data-anolis-spec=dom>context object</span> using the style rules associated
    2.45  with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>.</p>
    2.46  

mercurial