Skip to content

Commit 207274a

Browse files
committed
[css2] Sync'ed with errata
http://www.w3.org/Style/css2-updates/CR-CSS2-20090908-errata.html --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402985
1 parent 4348e15 commit 207274a

1 file changed

Lines changed: 100 additions & 6 deletions

File tree

css2/changes.src

Lines changed: 100 additions & 6 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.116 2010-04-21 17:10:09 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.117 2010-05-19 15:10:02 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -1229,9 +1229,6 @@ Table height algorithms</a></h3>
12291229
height; the UA no longer has the option of using 'height' to
12301230
constrain the size of the table to be smaller than its contents.</p>
12311231

1232-
<p>Percentage heights on table cells, rows, and row groups now
1233-
compute to 'auto'.</p>
1234-
12351232
<p>The baseline of a cell is now defined much more precisely.</p>
12361233

12371234
<p>Defined the baseline of a row with no baseline-aligned cells.</p>
@@ -4200,6 +4197,17 @@ Section&nbsp;4.1.2.2 Informative Historical Notes</a></h3>
42004197
<p><span class=date>[2010-04-19]</span> Add &ldquo;-tc-&rdquo; to the
42014198
list of existing vendor prefixes.
42024199

4200+
<!--========================== issue 150 ==========================-->
4201+
4202+
<h3 id="t.4.1.8"><a
4203+
href="/TR/2009/CR-CSS2-20090908/syndata.html#declaration">
4204+
Section&nbsp;4.1.8 Declarations and properties</a></h3>
4205+
4206+
<p><span class=date>[2010-05-12]</span> Remove ~2.1~ from
4207+
4208+
<blockquote><p>Every CSS <del>2.1</del> property has its own syntactic
4209+
and semantic restrictions</blockquote>
4210+
42034211
<!--========================== issue 141 ==========================-->
42044212

42054213
<h3 id="t.4.3.2"><a
@@ -4211,7 +4219,22 @@ used in the 'font-size' property, refers to the <em>parent
42114219
element's</em> 'ex' (just as 'em' refers to the parent's 'em' in that
42124220
case.)
42134221

4214-
<!--========================== issue 111 ==========================-->
4222+
<!--========================== issue 152 ===========================-->
4223+
4224+
<h3 id="t.4.3.4a"><a
4225+
href="/TR/2009/CR-CSS2-20090908/syndata.html#uri">
4226+
Section&nbsp;4.3.4 URLs and URIs</a></h3>
4227+
4228+
<p><span class=date>[2010-05-12]</span> Commas do not have to be
4229+
escaped in &lt;uri&gt; tokens:
4230+
4231+
<blockquote>
4232+
<p>Some characters appearing in an unquoted URI, such as parentheses,
4233+
<del>commas,</del> white space characters, single quotes (') and
4234+
double quotes ("), must be escaped
4235+
</blockquote>
4236+
4237+
<!--========================== issue 73 ===========================-->
42154238

42164239
<h3 id="t.4.3.4"><a
42174240
href="/TR/2009/CR-CSS2-20090908/syndata.html#uri">
@@ -4221,13 +4244,44 @@ Section&nbsp;4.3.4 URLs and URIs</a></h3>
42214244
only expressed through the grammar:
42224245

42234246
<blockquote>
4224-
<p><ins>Since URIs may contain characters that would otherwise be used
4247+
<p><ins>Note. Since URIs may contain characters that would otherwise
4248+
be used
42254249
as delimiters in CSS, the entire URI value must be treated as a single
42264250
unit by the tokenizer and normal tokenization behavior does not apply
42274251
within a URI value. Therefore comments are not allowed within a URI
42284252
value.</ins>
42294253
</blockquote>
42304254

4255+
<!--========================== issue 115 ===========================-->
4256+
4257+
<h3 id="t.8.3.1"><a
4258+
href="/TR/2009/CR-CSS2-20090908/box.html#collapsing-margins">
4259+
Section&nbsp;8.3.1 Collapsing margins</a></h3>
4260+
4261+
<p><span class=date>[2010-05-12]</span> Simplify/clarify text:
4262+
4263+
<blockquote>
4264+
<p>An element that has <del>had</del> clearance <del>applied to
4265+
it</del> never
4266+
collapses
4267+
</blockquote>
4268+
4269+
<p>and:
4270+
4271+
<blockquote>
4272+
<p>When an element's own margins collapse, and that element has
4273+
<del>had</del> clearance <del>applied to it</del>
4274+
</blockquote>
4275+
4276+
<!--========================== issue 164 ==========================-->
4277+
4278+
<h3 id="t.9.2"><a
4279+
href="/TR/2009/CR-CSS2-20090908/visuren.html#anonymous-block-level">
4280+
Section&nbsp;9.2 Controlling box generation</a></h3>
4281+
4282+
<p><span class=date>[2010-05-12]</span> The example has invalid HTML
4283+
mark-up. Change it to use P and SPAN elements instead of BODY and P.
4284+
42314285
<!--========================== issue 128 ==========================-->
42324286

42334287
<h3 id="t.9.2.3a"><a
@@ -4299,6 +4353,17 @@ definition is recursive.)</ins>
42994353
':first-line' pseudo-element.</ins>
43004354
</blockquote>
43014355

4356+
<!--========================== issue 115 ===========================-->
4357+
4358+
<h3 id="t.9.5.2"><a
4359+
href="/TR/2009/CR-CSS2-20090908/visuren.html#flow-control">
4360+
Section&nbsp;9.5.2 Controlling flow next to floats: the 'clear'
4361+
property</a></h3>
4362+
4363+
<p><span class=date>[2010-05-12]</span> Clarify that 'clear' only
4364+
introduces clearance above an element if necessary; and that clearance
4365+
may have zero height.
4366+
43024367
<!--========================== issue 69 ===========================-->
43034368

43044369
<h3 id="t.9.6.1"><a
@@ -4310,6 +4375,35 @@ media are positioned relative to the page box (and thus repeat on
43104375
every page, just like 'fixed' elements). The position of fixed
43114376
backgrounds in paged media was previously undefined.
43124377

4378+
<!--========================== issue 163 ==========================-->
4379+
4380+
<h3 id="t.10.2"><a
4381+
href="/TR/2009/CR-CSS2-20090908/visudet.html#the-width-property">
4382+
Section&nbsp;10.2 Content width: the 'width' property</a></h3>
4383+
4384+
<p><span class=date>[2010-05-12]</span> The computed value of 'width'
4385+
doesn't depend on whether the property applies or not:
4386+
4387+
<blockquote>
4388+
<p>Computed value: the percentage or 'auto' as specified or the
4389+
absolute length; <del>'auto' if the property does not apply</del>
4390+
</blockquote>
4391+
4392+
<!--========================== issue 163 ==========================-->
4393+
4394+
<h3 id="t.10.5"><a
4395+
href="/TR/2009/CR-CSS2-20090908/visudet.html#the-height-property">
4396+
Section&nbsp;10.5 Content height: the 'height' property</a></h3>
4397+
4398+
<p><span class=date>[2010-05-12]</span> The computed value of 'height'
4399+
doesn't depend on whether the property applies or not:
4400+
4401+
<blockquote>
4402+
<p>Computed value: the percentage or 'auto' (see prose under
4403+
&lt;percentage>) or the absolute length; <del>'auto' if the property
4404+
does not apply</del>
4405+
</blockquote>
4406+
43134407
<!--========================== issue 111 ==========================-->
43144408

43154409
<h3 id="t.15.6"><a

0 commit comments

Comments
 (0)