Skip to content

Commit 9cb4d6f

Browse files
committed
[css2] s/ref/href in LINK example; s/XML:stylesheet/xml-stylesheet/
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401769
1 parent 282bf2d commit 9cb4d6f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/intro.src

Lines changed: 3 additions & 3 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: intro.src,v 2.32 1998-05-08 16:25:57 ijacobs Exp $ -->
3+
<!-- $Id: intro.src,v 2.33 1999-11-02 18:47:36 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Introduction to CSS2</TITLE>
@@ -90,7 +90,7 @@ element:</p>
9090

9191
<ul>
9292
<li> the type of link: to a "stylesheet".
93-
<li> the location of the style sheet via the "ref" attribute.
93+
<li> the location of the style sheet via the "href" attribute.
9494
<li>the type of style sheet being linked: "text/css".
9595
</ul>
9696

@@ -210,7 +210,7 @@ other elements to be block-level.
210210
a processing instruction:
211211

212212
<PRE class="xml-example">
213-
&lt;?XML:stylesheet type="text/css" href="bach.css"?&gt;
213+
&lt;?xml-stylesheet type="text/css" href="bach.css"?&gt;
214214
&lt;ARTICLE&gt;
215215
&lt;HEADLINE&gt;Fredrick the Great meets Bach&lt;/HEADLINE&gt;
216216
&lt;AUTHOR&gt;Johann Nikolaus Forkel&lt;/AUTHOR&gt;

0 commit comments

Comments
 (0)