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 22040 - Should include in the list: "the Document does not have a viewport (e.g. because it is in an iframe that is not being rendered)" or some such
Summary: Should include in the list: "the Document does not have a viewport (e.g. beca...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 10:49 UTC by contributor
Modified: 2013-06-18 23:34 UTC (History)
8 users (show)

See Also:


Attachments

Description contributor 2013-05-15 10:49:42 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html
Multipage: http://www.whatwg.org/C#being-rendered
Complete: http://www.whatwg.org/c#being-rendered
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/index.html

Comment:
Should include in the list: "the Document does not have a viewport (e.g.
because it is in an iframe that is not being rendered)" or some such

Posted from: 212.247.211.195
User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.8.3) Presto/2.12.388 Version/12.15
Comment 1 Ian 'Hixie' Hickson 2013-06-10 20:28:14 UTC
Does "have a viewport" mean something concrete? CSSOM View seems to use "have any associated CSS layout box". That might actually be a better definition. Any opinions or suggestions?
Comment 2 Robert O'Callahan (Mozilla) 2013-06-10 22:27:53 UTC
What list does comment #0 refer to?
Comment 3 Anne 2013-06-12 06:16:46 UTC
These three bullet points I think: http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#being-rendered

I think having a CSS layout box is the best definition we have, unless Tab or Elika know a better one.
Comment 4 Tab Atkins Jr. 2013-06-12 10:08:39 UTC
Yes, having a CSS or SVG layout box is the relevant concept for "being rendered" (+ "some equivalent in other styling languages").
Comment 5 contributor 2013-06-18 23:34:12 UTC
Checked in as WHATWG revision r7989.
Check-in comment: Try a different definition of 'being rendered' that goes more directly to the point. This should not make any practical difference except that it handles cases where an element is in a Document that has no browsing context.
http://html5.org/tools/web-apps-tracker?from=7988&to=7989