Intent to implement and ship ::backdrop pseudo-element for Fullscreen API
46 views
Skip to first unread message
Xidorn Quan
unread,
Oct 16, 2015, 1:40:20 AM10/16/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@lists.mozilla.org
Summary: This pseudo-element is rendered immediately below every
fullscreen element, and covers the other part of the document by
default. This is part of the effort to update our Fullscreen API
implementation to the latest spec. And it is the last non-trivial part
before I'm going to unprefix the Fullscreen API.
Other browser support:
IE has shipped a prefixed version of this pseudo-element for
fullscreen since 11, and Edge shpped it unprefixed:
https://msdn.microsoft.com/en-us/library/dn312072%28v=vs.85%29.aspx Blink has shipped this pseudo-element unprefixed for modal <dialog>
element (but not yet for fullscreen)
- Xidorn
Jean-Yves Perrier
unread,
Oct 17, 2015, 1:59:54 PM10/17/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@lists.mozilla.org
On 16/10/2015 02:39, Xidorn Quan wrote:
> Blink has shipped this pseudo-element unprefixed for modal <dialog>
> element (but not yet for fullscreen)
>
I have a side question here: do we plan to support ::backdrop for modal
<dialog> in the future, or is it a Blink oddity.