-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
from: GoogleProposed, edited, or co-edited by Google.Proposed, edited, or co-edited by Google.from: MicrosoftProposed, edited, or co-edited by Microsoft.Proposed, edited, or co-edited by Microsoft.position: supporttopic: htmlSpec relates to HTML (Hypertext Markup Language)Spec relates to HTML (Hypertext Markup Language)topic: markupSpec relates to markup: elements, attributes, etcSpec relates to markup: elements, attributes, etctopic: web apisSpec relates to web APIs (entry points for script)Spec relates to web APIs (entry points for script)venue: Open UI CGvenue: WHATWG HTML Workstream
Description
Request for position on an emerging web specification
- WebKittens who can provide input: @annevk, @heycam, @jensimmons
Information about the spec
- Spec Title: The Popover API
- Spec URL: Add popover attribute whatwg/html#8221
- GitHub repository:
- Issue Tracker (if not the repository's issue tracker):
- Explainer (if not README.md in the repository): https://open-ui.org/components/popover.research.explainer/
- Incubation: OpenUI. See issues discussed/resolved.
Design reviews and vendor positions
- TAG Design Review: The Popover API (previously Popup) w3ctag/design-reviews#743
- Mozilla standards-positions issue: The Popover API mozilla/standards-positions#698
Bugs tracking this feature
- WebKit Bugzilla:
- Radar:
Brief summary of the issue or the subject of the spec.
A very common UI pattern on the Web, for which there is no native API, is "pop up UI" or "pop-ups". Pop-ups are a general class of UI that have three common behaviors:
- Pop-ups always appear on top of other page content.
- Pop-ups are ephemeral. When the user "moves on" to another part of the page (e.g. by clicking elsewhere, or hitting ESC), the pop-up hides.
- Pop-ups (of a particular type) are generally "one at a time" - opening one pop-up closes others.
The Pop-Up API aims to make this type of UI easy to build.
yisibl, otabekshoyimov, o-t-w, cdrapes, valqelyan and 1 more
Metadata
Metadata
Assignees
Labels
from: GoogleProposed, edited, or co-edited by Google.Proposed, edited, or co-edited by Google.from: MicrosoftProposed, edited, or co-edited by Microsoft.Proposed, edited, or co-edited by Microsoft.position: supporttopic: htmlSpec relates to HTML (Hypertext Markup Language)Spec relates to HTML (Hypertext Markup Language)topic: markupSpec relates to markup: elements, attributes, etcSpec relates to markup: elements, attributes, etctopic: web apisSpec relates to web APIs (entry points for script)Spec relates to web APIs (entry points for script)venue: Open UI CGvenue: WHATWG HTML Workstream
Type
Projects
Status
Done