Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3739: correctly shim :host(.element-name) as `element-name.e… #3740

Merged
merged 5 commits into from
Jun 28, 2016

Commits on Jun 25, 2016

  1. Fixes #3739: correctly shim :host(.element-name) as `element-name.e…

    …lement-name`.
    
    Also converts `:host(not-element-name)` to a non-matching selector.
    Steven Orvell committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    997240a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. simplify :host fixup

    Steven Orvell committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    c3355fd View commit details
    Browse the repository at this point in the history
  2. fix test in IE/FF.

    Steven Orvell committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    ec111f1 View commit details
    Browse the repository at this point in the history
  3. Add test for not matching x-foox-bar given :host(x-bar) used insi…

    …de `x-foo`
    Steven Orvell committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    4e08fa1 View commit details
    Browse the repository at this point in the history
  4. fix linting

    Steven Orvell committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    4817d61 View commit details
    Browse the repository at this point in the history