Skip to content

Commit 67312f7

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402802
1 parent 6771c01 commit 67312f7

13 files changed

Lines changed: 20 additions & 16 deletions

css2/colors.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<link rel="index" href="indexlist.html" title="index">
1414
<link rel="first" href="cover.html">
1515
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
16-
1716
<style type="text/css">
1817
.current,.proposed,span.delcurrent { background:#feb }
1918
ins.proposed,span.insproposed,p.insproposed { background:#bfb }

css2/conform.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ <H2>3.1 <a name="defs">Definitions</a></H2>
175175
by the surroundings. CSS does not define how the intrinsic dimensions
176176
are found. In CSS&nbsp;2.1 only replaced elements can come with
177177
intrinsic dimensions.
178+
For raster images without reliable resolution information, a size of
179+
1&nbps;px unit per image source pixel must be assumed.
178180

179181
<dt><strong><span class="index-def" title="attribute"><a
180182
name="attribute">Attribute</a></span></strong>

css2/cover.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2 id="W3C-doctype">W3C Candidate Recommendation 19 July 2007</h2>
6868

6969
<p class="copyright"><a
7070
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">
71-
Copyright</a> &copy; 2006 <a href="http://www.w3.org/"><acronym
71+
Copyright</a> &copy; 2007 <a href="http://www.w3.org/"><acronym
7272
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup>
7373
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts
7474
Institute of Technology">MIT</acronym></a>, <a

css2/fonts.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<link rel="index" href="indexlist.html" title="index">
1414
<link rel="first" href="cover.html">
1515
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
16-
1716
<style type="text/css">
1817
#AutoNumber2 td { text-align:center }
1918
</style>

css2/refs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@ <H2><a name="q2">B.2 Informative references</a></H2>
175175
The latest version is available at <a href="http://www.w3.org/TR/REC-CSS2/">http://www.w3.org/TR/REC-CSS2/</a>
176176

177177
<dt><strong><a name="ref-CSS3COLOR" class="informref">[CSS3COLOR]</a></strong>
178-
<dd>"CSS3 Color Module," Tantek ?lik, Chris Lilley, 14 May 2003,
178+
<dd>"CSS3 Color Module," Tantek &Ccedil;elik, Chris Lilley, 14 May 2003,
179179
W3C Candidate Recommendation. Available at <a
180180
href="http://www.w3.org/TR/2003/CR-css3-color-20030514/">
181181
http://www.w3.org/TR/2003/CR-css3-color-20030514/</a>
182182

183183
<dt><strong><a name="ref-CSS3LIST" class="informref">[CSS3LIST]</a></strong>
184-
<dd>"CSS3 module: lists," Tantek ?lik, Ian Hickson, 7 November 2002,
184+
<dd>"CSS3 module: lists," Tantek &Ccedil;elik, Ian Hickson, 7 November 2002,
185185
W3C working draft (work in progress). Available at <a
186186
href="http://www.w3.org/TR/2002/WD-css3-lists-20021107/">
187187
http://www.w3.org/TR/2002/WD-css3-lists-20021107</a>

css2/selector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ <H3>5.8.2 <a name="default-attrs">Default attribute values in DTDs</a></H3>
532532
</pre>
533533

534534
<p>Here, because the selector <code>EXAMPLE[notation=octal]</code> is
535-
more <a href="cascade.html#specificity">specific</a> than the tag
535+
more <a href="cascade.html#specificity">specific</a> than the type
536536
selector alone, the style declarations in the second rule will override
537537
those in the first for elements that have a "notation" attribute value
538538
of "octal". Care has to be taken that all property declarations that

css2/syndata.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<link rel="index" href="indexlist.html" title="index">
1414
<link rel="first" href="cover.html">
1515
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
16-
1716
<style type="text/css">
1817
span.colorsquare { float:left; width:5em; height:3em; text-align:center; padding:1.2em 0 .8em }
1918
span.colorname { font-weight:bold }
@@ -296,7 +295,7 @@ <h3>4.1.3 <a name="characters">Characters and case</a></h3>
296295
name="value-def-identifier"><dfn>identifiers</dfn></a></span>
297296
(including element names, classes, and IDs in <a
298297
href="selector.html">selectors</a>) can contain only the
299-
characters [a-z0-9] and ISO 10646 characters U+00A1 and higher,
298+
characters [a-zA-Z0-9] and ISO 10646 characters U+00A1 and higher,
300299
plus the hyphen (-) and the underscore (_); they cannot start with
301300
a digit, or a hyphen followed by a digit.
302301
Identifiers can also contain escaped characters and any ISO 10646
@@ -330,7 +329,7 @@ <h3>4.1.3 <a name="characters">Characters and case</a></h3>
330329
character with that number, which must not be zero.
331330
(It is undefined in CSS&nbsp;2.1 what happens if a style sheet
332331
<em>does</em> contain a character with Unicode codepoint zero.)
333-
If a character in the range [0-9a-f] follows the hexadecimal number,
332+
If a character in the range [0-9a-fA-F] follows the hexadecimal number,
334333
the end of the number needs to be made clear. There are two ways
335334
to do that:
336335
</p>

css2/tables.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h3>17.2.1 <a name="anonymous-boxes">Anonymous table objects</a></h3>
366366
T.
367367
If P is an 'inline' box, then the generated box must be an
368368
'inline-table' box instead of a 'table' box.
369-
This box will span all consecutive sibling boxess
369+
This box will span all consecutive sibling boxes
370370
of T that require a 'table' parent: 'table-row',
371371
'table-row-group', 'table-header-group', 'table-footer-group',
372372
'table-column', 'table-column-group', and 'table-caption', including

css2/text.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<link rel="first" href="cover.html">
1515
<meta http-equiv="Content-Style-Type" content="text/css">
1616
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
17-
1817
<style type="text/css">
1918
.current,.proposed,span.delcurrent { background:#feb }
2019
ins.proposed,span.insproposed { background:#bfb }

css2/ui.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<link rel="index" href="indexlist.html" title="index">
1414
<link rel="first" href="cover.html">
1515
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
16-
1716
<style type="text/css">
1817
.current,.proposed,span.delcurrent { background:#feb }
1918
ins.proposed,span.insproposed { background:#bfb }

0 commit comments

Comments
 (0)