This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16464 - display:none/visibility:hidden
Summary: display:none/visibility:hidden
Status: RESOLVED INVALID
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Fullscreen (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 12:41 UTC by Simon Pieters
Modified: 2012-03-21 12:50 UTC (History)
2 users (show)

See Also:


Attachments

Description Simon Pieters 2012-03-21 12:41:40 UTC
What should happen when trying to fullscreen an element that is display:none or visibility:hidden? What should happen when the fullscreen element changes to display:none or visibility:hidden?

Maybe it makes sense to throw for the former case and exit fullscreen for the latter?
Comment 1 Simon Pieters 2012-03-21 12:50:34 UTC
Seems there are other ways to get nonsensical states of the fullscreen element with author styles, so this isn't really special.