File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
22252225following 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
33023302whose <a for="CSSStyleDeclaration">owner node</a> is [=this=] .
33033303
You can’t perform that action at this time.
0 commit comments