diff options
| author | Patrick H. Lauke <[email protected]> | 2018-04-16 00:25:39 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-16 00:25:39 +0100 |
| commit | e000933c17b55f667dc9d6d97a44292adc532516 (patch) | |
| tree | 413a26f16d89cc5c6eb401fedc072f2202b637f3 /_includes/scripts.html | |
| parent | 871e0838a437f18c30a4f975cd80874d70b717fd (diff) | |
| download | bootstrap-e000933c17b55f667dc9d6d97a44292adc532516.tar.xz bootstrap-e000933c17b55f667dc9d6d97a44292adc532516.zip | |
Remove `dialog` from the HTML5 shim style (#26269)
`<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }`
by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers,
but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims.
Diffstat (limited to '_includes/scripts.html')
0 files changed, 0 insertions, 0 deletions
