We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to set a <dialog> to be a popover as discussed here: https://hidde.blog/popover-semantics/
<dialog>
However, this doesn't seem to work in Firefox; the popover does seem to work with a <div> element though: https://codepen.io/codepenguy131/pen/jORdKGo
<div>
The text was updated successfully, but these errors were encountered:
@samGbos Thanks for reporting! It looks to me like that's a bug -- I've submitted a fix in #199: https://deploy-preview-199--popover-polyfill.netlify.app/
Sorry, something went wrong.
Amazing, thanks! Such a quick response!
@samGbos Released in v0.4.2
Successfully merging a pull request may close this issue.
I was trying to set a
<dialog>
to be a popover as discussed here: https://hidde.blog/popover-semantics/However, this doesn't seem to work in Firefox; the popover does seem to work with a
<div>
element though:https://codepen.io/codepenguy131/pen/jORdKGo
The text was updated successfully, but these errors were encountered: