-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Should popovertarget be generic? #9167
Copy link
Copy link
Closed as not planned
Labels
needs implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interestnormative changetopic: dialogThe <dialog> elementThe <dialog> elementtopic: popoverThe popover attribute and friendsThe popover attribute and friends
Metadata
Metadata
Assignees
Labels
needs implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interestnormative changetopic: dialogThe <dialog> elementThe <dialog> elementtopic: popoverThe popover attribute and friendsThe popover attribute and friends
Type
Fields
Give feedbackNo fields configured for issues without a type.
#3567 requests a way to open
<dialog>without JavaScript, which seems reasonable.The above will toggle a popover with ID
"foo".Should we rename
popovertargettoopenabletarget(or whatever), and allow it to work with other things that can be open/closed, such as<dialog>and<details>?