Skip to content

Commit 88a7521

Browse files
committed
[css2] Issue 68: argument of :lang() is matched case-insensitive.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402896
1 parent 333d97c commit 88a7521

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/selector.src

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.112 2008-11-03 16:46:07 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.113 2009-04-15 07:25:26 bbos Exp $ -->
44
<head>
55
<title>Selectors</title>
66
</head>
@@ -969,8 +969,9 @@ other document language-specific methods for determining the language.
969969
C. Whether there is a match is based solely on the identifier C
970970
being either equal to, or a hyphen-separated substring of, the
971971
element's language value, in the same way as if performed by the <a
972-
href="#attribute-selectors">'|='</a> operator. The identifier C doesn't
973-
have to be a valid language name.</p>
972+
href="#attribute-selectors">'|='</a> operator. The matching of C
973+
against the element's language value is performed case-insensitively.
974+
The identifier C doesn't have to be a valid language name.</p>
974975

975976
<p>C must not be empty.
976977

0 commit comments

Comments
 (0)