Skip to content

Commit 9b09b3c

Browse files
authored
[cssom-1][editorial] Fix links to CSSStyleProperties (#13276)
1 parent fe911b3 commit 9b09b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cssom-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ On setting the {{CSSStyleRule/selectorText}} attribute these steps must be run:
22212221
set-selector-text-attachment.html
22222222
</wpt>
22232223

2224-
The <dfn attribute for=CSSStyleRule>style</dfn> attribute must return a <code>CSSStyleProperties</code> object for the style rule, with the
2224+
The <dfn attribute for=CSSStyleRule>style</dfn> attribute must return a {{CSSStyleProperties}} object for the style rule, with the
22252225
following properties:
22262226
<dl>
22272227
<dt><a for="CSSStyleDeclaration">computed flag</a>
@@ -3297,7 +3297,7 @@ interface mixin ElementCSSInlineStyle {
32973297
};
32983298
</pre>
32993299

3300-
The <dfn attribute for=ElementCSSInlineStyle>style</dfn> attribute must return a <a>CSSStyleProperties</a> object whose
3300+
The <dfn attribute for=ElementCSSInlineStyle>style</dfn> attribute must return a {{CSSStyleProperties}} object whose
33013301
<a for="CSSStyleDeclaration">readonly flag</a> is unset, whose <a for="CSSStyleDeclaration">parent CSS rule</a> is null, and
33023302
whose <a for="CSSStyleDeclaration">owner node</a> is [=this=].
33033303

0 commit comments

Comments
 (0)