|
|
2 年之前 | |
|---|---|---|
| .. | ||
| README.md | 2 年之前 | |
| index.js | 2 年之前 | |
Deprecated: Instead use the selector-attribute-operator-disallowed-list rule.
Specify a list of disallowed attribute operators.
[target="_blank"] {}
/** ↑
* This operator */
array|string: ["array", "of", "operators"]|"operator"
Given:
["*="]
The following patterns are considered violations:
[class*="test"] {}
The following patterns are not considered violations:
[target] {}
[target="_blank"] {}
[class|="top"] {}