blob: 9b62c87e8b29c4abe3fb12746627cda8c13d749e [file] [log] [blame] [edit]
<html>
<head>
<style type="text/css">
p[class~="abc"] { color: red }
</style>
</head>
<body>
<h1>Html Heading</h1>
<p>fzz</p>
<h2>Html Heading</h2>
<p class="abc">fzz</p>
<p>fzz todo doesnt work, although following example does work.</p>
</body>
</html>