Skip to content

Commit c531649

Browse files
author
Rune Lillesveen
committed
Recommendation for when to respect orientation property.
1 parent de5ec2d commit c531649

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

css-device-adapt/Overview.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
<h1>CSS Device Adaptation</h1>
1818

19-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 October
20-
2011</h2>
19+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 January
20+
2012</h2>
2121

2222
<dl>
2323
<dt>This version:
2424

2525
<dd>$Date$ (editor's draft)
26-
<!--<dd><a href="http://www.w3.org/TR/2011/ED-css-device-adapt-20111028/">http://www.w3.org/TR/2011/WD-css-device-adapt-20111028/</a></dd>-->
26+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css-device-adapt-20120123/">http://www.w3.org/TR/2012/WD-css-device-adapt-20120123/</a></dd>-->
2727

2828

2929
<dt>Latest version:
@@ -44,7 +44,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 October
4444
<!--begin-copyright-->
4545
<p class=copyright><a
4646
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
47-
rel=license>Copyright</a> &copy; 2011 <a
47+
rel=license>Copyright</a> &copy; 2012 <a
4848
href="http://www.w3.org/"><acronym
4949
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
5050
href="http://www.csail.mit.edu/"><acronym
@@ -1158,7 +1158,10 @@ <h3 id=the-lsquoorientationrsquo-property><span class=secno>5.9. </span>The
11581158
<p>This property is used to request that a document is displayed in
11591159
portrait or landscape mode. For a UA/device where the orientation is
11601160
changed upon tilting the device, an author can use this property to
1161-
inhibit the orientation change.
1161+
inhibit the orientation change. The property should be respected for
1162+
standalone web applications, and when the document is displayed in
1163+
fullscreen. It is recommended that it is ignored for normal web navigation
1164+
to avoid confusing the user.
11621165

11631166
<p>Values have the following meanings:
11641167

css-device-adapt/Overview.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,10 @@ <h3>The &lsquo;<code class="property">orientation</code>&rsquo; property</h3>
923923
<p>This property is used to request that a document is displayed in portrait
924924
or landscape mode. For a UA/device where the orientation is changed upon
925925
tilting the device, an author can use this property to inhibit the
926-
orientation change.</p>
926+
orientation change. The property should be respected for
927+
standalone web applications, and when the document is displayed
928+
in fullscreen. It is recommended that it is ignored for normal
929+
web navigation to avoid confusing the user.</p>
927930

928931
<p>Values have the following meanings:</p>
929932

0 commit comments

Comments
 (0)