Skip to content

Commit 1136aee

Browse files
author
Simon Pieters
committed
[cssom] typo
1 parent 651be84 commit 1136aee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cssom/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ <h4 id="the-cssstylerule-interface"><span class="secno">6.4.3 </span>The <code t
19081908
//
19091909
-->
19101910

1911-
<p>The <a href="#cssstylerule">CSSStyleRule</a> represents a rule set.</p>
1911+
<p>The <code><a href="#cssstylerule">CSSStyleRule</a></code> interface represents a rule set.</p>
19121912

19131913
<pre class="idl">interface <dfn id="cssstylerule">CSSStyleRule</dfn> : <a href="#cssrule">CSSRule</a> {
19141914
attribute DOMString <a href="#dom-cssstylerule-selectortext" title="dom-CSSStyleRule-selectorText">selectorText</a>;

cssom/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ <h4>The <code title>CSSStyleRule</code> Interface</h4>
18391839
//
18401840
-->
18411841

1842-
<p>The <span>CSSStyleRule</span> represents a rule set.</p>
1842+
<p>The <code>CSSStyleRule</code> interface represents a rule set.</p>
18431843

18441844
<pre class=idl>interface <dfn>CSSStyleRule</dfn> : <span>CSSRule</span> {
18451845
attribute DOMString <span title=dom-CSSStyleRule-selectorText>selectorText</span>;

0 commit comments

Comments
 (0)