2626
2727 < h1 > CSS Values and Units Module Level 3</ h1 >
2828
29- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 17 February
29+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 28 February
3030 2012</ h2 >
3131
3232 < dl >
3333 < dt > This version:
3434
3535 < dd > < a
36- href ="http://www.w3.org/TR/2012/ED-css3-values-20120217 / "> http://www.w3.org/TR/2012/ED-css3-values-20120217 /</ a >
36+ href ="http://www.w3.org/TR/2012/ED-css3-values-20120228 / "> http://www.w3.org/TR/2012/ED-css3-values-20120228 /</ a >
3737
3838 < dt > Latest version:
3939
@@ -681,20 +681,18 @@ <h3 id=urls><span class=secno>3.4. </span> Resource Locators: the ‘<a
681681 < a href ="http://www.w3.org/TR/CSS21/cascade.html#at-import "> ‘< code
682682 class =css > @import</ code > ’ rule</ a > .
683683
684- < p > Parentheses, whitespace characters, single quotes (‘< code
685- class =css > ) and double quotes (") appearing in a URL must be escaped with
686- a backslash so that the resulting value is a valid < a
687- href ="#url "> < code > URL</ code > </ a > token, e.g.
688- </ code > ’url(open\(parens)‘< code class =css > ,
689- </ code > ’url(close\)parens)‘< code class =css > . Depending on the
690- type of URL, it might also be possible to write these characters as
691- URI-escapes (where < code > (</ code > = < code > %28</ code > , < code > )</ code > =
692- < code > %29</ code > , etc.) as described in < a href ="#URI "
693- rel =biblioentry > [URI]<!--{{URI}}--> </ a > . Alternatively a URL containing
694- such characters may be represented as a quoted < a
695- href ="#strings "> string</ a > within the </ code > ’‘< a
696- href ="#url "> < code class =css > url()</ code > </ a > ’‘< code class =css >
697- notation. </ code >
684+ < p > Parentheses, whitespace characters, single quotes (') and double
685+ quotes (") appearing in a URL must be escaped with a backslash so that the
686+ resulting value is a valid < a href ="#url "> < code > URL</ code > </ a > token, e.g.
687+ ‘< code class =css > url(open\(parens)</ code > ’, ‘< code
688+ class =css > url(close\)parens)</ code > ’. Depending on the type of URL,
689+ it might also be possible to write these characters as URI-escapes (e.g.
690+ ‘< code class =css > url(open%28parens)</ code > ’ or ‘< code
691+ class =css > url(close%29parens)</ code > ’) as described in < a
692+ href ="#URI " rel =biblioentry > [URI]<!--{{URI}}--> </ a > . Alternatively a URL
693+ containing such characters may be represented as a quoted < a
694+ href ="#strings "> string</ a > within the ‘< a href ="#url "> < code
695+ class =css > url()</ code > </ a > ’ notation.
698696
699697 < p > In order to create modular style sheets that are not dependent on the
700698 absolute location of a resource, authors should use relative URIs.
@@ -717,9 +715,9 @@ <h3 id=urls><span class=secno>3.4. </span> Resource Locators: the ‘<a
717715
718716 < pre > http://www.example.org/style/basic.css</ pre >
719717
720- < p > The background of the source document’ s < code > <body></ code >
721- will be tiled with whatever image is described by the resource designated
722- by the URL:
718+ < p > The background of the source document' s < code > <body></ code > will
719+ be tiled with whatever image is described by the resource designated by
720+ the URL:
723721
724722 < pre > http://www.example.org/style/tile.png</ pre >
725723
0 commit comments