Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>::backdrop is supported on progress</title>
<link rel="match" href="popover-img-backdrop-ref.html">
<style>
progress:popover-open {
visibility: hidden;
&::backdrop {
visibility: visible;
background-color: green;
}
}
</style>
<progress popover="" id="a"></progress>
<script>
a.showPopover({ modal: true });
</script>