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

Does not work when shape-rules are nested in @media queries #10

Open
paularmstrong opened this issue Dec 21, 2014 · 2 comments
Open

Does not work when shape-rules are nested in @media queries #10

paularmstrong opened this issue Dec 21, 2014 · 2 comments

Comments

@paularmstrong
Copy link

Example:

@media (max-width: 767px) {
  .wrap {
    shape-outside: url(...);
  }
}

Expected: The polyfill will respect the media-query and re-calculate the shape when the media-query is in use.

Actual: Error attempting to run querySelectorAll on @media ...: shapes-polyfill.js#L1379

@oslego
Copy link
Member

oslego commented Jan 3, 2015

@betravis Is this use case currently handled by the polyfill?

@stphnwlkr
Copy link

Any update on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants