dialog.css   [plain text]


dialog {
    display: none;
}

dialog[open] {
    display: block;
}