The 'docked' view mode

Latest Draft | Test suite | Implementation report.

Editor:
Marcos Cáceres
Prototypists:
...
Quality assurer:
...
IPR Provenance:
Initial mailing list proposal

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) {
    // ...
}