Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 823 Bytes

dialog.md

File metadata and controls

13 lines (10 loc) · 823 Bytes

feature: status: caution tags: polyfill kind: html polyfillurls:dialog-polyfill

The <dialog> element can be used to create popup dialogs or modal dialogs for web applications, and is part of HTML 5.1. In its modal mode, it blocks all access to content behind the front-most dialog.

The majority of Google's polyfill goes towards preventing the browser from gaining focus or accessing content behind the dialog. You should consider that the preventative measures taken by the polyfill are not exhaustive, as they are not implemented natively.

Supported in Chrome 37+ and Opera 24+, tracked for Firefox.