Specify a blacklist of disallowed attribute operators.
指定一个禁止使用的特性(attribute)操作符的黑名单。
[target="_blank"] {}
/** ↑
* These operators */
array|string: ["array", "of", "operators"]|"operator"
Given:
给出:
[ "*=" ]
The following patterns are considered warnings:
以下模式被认为是个警告:
[class*="test"] {}
The following patterns are not considered warnings:
以下模式正常:
[target] {}
[target="_blank"] {}
[class|="top"] {}