标签:https backdrop dialog showModal HTMLDialogElement CSS
CSS ::backdrop All In One
dialog
/* Backdrop is only displayed when dialog is opened with dialog.showModal() */
dialog::backdrop {
background: rgba(255, 0, 0, 0.25);
}
https://developer.mozilla.org/en-US/docs/Web/CSS/::backdrop
demos
video
video::backdrop {
background-color: #448;
}
https://mdn.github.io/css-examples/backdrop/index.html
dialog
https://codepen.io/xgqfrms/pen/oNPWvdK
https://codepen.io/xgqfrms/pen/oNPWvQv?editors=1011
When using HTMLDialogElement.showModal() to open a