Skip to content

Commit 8140455

Browse files
committed
Point to CSS Style Attribute spec for style="" attribute parsing.
1 parent f5bc53c commit 8140455

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

master/styling.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,8 @@ <h2 id="ElementSpecificStyling">Element-specific styling: the <span class='attr-
231231
</dt>
232232
<dd>
233233
<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>
234+
CSS declaration of an element. The attribute is
235+
<a href="http://www.w3.org/TR/2013/REC-css-style-attr-20131107/#syntax">parsed as a declaration-list</a>.</p>
237236
</dd>
238237
</dl>
239238
</div>

0 commit comments

Comments
 (0)