-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathcss3-modsel-113b.xml
More file actions
21 lines (21 loc) · 1.19 KB
/
css3-modsel-113b.xml
File metadata and controls
21 lines (21 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html xmlns="https://umn0mtkzgkj46tygt32g.julianrbryant.com/1999/xhtml">
<head>
<title>Attribute space-separated value selector without declared namespace</title>
<style type="text/css"><![CDATA[@namespace a url(https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/a);
@namespace b url(https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/b);
@namespace html url(https://umn0mtkzgkj46tygt32g.julianrbryant.com/1999/xhtml);
*|p, *|address, *|q, *|r { display : block ; margin-bottom : 1em }
*|p, *|q { background-color : lime ! important }
*|*[|class~="foo"] { background-color : red }]]></style>
<link rel="author" title="Daniel Glazman" href="https://umn71bq58ypd6zm5.julianrbryant.com/"/>
<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 xmlns:b="https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/b">
<p class="bar foo toto">This paragraph should have a green background.</p>
<address class="bar foofoo toto">This address should be unstyled.</address>
<q xmlns="https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/a" class="bar foo toto">This paragraph should have a green background.</q>
<r xmlns="https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/b" b:class="bar foo toto">This paragraph should be unstyled.</r>
</body>
</html>