-
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
Document HTML popover attribute (and related features) #25125
Comments
From whatwg/html#8221, there are three implementation bugs filed but no releases:
Normally the precondition for documentation would be at least one released, or at least testable, implementation. So it might be worth waiting before this gets done. @Rumyra perhaps add to project backlog? |
I think we also need bcd for |
popover attribute was used in AngularJS 1.5. It was renamed to uib-popover in later releases however any web site using AngularJS early versions will break due to this addition. Documentation note that reflects this could be useful. |
Fixed in #26413 |
The HTML Standard now defines a
popover
attribute as well as some APIs around that. Most of it can be found here: https://html.spec.whatwg.org/multipage/popover.html.There are still some issues outstanding, one which will significantly impact some of the related attributes: whatwg/html#8962. Otherwise this is ready for being documented.
The text was updated successfully, but these errors were encountered: