Hi all,
As of Firefox 122, I intend to turn the Popover attribute on by default.
It has been developed behind the dom.element.popover.enabled preference at https://bugzilla.mozilla.org/show_bug.cgi?id=1808823.
Status in other browsers is:
Chrome - supported since v114
Safari - supported since
Safari Technology Preview 166
Bug to turn on by default: https://bugzilla.mozilla.org/show_bug.cgi?id=1866993
Standard: https://html.spec.whatwg.org/#the-popover-attribute
Many thanks,
Ziran
Correcting the link -
Bug to turn on by default: https://bugzilla.mozilla.org/show_bug.cgi?id=1866993
Ziran
--
You received this message because you are subscribed to the Google Groups "dev-pl...@mozilla.org" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dev-platform...@mozilla.org.
To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/476fae4d-37af-4bf5-bd62-e737527a433e%40igalia.com.
--
You received this message because you are subscribed to the Google Groups "dev-pl...@mozilla.org" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dev-platform...@mozilla.org.
To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/7caf5306-08dd-45f3-9403-5b57fb8954a4%40igalia.com.
Thanks Emilio!
Here are the bugs filed to summarize our test behavior that diverges from Blink's.
[1] Dependencies on other less mature specifications.
* Bug 1867737 - Popover wpt test failures due to lack of Anchor positioning support
* Bug 1867743 - support popover=hint. Not in spec and still in discussion(https://github.com/whatwg/html/pull/9778)
* Bug 1867754 - Support popover hover triggering on buttons. Not in spec. It is mentioned here that this capability is gated behind the HTMLPopoverHint feature.
[2][3][4]:
* Bug 1867755 - popover-overlay.html fails due to lack of overlay support
Others:
* There are also a couple of flat tree
related tests that fail for all platforms. This is due to
test_driver actions don't work on targets in shadow DOM. The bug
is filed at Bug
1867756.
* In the wpt.fyi link in your email, popover-events.html fails for Firefox. This is fixed at D195091 and hope to reflect on the result soon.
I think this has covered all the test failures we have at wpt.fyi for the moment. Do please let me know if you need any further information.
Many thanks,
Ziran
Hi Jamie,
We haven't implemented any accessibility semantics. Thanks very much for bringing this up.
I filed a bug at here
and added you in the cc list.
Thanks,
Ziran
Since the support for accessibility semantics is in (Thanks Jamie!), we are now enabling Popover attribute by default.
Bug: Bug 1866993 - Enable popover by default.
Specification: https://html.spec.whatwg.org/#the-popover-attributePlatform coverage: all
Preference: dom.element.popover.enabled
Other browsers:
Chrome - supported since v114
Safari - supported since
Safari Technology Preview 166
web-platform-tests: WPT popover tests