Skip to content

CSS Selectors : Improve and fix selection.

Yannick Inizan requested to merge (removed):master into master
  • remove debug lines.
  • fix '~' selection : select all matched elements (where '+' selects only one element)
  • fix ',' selection : combiner select matched nodes from root/provided element, and not previous matched node
Edited by Yannick Inizan

Merge request reports