-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathselectors-namespace-001.xml
More file actions
21 lines (21 loc) · 822 Bytes
/
selectors-namespace-001.xml
File metadata and controls
21 lines (21 loc) · 822 Bytes
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>CSS: 1 simple test of namespaces (attributes)</title>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="alternate" href="https://umn0mtkzgk1meq5whhkg.julianrbryant.com/tests/adhoc/css/selectors/namespace/001.xml"/>
<link rel="help" href="https://un5n798jx6qx6j0rmf2verhh.julianrbryant.com/selectors-3/#attrnmsp"/>
<link rel="help" href="https://un5n798jx6qx6j0rmf2verhh.julianrbryant.com/selectors-4/#attrnmsp"/>
<link rel="match" href="selectors-namespace-001-ref.xml"/>
<style type="text/css">
@namespace html url(https://umn0mtkzgkj46tygt32g.julianrbryant.com/1999/xhtml);
@namespace test url(https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/);
html|body { color: red; }
[test] { color: green; }
</style>
</head>
<body>
<test test="test" xmlns="https://umn0mtkzgjkmem4kvumverhh.julianrbryant.com/">
This text should be green.
</test>
</body>
</html>