Skip to content

Commit 45eb0c2

Browse files
committed
[css2] Corrected mistakes in edited issues
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403091
1 parent a8dbbff commit 45eb0c2

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

css2/fonts.src

Lines changed: 3 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: fonts.src,v 2.102 2010-10-13 15:39:24 bbos Exp $ -->
3+
<!-- $Id: fonts.src,v 2.103 2010-12-16 20:21:53 bbos Exp $ -->
44
<head>
55
<title>Fonts</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -575,6 +575,7 @@ to weight values. The only guarantee is that a face of a given value
575575
will be no less dark than the faces of lighter values.
576576
</p>
577577

578+
<!--
578579
<div id="compute-font-weight">
579580
<p class=note>Note: A set of nested elements that mix 'bolder' and
580581
'lighter' will
@@ -586,6 +587,7 @@ availability. This behavior will be more precisely defined in CSS3.
586587
represented internally or externally.
587588
</p>
588589
</div>
590+
-->
589591

590592
<h2><a name="font-size-props">Font size</a>: the <span
591593
class="propinst-font-size">'font-size'</span>

css2/text.src

Lines changed: 4 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: text.src,v 2.76 2010-10-25 14:26:21 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.77 2010-12-16 20:21:53 bbos Exp $ -->
44
<head>
55
<title>Text</title>
66
<meta http-equiv="Content-Style-Type" content="text/css">
@@ -118,6 +118,9 @@ If an element has a computed value for 'white-space' of 'pre' or
118118
'pre-wrap', then neither the glyphs of that element's text content nor
119119
its white space may be altered for the purpose of justification.
120120
</p>
121+
<!-- issue http://wiki.csswg.org/spec/css2.1#issue-53 -->
122+
<p class=note>Note: CSS may add a way to justify text with
123+
'white-space: pre-wrap' in the future.
121124

122125
<div class="example"><p>
123126
In this example, note that since <span

css2/visudet.src

Lines changed: 2 additions & 2 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: visudet.src,v 2.152 2010-12-03 15:20:08 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.153 2010-12-16 20:21:53 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model details</title>
66
<style type="text/css">
@@ -1435,7 +1435,7 @@ the largest font size.
14351435
</p>
14361436
<p>Generally, when there is only one value of <span
14371437
class="propinst-line-height">'line-height'</span> for all inline
1438-
boxes in a block-level box (and no replaced elements, inline-block
1438+
boxes in a block container box (and no replaced elements, inline-block
14391439
elements, etc.), the above will ensure that
14401440
baselines of successive lines are exactly <span
14411441
class="propinst-line-height">'line-height'</span> apart. This is

css2/visufx.src

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ the <code>&lt;blockquote&gt;</code> would be formatted without clipping, somethi
176176

177177
<p>Setting <span class="propinst-overflow">'overflow'</span> to
178178
'hidden' for the <code>&lt;div&gt;</code>, on the other hand, causes the
179-
<code>&lt;blockquote&gt;</code> to be clipped by the containing div:
179+
<code>&lt;blockquote&gt;</code> to be clipped by the containing
180+
<code>&lt;div&gt;</code>:
180181
</p>
181182

182183
<div class="figure">

css2/visuren.src

Lines changed: 3 additions & 2 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: visuren.src,v 2.172 2010-12-16 19:16:39 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.173 2010-12-16 20:21:53 bbos Exp $ -->
44
<head>
55
<title>Visual formatting model</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -139,7 +139,8 @@ placed with respect to the principal box.
139139

140140
<p>Except for table boxes, which are described in a later chapter, and
141141
replaced elements, a block-level box is also a block container box.
142-
A <span class="index-def"><dfn>block container box</dfn></span> either
142+
A <span class="index-def" title="block container box"><dfn>block
143+
container box</dfn></span> either
143144
contains only block-level boxes or establishes an inline formatting
144145
context and thus contains only inline-level boxes. Not all block
145146
container boxes are block-level elements: non-replaced inline blocks

0 commit comments

Comments
 (0)