-
Notifications
You must be signed in to change notification settings - Fork 37
Request for position: dialogmodaltarget attribute #213
Copy link
Copy link
Closed
Labels
from: otherProposed, edited, or co-edited by an individual or entity that doesn't have a more specific label.Proposed, edited, or co-edited by an individual or entity that doesn't have a more specific label.proposal withdrawntopic: htmlSpec relates to HTML (Hypertext Markup Language)Spec relates to HTML (Hypertext Markup Language)venue: WHATWG HTML Workstream
Metadata
Metadata
Assignees
Labels
from: otherProposed, edited, or co-edited by an individual or entity that doesn't have a more specific label.Proposed, edited, or co-edited by an individual or entity that doesn't have a more specific label.proposal withdrawntopic: htmlSpec relates to HTML (Hypertext Markup Language)Spec relates to HTML (Hypertext Markup Language)venue: WHATWG HTML Workstream
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
WebKittens
@annevk @rniwa
Title of the spec
HTML
dialogmodaltargetattributeURL to the spec
whatwg/html#9456
URL to the spec's repository
whatwg/html#9456
Issue Tracker URL
No response
Explainer URL
whatwg/html#9456
TAG Design Review URL
No response
Mozilla standards-positions issue URL
No response
WebKit Bugzilla URL
https://bugs.webkit.org/show_bug.cgi?id=258562
Radar URL
No response
Description
This spec adds a
dialogmodaltargetattribute to button elements. Similar topopovertarget,dialogmodaltargettakes an IDREF and callsshowModal()orclose()on the idref element, when the button is clicked. It also specifies the reflecteddialogModalTargetElementattribute (which allows for cross-root assignment).