# no-obsolete-element Disallow obsolete selectors using. **Sources:** - [W3G Obsolete features](https://www.w3.org/TR/html5/obsolete.html#obsolete) - [W3G Features removed](https://www.w3.org/TR/html52/changes.html#features-removed) ## Options ### true The following pattern are considered violations: ```css blink { color: pink; } ```