Skip to content

Commit dd0f0db

Browse files
committed
[dbaron revision history] Back to canonical stylesheet link. Fix character set vs. encoding. (date: 2003/07/29 03:01:15)
1 parent 0f6eda8 commit dd0f0db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-syntax/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616
<head>
1717
<title>CSS3 module: Syntax</title>
18-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/Style/Group/css3-src/default.css">
18+
<link rel="stylesheet" type="text/css" href="default.css">
1919
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-MO">
2020
</head>
2121

@@ -148,7 +148,7 @@ <h2>CSS style sheet representation</h2>
148148
encoding</span> (from highest priority to lowest):</p>
149149

150150
<ol>
151-
<li>A character set specified by a higher level protocol (e.g., the
151+
<li>A character encoding specified by a higher level protocol (e.g., the
152152
"charset" parameter to the MIME type specified in an HTTP "Content-Type"
153153
field).
154154
(The HTTP protocol ([[!HTTP11]], section 3.7.1) mentions ISO-8859-1 as a

0 commit comments

Comments
 (0)