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-129.xml - WPT Dashboard Interop Dashboard
<head>
<title>NEGATED Substring matching attribute value selector on middle with declared namespace</title>
*|p, *|q, *|r, *|s { display : block ; margin-bottom : 1em }
*|q, *|s { background-color : red }
div.stub *|*:not([a|title*="hanta"]) { 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/three-p-lime-background-except-middle.xht"/>
<meta name="flags" content=" namespace" />
</head>
<div class="stub">
<q xmlns="http://www.example.org/a" a:title="si nous chantions">This paragraph should have a green background.</q>
<s xmlns="http://www.example.org/b" b:title="si on chantait">This paragraph should have a green background.</s>
</div>
</body>
</html>