Skip to content

1.0.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@facelessuser facelessuser released this 14 Dec 05:44
ca16ffb

1.0.0b2

  • NEW: Drop document flags. Document type can be detected from the Beautiful Soup object directly.
  • FIX: CSS selectors should be evaluated with CSS whitespace rules.
  • FIX: Processing instructions, CDATA, and declarations should all be ignored in :contains and child considerations for :empty.
  • FIX: In Beautiful Soup, the document itself is the first tag. Do not match the "document" tag by returning false for any tag that doesn't have a parent.