Skip to content

Commit 705d809

Browse files
author
Simon Pieters
committed
[cssom] Editorial: s/with as value/with the value being/
1 parent 2885b11 commit 705d809

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

cssom/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2664,7 +2664,7 @@ <h3 id="extensions-to-the-window-interface"><span class="secno">7.2 </span>Exten
26642664
<p>Return a <a href="#css-declaration-block">CSS declaration block</a> with the
26652665
<a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
26662666
<a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties
2667-
the user agent supports with as value the <a href="#resolved-value">resolved value</a>
2667+
the user agent supports with the value being the <a href="#resolved-value">resolved value</a>
26682668
computed for <var title="">obj</var> using the style rules associated
26692669
with <var title="">doc</var>.</p>
26702670
<p class="note">This means that even if <var title="">obj</var> is in a
@@ -2699,14 +2699,14 @@ <h3 id="the-getstyleutils-interface"><span class="secno">7.3 </span>The <code ti
26992699
<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
27002700
<a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
27012701
<a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties
2702-
the user agent supports with as value the <a href="#specified-value">specified value</a>
2702+
the user agent supports with the value being the <a href="#specified-value">specified value</a>
27032703
computed for the <a class="external" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the style rules associated
27042704
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>
27052705

27062706
<!--ATRISK-->
27072707
<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
27082708
<a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
2709-
<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
2709+
<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
27102710
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
27112711
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
27122712
rules, author-level presentational hints and override-level style rules.</p>
@@ -2715,15 +2715,15 @@ <h3 id="the-getstyleutils-interface"><span class="secno">7.3 </span>The <code ti
27152715
<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
27162716
<a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
27172717
<a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties
2718-
the user agent supports with as value the <a href="#computed-value">computed value</a>
2718+
the user agent supports with the value being the <a href="#computed-value">computed value</a>
27192719
computed for the <a class="external" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the style rules associated
27202720
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>
27212721

27222722
<!--ATRISK-->
27232723
<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
27242724
<a href="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
27252725
<a href="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties
2726-
the user agent supports with as value the <a href="#used-value">used value</a>
2726+
the user agent supports with the value being the <a href="#used-value">used value</a>
27272727
computed for the <a class="external" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the style rules associated
27282728
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>
27292729

cssom/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,7 +2595,7 @@ <h3>Extensions to the <code title>Window</code> Interface</h3>
25952595
<p>Return a <span>CSS declaration block</span> with the
25962596
<span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
25972597
<span title=concept-css-declaration-block-declarations>declarations</span> set to all properties
2598-
the user agent supports with as value the <span>resolved value</span>
2598+
the user agent supports with the value being the <span>resolved value</span>
25992599
computed for <var title>obj</var> using the style rules associated
26002600
with <var title>doc</var>.</p>
26012601
<p class='note'>This means that even if <var title>obj</var> is in a
@@ -2630,14 +2630,14 @@ <h3>The <code title>GetStyleUtils</code> Interface</h3>
26302630
<p>The <dfn title=dom-GetStyleUtils-specifiedStyle><code>specifiedStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the
26312631
<span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
26322632
<span title=concept-css-declaration-block-declarations>declarations</span> set to all properties
2633-
the user agent supports with as value the <span>specified value</span>
2633+
the user agent supports with the value being the <span>specified value</span>
26342634
computed for the <span data-anolis-spec=dom>context object</span> using the style rules associated
26352635
with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>.</p>
26362636

26372637
<!--ATRISK-->
26382638
<p>The <dfn title=dom-GetStyleUtils-defaultStyle><code>defaultStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the
26392639
<span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
2640-
<span title=concept-css-declaration-block-declarations>declarations</span> set to all properties the user agent supports with as value the <span>computed
2640+
<span title=concept-css-declaration-block-declarations>declarations</span> set to all properties the user agent supports with the value being the <span>computed
26412641
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
26422642
the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>, ignoring transitions, animations, author-level style
26432643
rules, author-level presentational hints and override-level style rules.</p>
@@ -2646,15 +2646,15 @@ <h3>The <code title>GetStyleUtils</code> Interface</h3>
26462646
<p>The <dfn title=dom-GetStyleUtils-computedStyle><code>computedStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the
26472647
<span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
26482648
<span title=concept-css-declaration-block-declarations>declarations</span> set to all properties
2649-
the user agent supports with as value the <span>computed value</span>
2649+
the user agent supports with the value being the <span>computed value</span>
26502650
computed for the <span data-anolis-spec=dom>context object</span> using the style rules associated
26512651
with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>.</p>
26522652

26532653
<!--ATRISK-->
26542654
<p>The <dfn title=dom-GetStyleUtils-usedStyle><code>usedStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with the
26552655
<span title=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
26562656
<span title=concept-css-declaration-block-declarations>declarations</span> set to all properties
2657-
the user agent supports with as value the <span>used value</span>
2657+
the user agent supports with the value being the <span>used value</span>
26582658
computed for the <span data-anolis-spec=dom>context object</span> using the style rules associated
26592659
with the <span data-anolis-spec=dom>context object</span>'s <span>associated document</span>.</p>
26602660

0 commit comments

Comments
 (0)