@@ -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.
0 commit comments