Skip to content

Commit 044804b

Browse files
committed
add note about landscape vs reverse-landscape
1 parent 5948078 commit 044804b

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

css3-page/Overview.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@
8787

8888
<h1>CSS Paged Media Module Level 3</h1>
8989

90-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 25 April 2009</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 29 April 2009</h2>
9191

9292
<dl>
9393
<dt>This version:
9494

9595
<dd><a
9696
href="http://dev.w3.org/csswg/css3-page/">http://dev.w3.org/csswg/css3-page/</a></dd>
97-
<!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090425">http://www.w3.org/TR/2009/WD-css3-page-20090425</a></dd> -->
97+
<!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090429">http://www.w3.org/TR/2009/WD-css3-page-20090429</a></dd> -->
9898

9999
<dt>Latest version:
100100

@@ -179,7 +179,7 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
179179
<!--end-status-->
180180
<p>This document contains the <abbr title="Cascading Style
181181
Sheets">CSS3</abbr> Paged Media Module W3C Last Call <a
182-
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 25
182+
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 29
183183
April 2009. The Last Call period ends on <span class=fudge>TBD</span>.</p>
184184

185185
<p>Relative to the previous Last Call Working Draft, this version
@@ -493,7 +493,12 @@ <h2 id=page-terms><span class=secno>3 </span>Page Terminology</h2>
493493

494494
<dd>A landscape page's width is greater than or equal to its height.
495495
Horizontal elements are parallel to the long edge and vertical elements
496-
to the short edge.
496+
to the short edge. <span class=note>Note that CSS3 makes no distinction
497+
between landscape and reverse-landscape orientations. However, future
498+
versions of CSS may do so. UAs should consider, when formatting for
499+
duplexed printing, the binding edge, page progression, and ease of
500+
reading when choosing between landscape and reverse-landscape
501+
renderings.</span>
497502

498503
<dt id=duplex-printing>Duplex Printing
499504

css3-page/Overview.src.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,13 @@ <h2 id="page-terms">Page Terminology</h2>
240240

241241
<dt id="landscape">Landscape Orientation</dt>
242242
<dd>A landscape page's width is greater than or equal to its height. Horizontal
243-
elements are parallel to the long edge and vertical elements to the short edge.</dd>
243+
elements are parallel to the long edge and vertical elements to the short edge.
244+
<span class="note">Note that CSS3 makes no distinction between landscape and
245+
reverse-landscape orientations. However, future versions of CSS may do so.
246+
UAs should consider, when formatting for duplexed printing, the binding edge,
247+
page progression, and ease of reading when choosing between landscape and
248+
reverse-landscape renderings.</span>
249+
</dd>
244250

245251
<dt id="duplex-printing">Duplex Printing</dt>
246252
<dd>Duplex printing prints one page box per side of a page sheet and uses both

0 commit comments

Comments
 (0)