Skip to content

Commit

Permalink
Fix #25: allow changes to ::backdrop's 'display' property
Browse files Browse the repository at this point in the history
It is typically coerced to ‘block’ and a case was made for allowing it
to be set to ‘none’.
  • Loading branch information
annevk committed Oct 6, 2015
1 parent 9305a60 commit 632dbb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions Overview.html
Expand Up @@ -9,7 +9,7 @@

<hgroup>
<h1 class="p-name">Fullscreen API</h1>
<h2 class="no-num no-toc">Living Standard — Last Updated 29 September 2015</h2>
<h2 class="no-num no-toc">Living Standard — Last Updated 6 October 2015</h2>
</hgroup>

<dl>
Expand Down Expand Up @@ -675,10 +675,6 @@ <h3 id="user-agent-level-style-sheet-defaults"><span class="secno">6.4 </span>Us
padding:0 !important;
}

::backdrop {
display:block !important;
}

*|*:not(:root):fullscreen::backdrop {
position:fixed;
top:0; right:0; bottom:0; left:0;
Expand Down
4 changes: 0 additions & 4 deletions Overview.src.html
Expand Up @@ -660,10 +660,6 @@ <h3>User-agent level style sheet defaults</h3>
padding:0 !important;
}

::backdrop {
display:block !important;
}

*|*:not(:root):fullscreen::backdrop {
position:fixed;
top:0; right:0; bottom:0; left:0;
Expand Down

0 comments on commit 632dbb7

Please sign in to comment.