You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
145 B

4 years ago
  1. {
  2. "universal": 50,
  3. "tag": 30,
  4. "attribute": 1,
  5. "pseudo": 0,
  6. "descendant": -1,
  7. "child": -1,
  8. "parent": -1,
  9. "sibling": -1,
  10. "adjacent": -1
  11. }