Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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