Skip to content

Commit 94372ae

Browse files
committed
[css2] Tantek's edits: some clean-up.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402074
1 parent 33e291b commit 94372ae

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

css2/text.src

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<html lang="en">
4-
<!-- $Id: text.src,v 2.36 2003-01-27 21:39:37 bbos Exp $ -->
4+
<!-- $Id: text.src,v 2.37 2003-03-21 15:57:53 bbos Exp $ -->
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<title>Text</title>
8-
<!-- Changed by: Tantek Celik, 2003-01-21 -->
8+
<!-- Changed by: Tantek Celik, 2003-03-03 -->
99
<style type="text/css">
1010
.current,.proposed { background:#feb }
1111
ins.proposed { background:#bfb }
@@ -345,7 +345,6 @@ pre[wrap] { white-space: pre-wrap }
345345
</pre>
346346
</div>
347347

348-
<ins class="proposed">
349348
<h3 id="white-space-model">The 'white-space' processing model</h3>
350349
<p>
351350
Any text that is directly contained inside a block (not inside an
@@ -376,7 +375,7 @@ there:
376375
<ol><li> every tab (U+0009) is converted to a space (U+0020)</li>
377376
<li> any space (U+0020) following another space (U+0020) &mdash; even
378377
a space before the inline, if that space also has
379-
'white-space set to 'normal', 'nowrap' or 'pre-line' &mdash; is removed.</li>
378+
'white-space' set to 'normal', 'nowrap' or 'pre-line' &mdash; is removed.</li>
380379
</ol>
381380
</li>
382381
</ol>
@@ -402,7 +401,6 @@ As each line is laid out,
402401
'normal', 'nowrap', or 'pre-line', it is also removed.
403402
</li>
404403
</ol>
405-
</ins>
406404

407405
</body>
408406
</html>

css2/visufx.src

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
55
<title>Visual effects</title>
6-
<!-- Changed by: Tantek Celik, 2003-01-27 -->
6+
<!-- Changed by: Tantek Celik, 2003-03-03 -->
77
<style type="text/css">
88
.current,.proposed,span.delcurrent { background:#feb }
99
ins.proposed,span.insproposed { background:#bfb }
@@ -40,7 +40,7 @@ class="propinst-height">'height'</span> property, not by content
4040
height).
4141
</li>
4242
<li>A descendent box is <a href="visuren.html#absolute-positioning">positioned
43-
absolutely</a>, partly outside the box.
43+
absolutely</a>, partly outside the box. Such boxes are <em>not</em> clipped by the overflow property on their ancestors.
4444
</li>
4545
<li>A descendent box has <a href="box.html#margin-properties">negative margins</a>, causing it
4646
to be positioned partly outside the box.
@@ -86,11 +86,9 @@ user agent uses a scrolling mechanism that is visible on the screen
8686
(such as a scroll bar or a panner), that mechanism should be displayed
8787
for a box whether or not any of its content is clipped. This avoids
8888
any problem with scrollbars appearing and disappearing in a dynamic
89-
environment. <!--<span class="delproposed">-->
89+
environment.
9090
When this value is specified and the target medium is
91-
'print', overflowing content
92-
<span class="delcurrent">should</span>
93-
<span class="insproposed">may</span> be printed. <!--</span>-->
91+
'print', overflowing content may be printed.
9492
</dd>
9593

9694
<dt><strong>auto</strong></dt>
@@ -106,11 +104,9 @@ to 'visible', content may be clipped to a UA's document window by the
106104
native operating environment.
107105
</p>
108106

109-
<ins class="proposed">
110107
<p>
111108
HTML UAs may apply the overflow property from the BODY or HTML elements to the viewport.
112109
</p>
113-
</ins>
114110

115111
<div class="example"><p>
116112
Consider the following example of a block quotation

0 commit comments

Comments
 (0)