We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bc53c commit 8140455Copy full SHA for 8140455
1 file changed
master/styling.html
@@ -231,9 +231,8 @@ <h2 id="ElementSpecificStyling">Element-specific styling: the <span class='attr-
231
</dt>
232
<dd>
233
<p>The <a>'style attribute'</a> attribute is used to supply a
234
- CSS declaration of an element. The attribute is parsed using
235
- the CSS <a href="http://www.w3.org/TR/css3-syntax/#parse-a-declaration">parse a declaration</a>
236
- algorithm.</p>
+ CSS declaration of an element. The attribute is
+ <a href="http://www.w3.org/TR/2013/REC-css-style-attr-20131107/#syntax">parsed as a declaration-list</a>.</p>
237
</dd>
238
</dl>
239
</div>
0 commit comments