SummaryEdit
The user-zoom
CSS descriptor controls whether or not the user should be able to change the zoom factor of a document defined by @viewport
.
Related at-rule | @viewport |
---|---|
Initial value | zoom |
Percentages | refer to the size of bounding box |
Media | visual, continuous |
Computed value | as specified |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
SyntaxEdit
/* Keyword values */
user-zoom: zoom;
user-zoom: fixed;
Values
zoom
- The user can zoom in or out.
fixed
- The user cannot zoom in or out.
Formal syntax
How to read CSS syntax.zoom | fixed
SpecificationsEdit
Specification | Status | Comment |
---|---|---|
CSS Device Adaptation The definition of '"user-zoom" descriptor' in that specification. |
Working Draft | Initial definition |
Browser compatibilityEdit