Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/selectors/old-tests/css3-modsel-134.xml - WPT Dashboard Interop Dashboard
<head>
<title>NEGATED Substring matching attribute selector on beginning with universal namespace</title>
*|p, *|q, *|r, *|s, *|t{ display : block ; margin-bottom : 1em }
*|p.red, *|q, *|t { background-color : red }
div.stub *|*:not([*|title^="si on"]) { 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 -->
<link rel="match" href="reference/lime-bg-paras-u-g-g-u-u-g.xht"/>
<meta name="flags" content=" namespace" />
</head>
<div class="stub">
<p title="si on chantait">This paragraph should be unstyled.</p>
<p title="si il chantait" class="red">This paragraph should have a green background.</p>
<q xmlns="http://www.example.org/a" a:title="si nous chantions">This paragraph should have a green background.</q>
<t xmlns="http://www.example.org/b" b:ti="si on chantait">This paragraph should have a green background.</t>
</div>
</body>
</html>