Skip to content

Commit 8423cc3

Browse files
committed
[css2] Fixed some errors in IDs and URLs.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402933
1 parent ff31608 commit 8423cc3

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

css2/changes.src

Lines changed: 30 additions & 30 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.106 2009-04-20 11:39:35 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.107 2009-04-20 13:56:29 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
</HEAD>
@@ -181,7 +181,7 @@ Counters</a></h3>
181181

182182
<p>Changed "Counters are denoted by identifiers" to "ounters are
183183
denoted by <ins>case-sensitive</ins> identifiers" (see also the
184-
change to case-sensitivity in <a href="c4.1.3">4.1.3</a>).
184+
change to case-sensitivity in <a href="#c4.1.3">4.1.3</a>).
185185

186186
<h3 id="c4.3.6"><a href="syndata.html#color-units">Section 4.3.6
187187
Colors</a></h3>
@@ -199,7 +199,7 @@ Unsupported Values</a></h3>
199199
<p>Added this section to recommend that unsupported properties and values
200200
be ignored as if they were invalid.</p>
201201

202-
<h3 id="c4.4"><a href="syndata.html#encoding">Section 4.4
202+
<h3 id="c4.4"><a href="syndata.html#charset">Section 4.4
203203
CSS style sheet representation</a></h3>
204204

205205
<p>Changed character encoding detection rule 2 to include a BOM and
@@ -2744,7 +2744,7 @@ parts that are not under the control of CSS.</blockquote>
27442744
<!--========================== issue 66 ===========================-->
27452745

27462746
<h3 id="s.4.1.3b"><a
2747-
href="/TR/2007/CR-CSS21-20070719/syndata.htmll#characters">
2747+
href="/TR/2007/CR-CSS21-20070719/syndata.html#characters">
27482748
Section&nbsp;4.1.3 Characters and case</a></h3>
27492749

27502750
<p><span class=date>[2008-12-02]</span> The pair &ldquo;*/&rdquo; ends
@@ -2774,7 +2774,7 @@ linefeed, carriage return or form feed</ins>) can be escaped [&hellip;]
27742774
<!--========================== issue 102 ==========================-->
27752775

27762776
<h3 id="s.4.1.5"><a
2777-
href="/TR/2007/CR-CSS21-20070719/syndata.htmll#at-rules">
2777+
href="/TR/2007/CR-CSS21-20070719/syndata.html#at-rules">
27782778
Section&nbsp;4.1.5 At-rules</a></h3>
27792779

27802780
<p><span class=date>[2009-04-15]</span> Clarified that unknown
@@ -2803,7 +2803,7 @@ well.</blockquote>
28032803
<!--========================== issue 24 ===========================-->
28042804

28052805
<h3 id="s.4.2"><a
2806-
href="/TR/2007/CR-CSS21-20070719/syndata.htmll#parsing-errors">
2806+
href="/TR/2007/CR-CSS21-20070719/syndata.html#parsing-errors">
28072807
Section&nbsp;4.2 Rules for handling parsing errors</a></h3>
28082808

28092809
<p><span class=date>[2009-04-15]</span> Added error recovery rule for
@@ -2828,7 +2828,7 @@ p @here {color: red} /* ruleset with unexpected at-keyword "@here" */
28282828
<!--========================== issue 32b ==========================-->
28292829

28302830
<h3 id="s.4.2a"><a
2831-
href="/TR/2007/CR-CSS21-20070719/syndata.htmll#parsing-errors">
2831+
href="/TR/2007/CR-CSS21-20070719/syndata.html#parsing-errors">
28322832
Section&nbsp;4.2 Rules for handling parsing errors</a></h3>
28332833

28342834
<p><span class=date>[2008-11-26]</span>
@@ -3557,6 +3557,27 @@ Section&nbsp;12.5.1 Lists: the 'list-style-type', 'list-style-image',
35573557
<p><span class=date>[2009-04-015]</span> Meaning of 'none' for
35583558
'list-style' was only defined by an example.
35593559

3560+
<!--========================== issue 39 ===========================-->
3561+
3562+
<h3 id="s.13.2"><a
3563+
href="/TR/2007/CR-CSS21-20070719/page.html#page-box">
3564+
Section&nbsp;13.2 Page boxes: the @page rule</a></h3>
3565+
3566+
<p><span class=date>[2008-08-19]</span> Add rules for drawing canvas
3567+
to:
3568+
3569+
<blockquote>
3570+
<ul>
3571+
<li>The page area. The page area includes the boxes laid out on that
3572+
page. The edges of the first page area establish the rectangle that is
3573+
the initial containing block of the document. <ins>The canvas
3574+
background is painted within and covers the page area.</ins>
3575+
3576+
<li>The margin area, which surrounds the page area. <ins>The page
3577+
margin area is transparent.</ins>
3578+
</ul>
3579+
</blockquote>
3580+
35603581
<!--========================== issue 95 ===========================-->
35613582

35623583
<h3 id="s.13.2.1.1"><a
@@ -3693,7 +3714,7 @@ replaced elements.
36933714
<!--========================== issue 80 ===========================-->
36943715

36953716
<h3 id="s.14.2"><a
3696-
href="/TR/2007/CR-CSS21-20070719/page.html#background">
3717+
href="/TR/2007/CR-CSS21-20070719/colors.html#background">
36973718
Section&nbsp;14.2 The background</a></h3>
36983719

36993720
<p><span class=date>[2008-11-03]</span> The 'background' property is
@@ -3702,7 +3723,7 @@ special on BODY not only in HTML
37023723
<!--========================== issue 100 ==========================-->
37033724

37043725
<h3 id="s.14.2a"><a
3705-
href="/TR/2007/CR-CSS21-20070719/page.html#background">
3726+
href="/TR/2007/CR-CSS21-20070719/colors.html#background">
37063727
Section&nbsp;14.2 The background</a></h3>
37073728

37083729
<p><span class=date>[2009-04-15]</span> The whole 'background'
@@ -3717,27 +3738,6 @@ background</ins> properties from that element's first HTML "BODY"
37173738
element or XHTML "body" element child [&hellip;]
37183739
</blockquote>
37193740

3720-
<!--========================== issue 39 ===========================-->
3721-
3722-
<h3 id="s.14.2.1"><a
3723-
href="/TR/2007/CR-CSS21-20070719/page.html#page-box">
3724-
Section&nbsp;13.2 Page boxes: the @page rule</a></h3>
3725-
3726-
<p><span class=date>[2008-08-19]</span> Add rules for drawing canvas
3727-
to:
3728-
3729-
<blockquote>
3730-
<ul>
3731-
<li>The page area. The page area includes the boxes laid out on that
3732-
page. The edges of the first page area establish the rectangle that is
3733-
the initial containing block of the document. <ins>The canvas
3734-
background is painted within and covers the page area.</ins>
3735-
3736-
<li>The margin area, which surrounds the page area. <ins>The page
3737-
margin area is transparent.</ins>
3738-
</ul>
3739-
</blockquote>
3740-
37413741
<!--========================== issue 10b ==========================-->
37423742

37433743
<h3 id="s.14.2.1a"><a

0 commit comments

Comments
 (0)