Skip to content

Commit a932b81

Browse files
committed
[css2] Space bug fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401243
1 parent 576b82e commit a932b81

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css2/selector.src

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.28 1998-03-17 01:14:42 howcome Exp $ -->
3+
<!-- $Id: selector.src,v 2.29 1998-03-17 01:26:06 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -932,8 +932,8 @@ A:focus:hover {background: white}
932932
<P>In order to support the :focus pseudo-class, user agents are
933933
expected to be able to reformat a document dynamically. For
934934
information about the presentation of focus outlines, please consult
935-
the section on <a href="ui.html#focus-representation"> representing
936-
the focus</a>.
935+
the section on <a href="ui.html#dynamic-outlines">dynamic
936+
focus outlines</a>.
937937

938938
<div class="note"><P>
939939
<em><strong>Note.</strong>
@@ -1035,7 +1035,7 @@ sequence</span></em> for :first-line. This fictional tag sequence helps
10351035
to show how properties are inherited.</p>
10361036

10371037
<pre>
1038-
&lt;P&gt;<b>&lt;P:first-line&gt;</b>This is a
1038+
&lt;P&gt;<b>&lt;P:first-line&gt;</b> This is a
10391039
somewhat long HTML
10401040
paragraph that will<b>&lt;/P:first-line&gt;</b> be
10411041
broken into several
@@ -1050,7 +1050,7 @@ then re-opens the element. Thus, if we mark up the previous paragraph
10501050
with a SPAN element:</p>
10511051

10521052
<pre>
1053-
&lt;P&gt;<b>&lt;SPAN class="test"&gt;</b>This is a
1053+
&lt;P&gt;<b>&lt;SPAN class="test"&gt;</b> This is a
10541054
somewhat long HTML
10551055
paragraph that will be
10561056
broken into several
@@ -1063,9 +1063,9 @@ with a SPAN element:</p>
10631063
SPAN when inserting the fictional tag sequence for :first-line.</p>
10641064

10651065
<pre>
1066-
&lt;P&gt;&lt;P:first-line&gt;<b>&lt;SPAN class="test"&gt;</b>This is a
1066+
&lt;P&gt;&lt;P:first-line&gt;<b>&lt;SPAN class="test"&gt;</b> This is a
10671067
somewhat long HTML
1068-
paragraph that will<b>&lt;/SPAN&gt;</b>&lt;/P:first-line&gt;<b>&lt;SPAN class="test"&gt;</b> be
1068+
paragraph that will <b>&lt;/SPAN&gt;</b>&lt;/P:first-line&gt;<b>&lt;SPAN class="test"&gt;</b> be
10691069
broken into several
10701070
lines.<b>&lt;/SPAN&gt;</b> The first line will be identified
10711071
by a fictional tag sequence. The other lines will

0 commit comments

Comments
 (0)