Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>Attribute existence selector without declared namespace</title>
*|p, *|q, *|r, *|s, *|t{ display : block ; margin-bottom : 1em }
*|p, *|r { background-color : red }
*|*[|title] { background-color : lime }]]></style>
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
<link rel="help" href="https://www.w3.org/TR/css3-selectors/#selectors"/> <!-- bogus link to make sure it gets found -->
<meta name="flags" content=" namespace" />
</head>
<p title="si on chantait">This paragraph should have a green background</p>
<r xmlns="http://www.example.org/a" title="si on chantait">This paragraph should have a green background</r>
</body>
</html>