-
-
Notifications
You must be signed in to change notification settings - Fork 14
WIP: Allow unapplying and reapplying polyfill. #123
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for anchor-polyfill ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for anchor-position-wpt canceled.
|
WPT report for this branch: https://unapply-polyfill-wpt-results--anchor-position-wpt.netlify.app |
* main: (120 commits) Add high level architecture section to docs loosen workflow run limits Comment out broken WPT report v0.1.0 upgrade deps Skip and comment failing test chore(deps-dev): Bump the dev group with 4 updates chore(deps): Bump @floating-ui/dom from 1.6.5 to 1.6.7 in the prod group Update test to match WPT (failing: https://github.com/oddbird/css-anchor-positioning/issues/103\#issuecomment-2192225109) Update validity test assumptions Remove unneeded Polyfill Update README.md review Address review use generateCSS fn remove duplicate fn consistent type imports update comment chore(deps-dev): Bump the dev group across 1 directory with 11 updates chore(deps): Bump @types/css-tree from 2.3.7 to 2.3.8 in the prod group ...
✅ Deploy Preview for anchor-position-wpt canceled.
|
* main: remove outdated stylesheet
Hi! Do you have any plans to continue or complete this PR? Let me know if there's anything I can do to help. |
We'd love to make this happen, but honestly we could also use help from the community. Code contributions are welcome, as well as financial support (especially from companies that plan to use this in production). |
This adds a top-level
restore
function, which attempts to un-apply the polyfill's effects. This allows then re-applying the polyfill, if desired.This may not be the best solution for #91, but it seemed like a reasonable first step, and might have value on its own as well.