This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24720 - <dialog>: New <dialog>- and focus-related APIs
Summary: <dialog>: New <dialog>- and focus-related APIs
Status: RESOLVED WONTFIX
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other All
: P5 enhancement
Target Milestone: Needs Impl Interest
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 01:28 UTC by Ian 'Hixie' Hickson
Modified: 2017-07-21 10:37 UTC (History)
3 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2014-02-19 01:28:51 UTC
Proposed API from bug 23475:
   document.focusedDialog:  dialog group's selected dialog or null
   dialog.focusedDialog:    dialog group's selected dialog or null
   document.focusedControl: control group's selected control or null
   dialog.focusedControl:   control group's selected control or null
   element.focusOwner:      focusable control's owner or null
   dialog.parentDialog:     dialog group's manager or null
Comment 1 Ian 'Hixie' Hickson 2014-09-29 20:05:36 UTC
Definitely not adding this until <dialog> and the new focus mechanism are widely implemented, if ever.
Comment 2 Anne 2017-07-21 10:37:17 UTC
Please file a new issue at https://github.com/whatwg/html/issues/new if there's still interest.