Skip to content

Commit 4dd18a4

Browse files
committed
Tie url resolution to parsing time
1 parent 9aa4114 commit 4dd18a4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css-style-attr/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ <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).
261+
the document if per-element resolution is not defined) at the time of
262+
parsing.
262263

263264
<p>Aside from the differences in cascading, the declarations in a styling
264265
attribute must be interpreted exactly as if they were given in a CSS style

css-style-attr/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h2 id="interpret">Cascading and Interpretation</h2>
148148
how style sheets and styling attributes are cascaded together. [[!CSS21]]
149149
Relative URLs in the style data must be resolved relative to the styling
150150
attribute's element (or to the document if per-element resolution is not
151-
defined).
151+
defined) at the time of parsing.
152152

153153
<p>Aside from the differences in cascading, the declarations in a styling
154154
attribute must be interpreted exactly as if they were given in a CSS

0 commit comments

Comments
 (0)