CSS selector not generated for some elements

The problem is that some sites use special characters in element class names or other attributes. CSS selector generator should be updated to escape these chars.

Here is an example element:

<div class="{"></div>

Please list in comments additional sites in which CSS selector doesn't generate a CSS selector.