Skip to content

Releases: tomalec/Translate-ShadowDOM

Fixed child selector added warnings for incompatible selectors

Choose a tag to compare

@tomalec tomalec released this 04 Apr 21:24
  • ::slotted(foo) is not translated more precisely to ::content > foo
  • for non 100% compatible selectors like ::content foo or ::content complex+selector, TranslateShadowDOM.v0tov1.cssthrows a warning in the console and adds a/* FIXME */` to the code with applicable warning.