#selector-no-attribute

Disallow attribute selectors.

禁用特性选择器。

    [rel="external"] {}
/** ↑
 * This type of selector */

#Options

#true

The following patterns are considered warnings:

以下模式被认为是个警告:

[foo] {}
[rel="external"] {}
a,
[type="text"] {}
a > [foo] {}

The following patterns are not considered warnings:

以下模式正常:

a {}
.foo {}
#bar {}