Skip to content

Commit d01824a

Browse files
committed
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402974
1 parent bdd2c00 commit d01824a

2 files changed

Lines changed: 28 additions & 5 deletions

File tree

css2/changes.src

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.115 2010-04-19 16:12:36 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.116 2010-04-21 17:10:09 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -4184,8 +4184,8 @@ Section&nbsp;3.1 Definitions</a></h3>
41844184
definition of replaced element:
41854185

41864186
<blockquote>
4187-
<p>The content of replaced elements is not considered in the CSS
4188-
rendering model.
4187+
<p><ins>The content of replaced elements is not considered in the CSS
4188+
rendering model.</ins>
41894189
</blockquote>
41904190

41914191
<p>(Previously, the definition only said that the content was
@@ -4202,7 +4202,7 @@ list of existing vendor prefixes.
42024202

42034203
<!--========================== issue 141 ==========================-->
42044204

4205-
<h3 id="t.9.2.3"><a
4205+
<h3 id="t.4.3.2"><a
42064206
href="/TR/2009/CR-CSS2-20090908/syndata.html#length-units">
42074207
Section&nbsp;4.3.2 Lengths</a></h3>
42084208

@@ -4211,6 +4211,23 @@ used in the 'font-size' property, refers to the <em>parent
42114211
element's</em> 'ex' (just as 'em' refers to the parent's 'em' in that
42124212
case.)
42134213

4214+
<!--========================== issue 111 ==========================-->
4215+
4216+
<h3 id="t.4.3.4"><a
4217+
href="/TR/2009/CR-CSS2-20090908/syndata.html#uri">
4218+
Section&nbsp;4.3.4 URLs and URIs</a></h3>
4219+
4220+
<p><span class=date>[2010-04-21]</span> Describe in English what was
4221+
only expressed through the grammar:
4222+
4223+
<blockquote>
4224+
<p><ins>Since URIs may contain characters that would otherwise be used
4225+
as delimiters in CSS, the entire URI value must be treated as a single
4226+
unit by the tokenizer and normal tokenization behavior does not apply
4227+
within a URI value. Therefore comments are not allowed within a URI
4228+
value.</ins>
4229+
</blockquote>
4230+
42144231
<!--========================== issue 128 ==========================-->
42154232

42164233
<h3 id="t.9.2.3a"><a

css2/syndata.src

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 2.173 2010-04-19 16:12:36 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.174 2010-04-21 17:10:10 bbos Exp $ -->
44
<head>
55
<title>Syntax and basic data types</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -1062,6 +1062,12 @@ is a URI token: '\(', '\)', '\,'.
10621062
the above characters as URI-escapes (where "(" = %28, ")" = %29, etc.)
10631063
as described in [[RFC3986]].
10641064
</p>
1065+
<p>Since URIs may contain characters that would otherwise be used as
1066+
delimiters in CSS, the entire URI value must be treated as a single
1067+
unit by the tokenizer and normal tokenization behavior does not apply
1068+
within a URI value. Therefore comments are not allowed within a URI
1069+
value.
1070+
10651071
<p> In order to create modular style sheets that are not dependent on
10661072
the absolute location of a resource, authors may use relative URIs.
10671073
Relative URIs (as defined in [[RFC3986]]) are resolved to full URIs

0 commit comments

Comments
 (0)