This commit is contained in:
Sam Thorogood 2016-11-14 17:08:45 +00:00
Родитель 9367194f77
Коммит 4137efe028
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,9 +3,9 @@ dialog-polyfill.js is a polyfill for `<dialog>`.
#### [Demo](http://demo.agektmr.com/dialog/)
`<dialog>` is an element for a popup box in a web page, including a modal option. See
[more information and demos](http://falken-testing.appspot.com/dialog/index.html)
[more information and demos](http://falken-testing.appspot.com/dialog/index.html) (needs a browser with native support, like Chrome)
and the
[HTML spec](http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element).
[HTML spec](https://html.spec.whatwg.org/multipage/forms.html#the-dialog-element).
## Usage