The 'docked' view mode
Latest Draft | Test suite | Implementation report.
- Editor:
- Marcos Cáceres
- Prototypists:
- ...
- Quality assurer:
- ...
- IPR Provenance:
- Initial mailing list proposal
To the extent possible under law, the editor has waived all copyright and
related or neighboring rights to this work. In addition, as of
[DATE], the editors have made this specification available
under the
Open Web Foundation Agreement Version 1.0,
which is available at
http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0.
Abstract
This specification defines a view mode called "docked", which can be used as a with a view mode media feature. An application is said to be "docked" when into some other context (e.g., a toolbar or panel).
Table of contents
Status of this document
This document has no standing of any kind. It's jut a proposal for discussion.
The docked view mode
The docked view mode is intended to be used when a document of the web application is being placed amongst a list of other applications or items (e.g., as part of a toolbar or panel).
Examples
The following example CSS shows the docked view mode in action.@media (view-mode: docked) { // ... }