Skip to content

Commit 560448f

Browse files
committed
bugs
1 parent cf9764a commit 560448f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

cssom/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,11 +2215,11 @@ <h4 id=css-font-face-rule><span class=secno>6.4.6. </span>CSS <code
22152215

22162216
<pre
22172217
class=idl>interface <dfn id=cssfontfacerule>CSSFontFaceRule</dfn> : <a href="#cssrule">CSSRule</a> {
2218-
readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#cssfontfacerule-style" title=cssfontfacerule-style>style</a>;
2218+
readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-cssfontfacerule-style" title=dom-CSSFontFaceRule-style>style</a>;
22192219
};</pre>
22202220

2221-
<p>The <dfn id=cssfontfacerule-style
2222-
title=cssfontfacerule-style><code>style</code></dfn> attribute <em
2221+
<p>The <dfn id=dom-cssfontfacerule-style
2222+
title=dom-CSSFontFaceRule-style><code>style</code></dfn> attribute <em
22232223
class=ct>must</em> return a <code><a
22242224
href="#cssstyledeclaration">CSSStyleDeclaration</a></code> block that
22252225
contains the property declarations specified within the
@@ -2238,7 +2238,7 @@ <h4 id=css-page-rule><span class=secno>6.4.7. </span>CSS <code
22382238
<pre
22392239
class=idl>interface <dfn id=csspagerule>CSSPageRule</dfn> : <a href="#cssrule">CSSRule</a> {
22402240
attribute DOMString <a href="#dom-csspagerule-selectortext" title=dom-CSSPageRule-selectorText>selectorText</a>;
2241-
readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <span title=dom-CSSPageRule-style>style</span>;
2241+
readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-csspagerule-style" title=dom-CSSPageRule-style>style</a>;
22422242
};</pre>
22432243

22442244
<p>The <dfn id=dom-csspagerule-selectortext
@@ -2264,8 +2264,8 @@ <h4 id=css-page-rule><span class=secno>6.4.7. </span>CSS <code
22642264
<p>Otherwise, if the algorithm returns a null value, do nothing.
22652265
</ol>
22662266

2267-
<p>The <dfn id=csspagerule-style
2268-
title=csspagerule-style><code>style</code></dfn> attribute <em
2267+
<p>The <dfn id=dom-csspagerule-style
2268+
title=dom-CSSPageRule-style><code>style</code></dfn> attribute <em
22692269
class=ct>must</em> return a <code><a
22702270
href="#cssstyledeclaration">CSSStyleDeclaration</a></code> for the
22712271
<code>@page</code> rule.

cssom/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,11 +1802,11 @@ <h4>CSS <code title="">@font-face</code> Rule</h4>
18021802
<code>@font-face</code> rule.</p>
18031803

18041804
<pre class="idl">interface <dfn>CSSFontFaceRule</dfn> : <span>CSSRule</span> {
1805-
readonly attribute <span>CSSStyleDeclaration</span> <span title="cssfontfacerule-style">style</span>;
1805+
readonly attribute <span>CSSStyleDeclaration</span> <span title="dom-CSSFontFaceRule-style">style</span>;
18061806
};</pre>
18071807

18081808
<p>The
1809-
<dfn id="cssfontfacerule-style" title="cssfontfacerule-style"><code>style</code></dfn>
1809+
<dfn id="dom-cssfontfacerule-style" title="dom-CSSFontFaceRule-style"><code>style</code></dfn>
18101810
attribute <em class="ct">must</em> return a <code>CSSStyleDeclaration</code>
18111811
block that contains the property declarations specified within the
18121812
<code>@font-face</code> rule.</p>
@@ -1848,7 +1848,7 @@ <h4>CSS <code title="">@page</code> Rule</h4>
18481848
</ol>
18491849

18501850
<p>The
1851-
<dfn id="csspagerule-style" title="csspagerule-style"><code>style</code></dfn>
1851+
<dfn id="dom-csspagerule-style" title="dom-CSSPageRule-style"><code>style</code></dfn>
18521852
attribute <em class="ct">must</em> return a
18531853
<code>CSSStyleDeclaration</code> for the <code>@page</code> rule.</p>
18541854

0 commit comments

Comments
 (0)