You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initial containing block</a> for continuous media that has the dimensions
30
+
initial containing block</a> for [=continuous media=] that has the dimensions
30
31
of the <a href="https://www.w3.org/TR/CSS21/visuren.html#viewport">
31
32
viewport</a>. Since the viewport is generally no larger than the display,
32
33
devices with smaller displays such as phones or tablets typically present
@@ -61,6 +62,7 @@ for a good discussion of these issues.
61
62
62
63
Issue: Various issues about this specification and related specifications
63
64
are listed in <a href="https://www.w3.org/Graphics/SVG/WG/wiki/Proposals/Investigation_of_APIs_for_Level_of_detail#The_issues_on_existing_APIs">this report</a>.
65
+
</div>
64
66
65
67
<h2 id="scenarios">
66
68
Motivating Scenarios</h2>
@@ -135,12 +137,13 @@ Value types are defined in [[!CSS3VAL]].
135
137
The viewport</h2>
136
138
137
139
In CSS 2.1 a <a href="https://www.w3.org/TR/CSS21/visuren.html#viewport">viewport</a>
138
-
is a feature of a user agent for continuous media and used to
139
-
establish the initial containing block for continuous media. For paged
140
-
media, the initial containing block is based on the page area. The
141
-
page area can be set through ''@page'' rules. Hence, ''@viewport''
142
-
applies to continuous media, and ''@page'' to paged media, and they
143
-
will not interact or conflict.
140
+
is a feature of a user agent for [=continuous media=] and used to
141
+
establish the initial containing block for [=continuous media=].
142
+
For [=paged media=], the initial containing block is based on the page area.
143
+
The page area can be set through ''@page'' rules.
144
+
Hence, ''@viewport'' applies to [=continuous media=],
145
+
and ''@page'' to [=paged media=],
146
+
and they will not interact or conflict.
144
147
145
148
This specification introduces a way of overriding the size of the viewport
146
149
provided by the user agent (UA). Because of this, we need to introduce the
0 commit comments