Zacky Ma
Zacky Ma
Yeah I'm having the same issue.
The other thing I noticed was, it seems I can currently select multiple items, e.g. if I select a parent item, then a child item, both parent and child items...
Thanks for the comments. I'll add them in. > I think an array that supports tags as well as makes a lot of sense. > > This does omit inline...
I updated the code and it's ready for review: * Changed the argument of `polyfill()` to accept an object for configuration, with backward compatibility * You can pass in an...
> Is it a legitimate use case for people to pass in explicit or elements but want to polyfill all inline styles automatically? If so, that currently isn't possible. I...
Added `includeInlineStyles`: https://github.com/oddbird/css-anchor-positioning/pull/256/commits/798561f9dbe8d38ac5c740d3fb3aaafd2de0b0b3
> > > Is it a legitimate use case for people to pass in explicit or elements but want to polyfill all inline styles automatically? If so, that currently isn't...
> > * If you click the imperative button, and then apply the polyfill to the whole page, the polyfill crashes. This is somewhat related to [[BUG] Polyfill fails if...
@jamesnw @jgerigmeyer Thanks for the reviews, both. Have addressed all comments. Ready for another round :)
> This works great! @marchbox I opened PR #259 to update the docs with the new configuration options- I'd appreciate your eyes on that to make sure it makes sense....