File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
22<html lang="en">
3- <!-- $Id: selector.src,v 2.31 1998-03-17 08:04:36 ijacobs Exp $ -->
3+ <!-- $Id: selector.src,v 2.32 1998-03-20 19:24:06 bbos Exp $ -->
44<head>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<title>Selectors</title>
@@ -973,7 +973,7 @@ that is either in French or German, or a combination of those:</p>
973973HTML:lang(fr) {quotes: "�" "�" "\2039" "\203A" "\201C" "\201D"}
974974HTML:lang(de) {quotes: "�" "�" "\203A" "\2039" "\201E" "\201D"}
975975[LANG|=fr] > * {quotes: "�" "�" "\2039" "\203A" "\201C" "\201D"}
976- [LANG|=de} > * {quotes: "�" "�" "\203A" "\2039" "\201E" "\201D"}
976+ [LANG|=de] > * {quotes: "�" "�" "\203A" "\2039" "\201E" "\201D"}
977977</pre>
978978
979979<p>The second pair of rules actually set the <span
You can’t perform that action at this time.
0 commit comments