Skip to content

Commit a9f3a6f

Browse files
shubhamg13emilio
authored andcommitted
[css-viewport-1] Make actual viewport the layout viewport.
Signed-off-by: Shubham Gupta <shubham.gupta@chromium.org>
1 parent a6a1cd9 commit a9f3a6f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css-viewport-1/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The page area can be set through ''@page'' rules.
9292

9393
This specification introduces a way of overriding the size of the viewport
9494
provided by the user agent (UA). Because of this, we need to introduce the
95-
difference between the [=initial viewport=] and the [=actual viewport=].
95+
difference between the [=initial viewport=] and the [=layout viewport=].
9696

9797
<dl>
9898
<dt><dfn>initial viewport</dfn></dt>
@@ -101,23 +101,23 @@ difference between the [=initial viewport=] and the [=actual viewport=].
101101
overridden the viewport given by the window or viewing area of the UA.
102102
Note that the [=initial viewport=] size will change with the
103103
size of the window or viewing area.</dd>
104-
<dt><dfn>actual viewport</dfn></dt>
104+
<dt><dfn>layout viewport</dfn></dt>
105105
<dd>
106106
This is the viewport you get after processing the viewport
107107
<code>&lt;meta&gt;</code> tag.
108108
</dd>
109109
</dl>
110110

111-
ISSUE: Make [=actual viewport=] the layout viewport, define visual viewport.
111+
ISSUE: Define visual viewport.
112112

113-
When the [=actual viewport=] cannot fit inside the window or
114-
viewing area, either because the [=actual viewport=] is
113+
When the [=layout viewport=] cannot fit inside the window or
114+
viewing area, either because the [=layout viewport=] is
115115
larger than the [=initial viewport=] or the zoom factor
116-
causes only parts of the [=actual viewport=] to be visible,
116+
causes only parts of the [=layout viewport=] to be visible,
117117
the UA should offer a scrolling or panning mechanism.
118118

119119
It is recommended that initially the upper-left corners of the
120-
[=actual viewport=] and the window or viewing area are aligned if the
120+
[=layout viewport=] and the window or viewing area are aligned if the
121121
base direction of the document is ltr. Similarly, that the upper-right
122122
corners are aligned when the base direction is rtl. The base direction
123123
for a document is defined as the computed value of the 'direction'

0 commit comments

Comments
 (0)