Skip to content

Commit c3400df

Browse files
committed
[css2] Tantek replaced -- by —
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402022
1 parent b490986 commit c3400df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/text.src

Lines changed: 4 additions & 4 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.34 2003-01-21 12:51:31 bbos Exp $ -->
4+
<!-- $Id: text.src,v 2.35 2003-01-21 21:45:24 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-20 -->
8+
<!-- Changed by: Tantek Celik, 2003-01-21 -->
99
<style type="text/css">
1010
.current,.proposed { background:#feb }
1111
ins.proposed { background:#bfb }
@@ -374,9 +374,9 @@ there:
374374
</li>
375375
<li>If 'white-space' is set to 'normal', 'nowrap', or 'pre-line',
376376
<ol><li> every tab (U+0009) is converted to a space (U+0020)</li>
377-
<li> any space (U+0020) following another space (U+0020) -- even
377+
<li> any space (U+0020) following another space (U+0020) &mdash; even
378378
a space before the inline, if that space also has
379-
'white-space set to 'normal', 'nowrap' or 'pre-line' -- is removed.</li>
379+
'white-space set to 'normal', 'nowrap' or 'pre-line' &mdash; is removed.</li>
380380
</ol>
381381
</li>
382382
</ol>

0 commit comments

Comments
 (0)