More precise wording on URL resolution

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

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

More precise wording on URL resolution

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:26:32 2010 +0000
     1.2 +++ b/css-style-attr/Overview.html	Thu Jan 07 08:54:32 2010 +0000
     1.3 @@ -258,8 +258,10 @@
     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) at the time of
     1.8 -   parsing.
     1.9 +   the document if per-element resolution is not defined) when the
    1.10 +   attribute's value is parsed<!-- so dynamic changes to
    1.11 +the base URL don't affect the CSS ~Hixie -->.
    1.12 +   
    1.13  
    1.14    <p>Aside from the differences in cascading, the declarations in a styling
    1.15     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:26:32 2010 +0000
     2.2 +++ b/css-style-attr/Overview.src.html	Thu Jan 07 08:54:32 2010 +0000
     2.3 @@ -148,7 +148,8 @@
     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) at the time of parsing.
     2.8 +defined) when the attribute's value is parsed<!-- so dynamic changes to
     2.9 +the base URL don't affect the CSS ~Hixie -->.
    2.10  
    2.11  <p>Aside from the differences in cascading, the declarations in a styling
    2.12  attribute must be interpreted exactly as if they were given in a CSS

mercurial