DescriptionAdd DialogShowParams to <dialog>'s show() and showModal()
Currently, this has only 1 option: skipFocusing = true/false
You invoke this via:
dialogElement.showModal({skipFocusing: true});
and set your own focus. Omitting the DialogShowParams does nothing.
Rationale: https://github.com/whatwg/html/issues/1929
Spec addition: https://github.com/whatwg/html/pull/2197
R=tkent@chromium.org
BUG=656924
Patch Set 1 : remove anchor #Patch Set 2 : merge & rename #
Messages
Total messages: 16 (13 generated)
|