-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathcss3-modsel-174b.xml
More file actions
19 lines (19 loc) · 834 Bytes
/
css3-modsel-174b.xml
File metadata and controls
19 lines (19 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html xmlns="https://umn0mtkzgkj46tygt32g.julianrbryant.com/1999/xhtml">
<head>
<title>NEGATED Attribute selectors with multiple attributes</title>
<style type="text/css"><![CDATA[
tests, tests * { display: block; color: green }
testA:not([*|attribute="pass"]) { color: red; }
testB:not([*|attribute="pass"]) { color: red; }
]]></style>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="help" href="https://un5gmtkzgkj46tygt32g.julianrbryant.com/TR/css3-selectors/#selectors"/> <!-- bogus link to make sure it gets found -->
<meta name="flags" content=" namespace" />
</head>
<body>
<tests xmlns="https://umn5f0agx1fvjyc2pp854jr.julianrbryant.com/" xmlns:test="https://umn5f0agx1fvjyc2pp854jr.julianrbryant.com/">
<testA attribute="pass" test:attribute="fail">This should be green.</testA>
<testB attribute="fail" test:attribute="pass">This should be green.</testB>
</tests>
</body>
</html>