File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -258,8 +258,10 @@ <h2 id=interpret><span class=secno>5. </span>Cascading and Interpretation</h2>
258258 styling attributes are cascaded together. < a href ="#CSS21 "
259259 rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > Relative URLs in the style
260260 data must be resolved relative to the styling attribute's element (or to
261- the document if per-element resolution is not defined) at the time of
262- parsing.
261+ the document if per-element resolution is not defined) when the
262+ attribute's value is parsed<!-- so dynamic changes to
263+ the base URL don't affect the CSS ~Hixie --> .
264+
263265
264266 < p > Aside from the differences in cascading, the declarations in a styling
265267 attribute must be interpreted exactly as if they were given in a CSS style
Original file line number Diff line number Diff line change @@ -148,7 +148,8 @@ <h2 id="interpret">Cascading and Interpretation</h2>
148148how style sheets and styling attributes are cascaded together. [[!CSS21]]
149149Relative URLs in the style data must be resolved relative to the styling
150150attribute's element (or to the document if per-element resolution is not
151- defined) at the time of parsing.
151+ defined) when the attribute's value is parsed<!-- so dynamic changes to
152+ the base URL don't affect the CSS ~Hixie --> .
152153
153154< p > Aside from the differences in cascading, the declarations in a styling
154155attribute must be interpreted exactly as if they were given in a CSS
You can’t perform that action at this time.
0 commit comments