# 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 is considered a violation:

```css
blink {
  color: pink;
}
```
