Tie url resolution to parsing time

Thu, 07 Jan 2010 08:26:32 +0000

author
Elika Etemad <fantasai.cvs@inkedblade.net>
date
Thu, 07 Jan 2010 08:26:32 +0000
changeset 1611
f7c26d1266f9
parent 1610
ddebc39f6d33
child 1612
750d888b5712

Tie url resolution to parsing time

css-style-attr/Overview.html file | annotate | diff | comparison | revisions
css-style-attr/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-style-attr/Overview.html	Thu Jan 07 08:25:14 2010 +0000
     1.2 +++ b/css-style-attr/Overview.html	Thu Jan 07 08:26:32 2010 +0000
     1.3 @@ -258,7 +258,8 @@
     1.4     styling attributes are cascaded together. <a href="#CSS21"
     1.5     rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Relative URLs in the style
     1.6     data must be resolved relative to the styling attribute's element (or to
     1.7 -   the document if per-element resolution is not defined).
     1.8 +   the document if per-element resolution is not defined) at the time of
     1.9 +   parsing.
    1.10  
    1.11    <p>Aside from the differences in cascading, the declarations in a styling
    1.12     attribute must be interpreted exactly as if they were given in a CSS style
     2.1 --- a/css-style-attr/Overview.src.html	Thu Jan 07 08:25:14 2010 +0000
     2.2 +++ b/css-style-attr/Overview.src.html	Thu Jan 07 08:26:32 2010 +0000
     2.3 @@ -148,7 +148,7 @@
     2.4  how style sheets and styling attributes are cascaded together. [[!CSS21]]
     2.5  Relative URLs in the style data must be resolved relative to the styling
     2.6  attribute's element (or to the document if per-element resolution is not
     2.7 -defined).
     2.8 +defined) at the time of parsing.
     2.9  
    2.10  <p>Aside from the differences in cascading, the declarations in a styling
    2.11  attribute must be interpreted exactly as if they were given in a CSS

mercurial