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
933933expected to be able to reformat a document dynamically. For
934934information 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
10351035to show how properties are inherited.</p>
10361036
10371037<pre>
1038- <P><b><P:first-line></b>This is a
1038+ <P><b><P:first-line></b> This is a
10391039 somewhat long HTML
10401040 paragraph that will<b></P:first-line></b> be
10411041 broken into several
@@ -1050,7 +1050,7 @@ then re-opens the element. Thus, if we mark up the previous paragraph
10501050with a SPAN element:</p>
10511051
10521052<pre>
1053- <P><b><SPAN class="test"></b>This is a
1053+ <P><b><SPAN class="test"></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>
10631063SPAN when inserting the fictional tag sequence for :first-line.</p>
10641064
10651065<pre>
1066- <P><P:first-line><b><SPAN class="test"></b>This is a
1066+ <P><P:first-line><b><SPAN class="test"></b> This is a
10671067 somewhat long HTML
1068- paragraph that will<b></SPAN></b></P:first-line><b><SPAN class="test"></b> be
1068+ paragraph that will <b></SPAN></b></P:first-line><b><SPAN class="test"></b> be
10691069 broken into several
10701070 lines.<b></SPAN></b> The first line will be identified
10711071 by a fictional tag sequence. The other lines will
0 commit comments