Skip to content

Commit bb0a068

Browse files
committed
[css2] s/XML:LANG/xml:lang; fixed value of line-height (1.2) in 5.12.2 example
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401775
1 parent b6ec52e commit bb0a068

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/selector.src

Lines changed: 4 additions & 4 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.55 1998-09-28 23:26:59 ijacobs Exp $ -->
3+
<!-- $Id: selector.src,v 2.56 1999-11-02 19:06:17 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -369,7 +369,7 @@ SPAN[class=example] { color: blue; }
369369
</div>
370370

371371
<P>Multiple attribute selectors can be used to refer to several
372-
attributes of an element, or even several times the same attribute.
372+
attributes of an element, or even several times to the same attribute.
373373

374374
<div class="example"><p>
375375
Here, the selector matches all SPAN elements whose
@@ -894,7 +894,7 @@ determined, it is possible to write selectors in CSS that match an
894894
element based on its language. For example, in HTML [[HTML40]], the
895895
language is determined by a combination of the "lang" attribute, the
896896
META element, and possibly by information from the protocol (such as
897-
HTTP headers). XML uses an attribute called XML:LANG, and there may be
897+
HTTP headers). XML uses an attribute called xml:lang, and there may be
898898
other document language-specific methods for determining the language.
899899

900900
<p>The pseudo-class ':lang(C)' matches if the element is in
@@ -1062,7 +1062,7 @@ class="propinst-clear">'clear'.</span></p>
10621062
&lt;HEAD&gt;
10631063
&lt;TITLE&gt;Drop cap initial letter&lt;/TITLE&gt;
10641064
&lt;STYLE type="text/css"&gt;
1065-
P { font-size: 12pt; line-height: 12pt }
1065+
P { font-size: 12pt; line-height: 1.2 }
10661066
P:first-letter { font-size: 200%; font-style: italic;
10671067
font-weight: bold; float: left }
10681068
SPAN { text-transform: uppercase }

0 commit comments

Comments
 (0)