I would be useful to support next kinds of attribute selectors: ```css [attribute~="value"] [attribute|="value"] [attribute^="value"] [attribute$="value"] [attribute*="value"] ```