File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
152154how style sheets and styling attributes are cascaded together. [[!CSS21]]
153155Relative URLs in the style data must be resolved relative to the styling
154156attribute's element (or to the document if per-element resolution is not
You can’t perform that action at this time.
0 commit comments