Skip to content

Commit b89e291

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

25 files changed

Lines changed: 278 additions & 278 deletions

css2/cascade.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <H2>6.4 <a name="cascade">The cascade</a></h2>
297297
font). See <a href="sample.html">A sample style sheet for HTML
298298
</a> for a recommended default style sheet for HTML documents.
299299

300-
<p class="note">Note that the user may modify system settings (e.g.
300+
<p class="note">Note that the user may modify system settings (e.g.,
301301
system colors) that affect the default style sheet. However, some user
302302
agent implementations make it impossible to change the values in the
303303
default style sheet.

css2/changes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ <h3 id="c4.1.3"><a name="q19">C.2.12 </a><a href="syndata.html#characters">Secti
562562
<p>CSS is no longer case-insensitive, but case-sensitive with
563563
exceptions. Changed "All CSS style sheets are case-insensitive, except
564564
for parts that are not under the control of CSS" to "All CSS syntax is
565-
case-insensitive within the ASCII range (i.e. [a-z] and [A-Z] are
565+
case-insensitive within the ASCII range (i.e., [a-z] and [A-Z] are
566566
equivalent), except for parts that are not under the control of CSS."
567567
See also the change to case-sensitivity of counters in <a
568568
href="#c4.3.5">4.3.5.</a>
@@ -2303,7 +2303,7 @@ <h3 id="r3.1"><a name="q198">C.4.4 </a><a href="conform.html#defs">Section 3.1
23032303

23042304
<p>Changed definition of 'replaced element' to "an element whose content
23052305
is outside the scope of the CSS formatting model" and added further clarifying
2306-
text. This clarifies that e.g. SVG images embedded in an XML document are
2306+
text. This clarifies that e.g., SVG images embedded in an XML document are
23072307
also considered replaced elements, not just those linked in from an outside
23082308
file. Also changed definition of 'rendered content' to be consistent with this
23092309
clarification.</p>
@@ -3151,7 +3151,7 @@ <h3 id="s.4.1.3a"><a name="q294">C.5.7 </a><a
31513151
except for certain parts:
31523152

31533153
<blockquote><p>All CSS syntax is case-insensitive <ins>within the
3154-
ASCII range (i.e. [a-z] and [A-Z] are equivalent)</ins>, except for
3154+
ASCII range (i.e., [a-z] and [A-Z] are equivalent)</ins>, except for
31553155
parts that are not under the control of CSS.</blockquote>
31563156

31573157

css2/cover.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,12 @@ <h3 class="no-num" id="crec">Candidate Recommendation Exit Criteria</h3>
215215
<p>a user agent which:</p>
216216
<ol>
217217
<li>implements the feature.</li>
218-
<li>is available (i.e. publicly downloadable or available
218+
<li>is available (i.e., publicly downloadable or available
219219
through some other public point of sale mechanism). This is the
220220
"show me" requirement.</li>
221-
<li>is shipping (i.e. development, private or unofficial
221+
<li>is shipping (i.e., development, private or unofficial
222222
versions are insufficient).</li>
223-
<li>is not experimental (i.e. is intended for a wide audience
223+
<li>is not experimental (i.e., is intended for a wide audience
224224
and could be used on a daily basis).</li>
225225
</ol>
226226
</dd>

css2/css2.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ <h3 class="no-num" id="crec">Candidate Recommendation Exit Criteria</h3>
210210
<p>a user agent which:</p>
211211
<ol>
212212
<li>implements the feature.</li>
213-
<li>is available (i.e. publicly downloadable or available
213+
<li>is available (i.e., publicly downloadable or available
214214
through some other public point of sale mechanism). This is the
215215
"show me" requirement.</li>
216-
<li>is shipping (i.e. development, private or unofficial
216+
<li>is shipping (i.e., development, private or unofficial
217217
versions are insufficient).</li>
218-
<li>is not experimental (i.e. is intended for a wide audience
218+
<li>is not experimental (i.e., is intended for a wide audience
219219
and could be used on a daily basis).</li>
220220
</ol>
221221
</dd>
@@ -4594,7 +4594,7 @@ <H3>5.8.2 <a name="default-attrs">Default attribute values in DTDs</a></H3>
45944594
</pre>
45954595

45964596
<p>the first rule will not match elements whose "notation" attribute
4597-
is set by default, i.e. not set explicitly. To catch all cases, the
4597+
is set by default, i.e., not set explicitly. To catch all cases, the
45984598
attribute selector for the default value must be dropped:</p>
45994599

46004600
<pre class="example">
@@ -4624,7 +4624,7 @@ <h3>5.8.3 <a name="class-html">Class selectors</a></h3>
46244624
knowledge that allows it to determine which attribute is the
46254625
&quot;class&quot; attribute for the respective namespace. One such
46264626
example of namespace specific knowledge is the prose in the
4627-
specification for a particular namespace (e.g. SVG 1.1 <a href="refs.html#ref-SVG11" rel="biblioentry" class="noxref"><span class="informref">[SVG11]</span></a>
4627+
specification for a particular namespace (e.g., SVG 1.1 <a href="refs.html#ref-SVG11" rel="biblioentry" class="noxref"><span class="informref">[SVG11]</span></a>
46284628
describes the <a
46294629
href="http://www.w3.org/TR/2003/REC-SVG11-20030114/styling.html#ClassAttribute">SVG
46304630
&quot;class&quot; attribute</a> and how a UA should interpret it, and
@@ -5819,7 +5819,7 @@ <H2>6.4 <a name="cascade">The cascade</a></h2>
58195819
font). See <a href="sample.html">A sample style sheet for HTML
58205820
</a> for a recommended default style sheet for HTML documents.
58215821

5822-
<p class="note">Note that the user may modify system settings (e.g.
5822+
<p class="note">Note that the user may modify system settings (e.g.,
58235823
system colors) that affect the default style sheet. However, some user
58245824
agent implementations make it impossible to change the values in the
58255825
default style sheet.
@@ -7586,7 +7586,7 @@ <h4>9.2.1.1 <a name="anonymous-block-level">Anonymous block boxes</a></h4>
75867586
</p></div>
75877587

75887588
<p>The properties of anonymous boxes are inherited from the
7589-
enclosing non-anonymous box (e.g. in the example just below the subsection heading "Anonymous block boxes", the one for DIV).
7589+
enclosing non-anonymous box (e.g., in the example just below the subsection heading "Anonymous block boxes", the one for DIV).
75907590
Non-inherited properties have their initial value. For example,
75917591
the font of the anonymous box is inherited from the DIV, but the
75927592
margins will be 0.
@@ -7600,7 +7600,7 @@ <h4>9.2.1.1 <a name="anonymous-block-level">Anonymous block boxes</a></h4>
76007600
</p>
76017601
<p>
76027602
Some user agents have implemented borders on inlines containing
7603-
blocks in other ways, e.g. by wrapping such nested blocks inside
7603+
blocks in other ways, e.g., by wrapping such nested blocks inside
76047604
"anonymous line boxes" and thus drawing inline borders around such
76057605
boxes. As CSS1 and CSS2 did not define this behavior, CSS1-only and
76067606
CSS2-only user agents may implement this alternative model and still
@@ -8232,7 +8232,7 @@ <h3>9.4.2 <a name="inline-formatting">Inline formatting context</a></h3>
82328232
</p>
82338233

82348234
<p>
8235-
When an inline box exceeds the width of a line box, it is split into several boxes and these boxes are distributed across several line boxes. If an inline box cannot be split (e.g. if the inline box contains a single character, or language specific word breaking rules disallow a break within the inline box, or if the inline box is affected by a white-space value of nowrap or pre), then the inline box overflows the line box.
8235+
When an inline box exceeds the width of a line box, it is split into several boxes and these boxes are distributed across several line boxes. If an inline box cannot be split (e.g., if the inline box contains a single character, or language specific word breaking rules disallow a break within the inline box, or if the inline box is affected by a white-space value of nowrap or pre), then the inline box overflows the line box.
82368236
</p>
82378237
<p>
82388238
When an inline box is split, margins,
@@ -11770,10 +11770,10 @@ <h3>11.1.2 <a name="clipping">Clipping</a>: the <a href="visufx.html#propdef-cli
1177011770
</dd>
1177111771
</dl>
1177211772

11773-
<p>An element's clipping region clips out any aspect of the element (e.g. content, children, background, borders, text decoration, outline and visible scrolling mechanism &mdash; if any) that is outside the clipping region.
11773+
<p>An element's clipping region clips out any aspect of the element (e.g., content, children, background, borders, text decoration, outline and visible scrolling mechanism &mdash; if any) that is outside the clipping region.
1177411774
Content that has been clipped does not cause overflow.
1177511775
</p>
11776-
<p>The element's ancestors may also clip portions of their content (e.g. via their own <a href="visufx.html#propdef-clip" class="noxref"><span class="propinst-clip">'clip'</span></a> property and/or if
11776+
<p>The element's ancestors may also clip portions of their content (e.g., via their own <a href="visufx.html#propdef-clip" class="noxref"><span class="propinst-clip">'clip'</span></a> property and/or if
1177711777
their <a href="visufx.html#propdef-overflow" class="noxref"><span class="propinst-overflow">'overflow'</span></a> property is
1177811778
not 'visible'); what is rendered is the cumulative intersection.
1177911779
</p>
@@ -14266,7 +14266,7 @@ <h2>15.1 <a name="fonts-intro">Introduction</a></h2>
1426614266
<p>Setting font properties will be among the most common uses of style
1426714267
sheets. Unfortunately, there exists no well-defined and universally
1426814268
accepted taxonomy for classifying fonts, and terms that apply to one
14269-
font family may not be appropriate for others. E.g. 'italic' is
14269+
font family may not be appropriate for others. E.g., 'italic' is
1427014270
commonly used to label slanted text, but slanted text may also be
1427114271
labeled as being <em>Oblique, Slanted, Incline, Cursive</em> or
1427214272
<em>Kursiv</em>. Therefore it is not a simple problem to map typical
@@ -14345,7 +14345,7 @@ <h2>15.2 <a name="algorithm">Font matching algorithm</a></h2>
1434514345
<li><a href="fonts.html#propdef-font-size" class="noxref"><span class="propinst-font-size">'font-size'</span></a> must be matched within a
1434614346
UA-dependent margin of tolerance. (Typically, sizes for scalable fonts
1434714347
are rounded to the nearest whole pixel, while the tolerance for
14348-
bitmapped fonts could be as large as 20%.) Further computations, e.g.
14348+
bitmapped fonts could be as large as 20%.) Further computations, e.g.,
1434914349
by 'em' values in other properties, are based on
1435014350
the computed value of 'font-size'.
1435114351
</li>
@@ -14404,15 +14404,15 @@ <h2>15.3 <a name="font-family-prop">Font family</a>: the <a href="fonts.html#pro
1440414404

1440514405
<ul>
1440614406

14407-
<li>'serif' (e.g. Times)</li>
14407+
<li>'serif' (e.g., Times)</li>
1440814408

14409-
<li>'sans-serif' (e.g. Helvetica)</li>
14409+
<li>'sans-serif' (e.g., Helvetica)</li>
1441014410

14411-
<li>'cursive' (e.g. Zapf-Chancery)</li>
14411+
<li>'cursive' (e.g., Zapf-Chancery)</li>
1441214412

14413-
<li>'fantasy' (e.g. Western)</li>
14413+
<li>'fantasy' (e.g., Western)</li>
1441414414

14415-
<li>'monospace' (e.g. Courier)</li>
14415+
<li>'monospace' (e.g., Courier)</li>
1441614416

1441714417
</ul>
1441814418

@@ -14439,7 +14439,7 @@ <h2>15.3 <a name="font-family-prop">Font family</a>: the <a href="fonts.html#pro
1443914439
the font name are ignored and any sequence of white space characters
1444014440
inside the font name is converted to a single space.
1444114441

14442-
Font family <em>names</em> that happen to be the same as a keyword value (e.g. 'initial', 'inherit', 'default', 'serif', 'sans-serif', 'monospace', 'fantasy', and 'cursive') must be quoted to prevent confusion with the keywords with the same names. UAs must not consider these keywords as matching the '&lt;family-name&gt;' type.
14442+
Font family <em>names</em> that happen to be the same as a keyword value (e.g., 'initial', 'inherit', 'default', 'serif', 'sans-serif', 'monospace', 'fantasy', and 'cursive') must be quoted to prevent confusion with the keywords with the same names. UAs must not consider these keywords as matching the '&lt;family-name&gt;' type.
1444314443
</p>
1444414444

1444514445

@@ -14749,7 +14749,7 @@ <h2>15.6 <a name="font-boldness">Font boldness</a>: the
1474914749
</p>
1475014750
<ul>
1475114751
<li>If the font family already uses a numerical scale with nine values
14752-
(like e.g. <em>OpenType</em> does), the font weights should be mapped
14752+
(like e.g., <em>OpenType</em> does), the font weights should be mapped
1475314753
directly.
1475414754
</li>
1475514755
<li>If there is both a face labeled <em>Medium</em> and one labeled
@@ -14910,7 +14910,7 @@ <h2>15.7 <a name="font-size-props">Font size</a>: the <a href="fonts.html#propde
1491014910

1491114911
<p class="note">Note: implementation experience has demonstrated that a fixed ratio between adjacent absolute-size keywords is problematic, and this specification does NOT recommend such a fixed ratio, in contrast to previous specifications (<a href="http://www.w3.org/TR/REC-CSS1#font-size">CSS1 suggested 1.5</a>, and <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#font-size-props">CSS2 suggested 1.2</a>).</p>
1491214912

14913-
<p>Implementors should build a table of scaling factors for absolute-size keywords relative to the 'medium' font size and the particular device and its characteristics (e.g. the resolution of the device).
14913+
<p>Implementors should build a table of scaling factors for absolute-size keywords relative to the 'medium' font size and the particular device and its characteristics (e.g., the resolution of the device).
1491414914
</p>
1491514915

1491614916
<p>
@@ -14925,9 +14925,9 @@ <h2>15.7 <a name="font-size-props">Font size</a>: the <a href="fonts.html#propde
1492514925
in less than 9 pixels per EM unit on a computer display.</em></p>
1492614926

1492714927
<p class="note"><em><strong>Note 2.</strong> In CSS1, the suggested
14928-
scaling factor between adjacent indexes was 1.5 which user experience
14929-
proved to be too large. In CSS2, the suggested scaling factor for computer
14930-
screen between adjacent indexes was 1.2 which still created issues for the small
14928+
scaling factor between adjacent indexes was 1.5, which user experience
14929+
proved to be too large. In CSS2, the suggested scaling factor for a computer
14930+
screen between adjacent indexes was 1.2, which still created issues for the small
1493114931
sizes. The new scaling factor varies between each index to provide better
1493214932
readability.</em></p>
1493314933

@@ -15660,7 +15660,7 @@ <h3>16.6.1 <a name="white-space-model">The 'white-space' processing model</a></h
1566015660
<li>If 'white-space' is set to 'normal' or 'nowrap', linefeed
1566115661
characters are transformed for rendering purpose into one of the
1566215662
following characters: a space character, a zero width space
15663-
character (U+200B), or no character (i.e. not rendered),
15663+
character (U+200B), or no character (i.e., not rendered),
1566415664
according to UA-specific algorithms based on the content script.
1566515665
</li>
1566615666
<li>If 'white-space' is set to 'normal', 'nowrap', or 'pre-line',
@@ -19839,7 +19839,7 @@ <h3 id="c4.1.3"><a name="q19">C.2.12 </a><a href="syndata.html#characters">Secti
1983919839
<p>CSS is no longer case-insensitive, but case-sensitive with
1984019840
exceptions. Changed "All CSS style sheets are case-insensitive, except
1984119841
for parts that are not under the control of CSS" to "All CSS syntax is
19842-
case-insensitive within the ASCII range (i.e. [a-z] and [A-Z] are
19842+
case-insensitive within the ASCII range (i.e., [a-z] and [A-Z] are
1984319843
equivalent), except for parts that are not under the control of CSS."
1984419844
See also the change to case-sensitivity of counters in <a
1984519845
href="#c4.3.5">4.3.5.</a>
@@ -21580,7 +21580,7 @@ <h3 id="r3.1"><a name="q198">C.4.4 </a><a href="conform.html#defs">Section 3.1
2158021580

2158121581
<p>Changed definition of 'replaced element' to "an element whose content
2158221582
is outside the scope of the CSS formatting model" and added further clarifying
21583-
text. This clarifies that e.g. SVG images embedded in an XML document are
21583+
text. This clarifies that e.g., SVG images embedded in an XML document are
2158421584
also considered replaced elements, not just those linked in from an outside
2158521585
file. Also changed definition of 'rendered content' to be consistent with this
2158621586
clarification.</p>
@@ -22428,7 +22428,7 @@ <h3 id="s.4.1.3a"><a name="q294">C.5.7 </a><a
2242822428
except for certain parts:
2242922429

2243022430
<blockquote><p>All CSS syntax is case-insensitive <ins>within the
22431-
ASCII range (i.e. [a-z] and [A-Z] are equivalent)</ins>, except for
22431+
ASCII range (i.e., [a-z] and [A-Z] are equivalent)</ins>, except for
2243222432
parts that are not under the control of CSS.</blockquote>
2243322433

2243422434

css2/diffs-rec/cascade.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <H2>6.4 <a name="cascade">The cascade</a></h2>
297297
font). See <a href="sample.html"> <del>"A</del><ins>A</ins> sample style sheet for HTML
298298
</a> <del>4.0"</del>for a recommended default style sheet for HTML <del>4.0</del>documents.
299299

300-
<p class="note">Note that the <del>default style sheet</del><ins>user</ins> may <del>change if</del><ins>modify</ins> system settings <del>are modified by the user (e.g.,</del><ins>(e.g.</ins>
300+
<p class="note">Note that the <del>default style sheet</del><ins>user</ins> may <del>change if</del><ins>modify</ins> system settings <del>are modified by the user</del>(e.g.,
301301
system <del>colors).</del><ins>colors) that affect the default style sheet.</ins> However, <del>due to limitations in a</del><ins>some</ins> user
302302
<del>agent's internal implementation,</del><ins>agent implementations make</ins> it <del>may be</del>impossible to change the values in the
303303
default style sheet.

css2/diffs-rec/changes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ <h3 id="c4.1.3"><a name="q19"><ins>C.2.12</ins> </a><a href="syndata.html#charac
562562
<p><ins>CSS is no longer case-insensitive, but case-sensitive with
563563
exceptions. Changed "All CSS style sheets are case-insensitive, except
564564
for parts that are not under the control of CSS" to "All CSS syntax is
565-
case-insensitive within the ASCII range (i.e. [a-z] and [A-Z] are
565+
case-insensitive within the ASCII range (i.e., [a-z] and [A-Z] are
566566
equivalent), except for parts that are not under the control of CSS."
567567
See also the change to case-sensitivity of counters in</ins> <a
568568
href="#c4.3.5"><ins>4.3.5.</ins></a>
@@ -2303,7 +2303,7 @@ <h3 id="r3.1"><a name="q198"><ins>C.4.4</ins> </a><a href="conform.html#defs"><i
23032303

23042304
<p><ins>Changed definition of 'replaced element' to "an element whose content
23052305
is outside the scope of the CSS formatting model" and added further clarifying
2306-
text. This clarifies that e.g. SVG images embedded in an XML document are
2306+
text. This clarifies that e.g., SVG images embedded in an XML document are
23072307
also considered replaced elements, not just those linked in from an outside
23082308
file. Also changed definition of 'rendered content' to be consistent with this
23092309
clarification.</ins></p>
@@ -3151,7 +3151,7 @@ <h3 id="s.4.1.3a"><a name="q294"><ins>C.5.7</ins> </a><a
31513151
except for certain parts:</ins>
31523152

31533153
<blockquote><p><ins>All CSS syntax is case-insensitive <ins>within the
3154-
ASCII range (i.e. [a-z] and [A-Z] are equivalent)</ins>, except for
3154+
ASCII range (i.e., [a-z] and [A-Z] are equivalent)</ins>, except for
31553155
parts that are not under the control of CSS.</ins></blockquote>
31563156

31573157

css2/diffs-rec/cover.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,12 @@ <h3 class="no-num" id="crec"><ins>Candidate Recommendation Exit Criteria</ins></
215215
<p><ins>a user agent which:</ins></p>
216216
<ol>
217217
<li><ins>implements the feature.</ins></li>
218-
<li><ins>is available (i.e. publicly downloadable or available
218+
<li><ins>is available (i.e., publicly downloadable or available
219219
through some</ins> other <del>languages see http://www.w3.org/Style/css2-updates/translations.html . Errata</del><ins>public point of sale mechanism). This is</ins> the
220220
<del>list</del><ins>"show me" requirement.</ins></li>
221-
<li><ins>is shipping (i.e. development, private or unofficial
221+
<li><ins>is shipping (i.e., development, private or unofficial
222222
versions are insufficient).</ins></li>
223-
<li><ins>is not experimental (i.e. is intended for a wide audience
223+
<li><ins>is not experimental (i.e., is intended for a wide audience
224224
and could be used on a daily basis).</ins></li>
225225
</ol>
226226
</dd>

0 commit comments

Comments
 (0)