Skip to content

Commit 10f9517

Browse files
author
Simon Pieters
committed
[cssom] Editorial fix and WebIDL validation fix
1 parent a7195f4 commit 10f9517

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cssom/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,10 +2213,10 @@ <h4 id="the-cssstyledeclaration-interface"><span class="secno">6.5.1 </span>The
22132213
<var>property</var>.</p>
22142214

22152215
<pre class="idl">partial interface <a href="#cssstyledeclaration">CSSStyleDeclaration</a> {
2216-
[TreatNullAs=EmptyString] attribute DOMString <var title="dom-CSSStyleDeclaration-attribute"><a href="#dom-cssstyledeclaration-attribute">attribute</a></var>;
2216+
[TreatNullAs=EmptyString] attribute DOMString _<var title="dom-CSSStyleDeclaration-attribute"><a href="#dom-cssstyledeclaration-attribute">attribute</a></var>;
22172217
};</pre>
22182218

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

cssom/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,10 +2143,10 @@ <h4>The <code title>CSSStyleDeclaration</code> Interface</h4>
21432143
<var>property</var>.</p>
21442144

21452145
<pre class=idl>partial interface <span>CSSStyleDeclaration</span> {
2146-
[TreatNullAs=EmptyString] attribute DOMString <var title=dom-CSSStyleDeclaration-attribute>attribute</var>;
2146+
[TreatNullAs=EmptyString] attribute DOMString _<var title=dom-CSSStyleDeclaration-attribute>attribute</var>;
21472147
};</pre>
21482148

2149-
<p>The <dfn title=dom-CSSStyleDeclaration-attribute><code><var>attribute</var></code></dfn> attribute must return the result of invoking
2149+
<p>The <dfn title=dom-CSSStyleDeclaration-attribute><code><var>attribute</var></code></dfn> attribute, on getting, must return the result of invoking
21502150
<code title=dom-CSSStyleDeclaration-getPropertyValue>getPropertyValue()</code> with as
21512151
argument the result of running the <span>IDL attribute to CSS property</span>
21522152
algorithm for <var>attribute</var>.</p>

0 commit comments

Comments
 (0)