|
|
@@ -123,7 +123,7 @@ static const Vector<QuerySelector> query_selectors =
|
|
|
{ "[class=\"\"]", "G" },
|
|
|
{ "[class~=hello]", "X Z H" },
|
|
|
{ "[class~=ello]", "" },
|
|
|
- { "[class|=hello]", "F0" },
|
|
|
+ { "[class|=hello]", "X F0" },
|
|
|
{ "[class^=hello]", "X Z F0" },
|
|
|
{ "[class^=]", "X Y Z P F0 G H" },
|
|
|
{ "[class$=hello]", "X H" },
|