@@ -92,7 +92,7 @@ The page area can be set through ''@page'' rules.
9292
9393This specification introduces a way of overriding the size of the viewport
9494provided 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> <meta></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
115115larger 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,
117117the UA should offer a scrolling or panning mechanism.
118118
119119It 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
121121base direction of the document is ltr. Similarly, that the upper-right
122122corners are aligned when the base direction is rtl. The base direction
123123for a document is defined as the computed value of the 'direction'
0 commit comments