Skip to content

Commit 9559a08

Browse files
committed
[css2] Spell checked and minor fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401156
1 parent d530113 commit 9559a08

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

css2/css.dico

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ hspace
659659
htm
660660
html
661661
http
662+
hyperlink
662663
hyperlinks
663664
hz
664665
ian
@@ -792,6 +793,7 @@ policyfooter
792793
polytonic
793794
poynton
794795
pre
796+
prepended
795797
preformatted
796798
prepended
797799
prio

css2/generate.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class="index-inst" title="attr()">attribute</span>, by using the
195195
'attr()'
196196
<!--</a>-->
197197
function.
198-
<!--<p>Attributes in the source document can also be used whereever
198+
<!--<p>Attributes in the source document can also be used wherever
199199
strings are expected.-->
200200
The function <span class="index-def" title="attr()">'attr(X)'</span>
201201
returns the value of attribute X. If the current element doesn't have

css2/intro.src

Lines changed: 2 additions & 2 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.16 1998-03-10 18:44:26 bbos Exp $ -->
3+
<!-- $Id: intro.src,v 2.17 1998-03-14 00:37:33 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Introduction to CSS2</TITLE>
@@ -207,7 +207,7 @@ is not strictly necessary, because 'inline' is the default), and the
207207
second rule, with its comma-separated list of selectors, declares all
208208
the other elements to be block-level.
209209

210-
<P>It has not yet been finalised how style sheets will be linked to
210+
<P>It has not yet been finalized how style sheets will be linked to
211211
XML documents, but assuming the above CSS fragment is combined with
212212
the XML fragment, a visual user agent could format the result as:
213213

0 commit comments

Comments
 (0)