Support [*|attr], attribute selectors in any namespace (fixes #1558)

This commit is contained in:
Tim Taubert 2014-10-06 16:02:19 +02:00
parent 070b6046aa
commit b9e23563bb
7 changed files with 57 additions and 10 deletions

View file

@ -5,6 +5,7 @@
</head>
<body>
<p style="color: green">This text should be green.</p>
<p style="color: red">This text should be red.</p>
<p>This text should be black.</p>
</body>
</html>