HTML - Browsing context (Environment)
Table of Contents
About
A browsing context 1) is a navigational context (environment) in which HTML document are rendered to the user.
Each browsing context has:
- its own variable
- its own cookie
- …
Creation
The following element contains a browsing context
Parent
The context are formed in a hierarchical way.
For instance, an iframe can be rendered:
- inside a iframe
- inside a Browser Tab (Window)