File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed 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>
258
258
styling attributes are cascaded together. < a href ="#CSS21 "
259
259
rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > Relative URLs in the style
260
260
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
+
263
265
264
266
< p > Aside from the differences in cascading, the declarations in a styling
265
267
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>
148
148
how style sheets and styling attributes are cascaded together. [[!CSS21]]
149
149
Relative URLs in the style data must be resolved relative to the styling
150
150
attribute'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 --> .
152
153
153
154
< p > Aside from the differences in cascading, the declarations in a styling
154
155
attribute must be interpreted exactly as if they were given in a CSS
You can’t perform that action at this time.
0 commit comments