-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
[Behind pref] change togglePopover to return a boolean #27417
Comments
MDN documents things once there is a browser implementation (specifically Safari, Chromium, Firefox). The linked item indicates WebKit has done this but not showing up in Internet search. Is this in a Safari release yet? |
I don't think safari has released this behavior yet. |
Thanks. Feel free to ping here if you see any of them appearing in the wild. If nothing else, our process will catch a firefox release. |
FF bugzilla https://bugzilla.mozilla.org/show_bug.cgi?id=1833570 - we can make this change. I've added to our FF project |
@Rumyra Following some investigation https://bugzilla.mozilla.org/show_bug.cgi?id=1833570 is in the same area (popovers), but is unrelated to this specific spec change. FF has definitely not implemented this, and nor has Chrome (even in 116, at least on dev). I will finish up some tidy up work for #27942 and move this back into backlog on project tracking. The issue I THINK we need to keep an eye on for FF is https://bugzilla.mozilla.org/show_bug.cgi?id=1842845 (I added dev-doc-needed) |
I just came to ref that above bug @hamishwillee - seems its in 117 👍 |
Yes, which is why I labeled as 117 :-) |
Status:
|
lgtm - thanks @hamishwillee @josepharhar |
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/togglePopover
What specific section or headline is this issue about?
No response
What information was incorrect, unhelpful, or incomplete?
The togglePopover article is not up to date with this spec change: whatwg/html#9393
What did you expect to see?
We are modifying togglePopover to return a boolean. It will return true if the popover is open after calling togglePopover, otherwise false.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: