Skip to content

Commit 36b7dd1

Browse files
committed
1 parent 2185b31 commit 36b7dd1

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

css-style-attr/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,10 @@ <h2 id=syntax><span class=secno>3. </span>Syntax and Parsing</h2>
262262
<h2 id=interpret><span class=secno>4. </span>Cascading and Interpretation</h2>
263263

264264
<p>The declarations in a styling attribute apply to the element to which
265-
the attribute belongs. CSS2.1 <a
266-
href="http://www.w3.org/TR/CSS21/cascade.html#specificity">defines</a> how
267-
style sheets and styling attributes are cascaded together. <a
265+
the attribute belongs. In the cascade, these declarations are considered
266+
to have author origin and a specificity higher than any selector. CSS2.1
267+
<a href="http://www.w3.org/TR/CSS21/cascade.html#specificity">defines</a>
268+
how style sheets and styling attributes are cascaded together. <a
268269
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Relative URLs
269270
in the style data must be resolved relative to the styling attribute's
270271
element (or to the document if per-element resolution is not defined) when

css-style-attr/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ <h2 id="syntax">Syntax and Parsing</h2>
148148
<h2 id="interpret">Cascading and Interpretation</h2>
149149

150150
<p>The declarations in a styling attribute apply to the element to which
151-
the attribute belongs. CSS2.1 <a href="http://www.w3.org/TR/CSS21/cascade.html#specificity">defines</a>
151+
the attribute belongs. In the cascade, these declarations are considered
152+
to have author origin and a specificity higher than any selector.
153+
CSS2.1 <a href="http://www.w3.org/TR/CSS21/cascade.html#specificity">defines</a>
152154
how style sheets and styling attributes are cascaded together. [[!CSS21]]
153155
Relative URLs in the style data must be resolved relative to the styling
154156
attribute's element (or to the document if per-element resolution is not

0 commit comments

Comments
 (0)