Skip to content

Commit 2558534

Browse files
author
Simon Pieters
committed
[cssom] Editorial: more 'with as'es
1 parent 1136aee commit 2558534

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
@@ -1305,7 +1305,7 @@ <h4 id="extensions-to-the-document-interface"><span class="secno">6.2.3 </span>E
13051305

13061306
<ol>
13071307
<li><p>If the value is null terminate this set of steps.</li>
1308-
<li><p>Otherwise, <a href="#select-a-css-style-sheet-set">select a CSS style sheet set</a> with as name the
1308+
<li><p>Otherwise, <a href="#select-a-css-style-sheet-set">select a CSS style sheet set</a> with the name being the
13091309
value passed.</li>
13101310
</ol>
13111311

@@ -2274,13 +2274,13 @@ <h4 id="the-cssstyledeclaration-interface"><span class="secno">6.5.1 </span>The
22742274
};</pre>
22752275

22762276
<p>The <dfn id="dom-cssstyledeclaration-attribute" title="dom-CSSStyleDeclaration-attribute"><code><var title="">attribute</var></code></dfn> attribute, on getting, must return the result of invoking
2277-
<code title="dom-CSSStyleDeclaration-getPropertyValue"><a href="#dom-cssstyledeclaration-getpropertyvalue">getPropertyValue()</a></code> with as
2278-
argument the result of running the <a href="#idl-attribute-to-css-property">IDL attribute to CSS property</a>
2277+
<code title="dom-CSSStyleDeclaration-getPropertyValue"><a href="#dom-cssstyledeclaration-getpropertyvalue">getPropertyValue()</a></code> with the
2278+
argument being the result of running the <a href="#idl-attribute-to-css-property">IDL attribute to CSS property</a>
22792279
algorithm for <var>attribute</var>.</p>
22802280

22812281
<p>Setting the <code title="dom-CSSStyleDeclaration-attribute"><a href="#dom-cssstyledeclaration-attribute"><var>attribute</var></a></code> attribute must invoke
2282-
<code title="dom-CSSStyleDeclaration-setProperty"><a href="#dom-cssstyledeclaration-setproperty">setProperty()</a></code> with as
2283-
first argument the result of running the <a href="#idl-attribute-to-css-property">IDL attribute to CSS property</a>
2282+
<code title="dom-CSSStyleDeclaration-setProperty"><a href="#dom-cssstyledeclaration-setproperty">setProperty()</a></code> with the
2283+
first argument being the result of running the <a href="#idl-attribute-to-css-property">IDL attribute to CSS property</a>
22842284
algorithm for <var>attribute</var>, as second argument the given value, and no third argument. Any
22852285
exceptions thrown must be re-thrown.</p>
22862286

cssom/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ <h4>Extensions to the <code title>Document</code> Interface</h4>
12361236

12371237
<ol>
12381238
<li><p>If the value is null terminate this set of steps.</p></li>
1239-
<li><p>Otherwise, <span>select a CSS style sheet set</span> with as name the
1239+
<li><p>Otherwise, <span>select a CSS style sheet set</span> with the name being the
12401240
value passed.</p></li>
12411241
</ol>
12421242

@@ -2205,13 +2205,13 @@ <h4>The <code title>CSSStyleDeclaration</code> Interface</h4>
22052205
};</pre>
22062206

22072207
<p>The <dfn title=dom-CSSStyleDeclaration-attribute><code><var title>attribute</var></code></dfn> attribute, on getting, must return the result of invoking
2208-
<code title=dom-CSSStyleDeclaration-getPropertyValue>getPropertyValue()</code> with as
2209-
argument the result of running the <span>IDL attribute to CSS property</span>
2208+
<code title=dom-CSSStyleDeclaration-getPropertyValue>getPropertyValue()</code> with the
2209+
argument being the result of running the <span>IDL attribute to CSS property</span>
22102210
algorithm for <var>attribute</var>.</p>
22112211

22122212
<p>Setting the <code title=dom-CSSStyleDeclaration-attribute><var>attribute</var></code> attribute must invoke
2213-
<code title=dom-CSSStyleDeclaration-setProperty>setProperty()</code> with as
2214-
first argument the result of running the <span>IDL attribute to CSS property</span>
2213+
<code title=dom-CSSStyleDeclaration-setProperty>setProperty()</code> with the
2214+
first argument being the result of running the <span>IDL attribute to CSS property</span>
22152215
algorithm for <var>attribute</var>, as second argument the given value, and no third argument. Any
22162216
exceptions thrown must be re-thrown.</p>
22172217

0 commit comments

Comments
 (0)