| <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> |