csswg/css-device-adapt Overview.html,1.13,1.14 Overview.src.html,1.15,1.16

Update of /sources/public/csswg/css-device-adapt
In directory hutz:/tmp/cvs-serv16809

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Recommendation for when to respect orientation property.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-device-adapt/Overview.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.html	28 Oct 2011 16:23:39 -0000	1.13
+++ Overview.html	23 Jan 2012 12:18:13 -0000	1.14
@@ -16,14 +16,14 @@
 
    <h1>CSS Device Adaptation</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 October
-    2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 January
+    2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd>$Date$ (editor's draft)
-     <!--<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>-->
+     <!--<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>-->
      
 
     <dt>Latest version:
@@ -44,7 +44,7 @@
    <!--begin-copyright-->
    <p class=copyright><a
     href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
-    rel=license>Copyright</a> &copy; 2011 <a
+    rel=license>Copyright</a> &copy; 2012 <a
     href="http://www.w3.org/"><acronym
     title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
     href="http://www.csail.mit.edu/"><acronym
@@ -1158,7 +1158,10 @@
   <p>This property is used to request that a document is displayed in
    portrait or landscape mode. For a UA/device where the orientation is
    changed upon tilting the device, an author can use this property to
-   inhibit the orientation change.
+   inhibit the orientation change. The property should be respected for
+   standalone web applications, and when the document is displayed in
+   fullscreen. It is recommended that it is ignored for normal web navigation
+   to avoid confusing the user.
 
   <p>Values have the following meanings:
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-device-adapt/Overview.src.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.src.html	28 Oct 2011 16:23:39 -0000	1.15
+++ Overview.src.html	23 Jan 2012 12:18:13 -0000	1.16
@@ -923,7 +923,10 @@
     <p>This property is used to request that a document is displayed in portrait
       or landscape mode. For a UA/device where the orientation is changed upon
       tilting the device, an author can use this property to inhibit the
-      orientation change.</p>
+      orientation change. The property should be respected for
+      standalone web applications, and when the document is displayed
+      in fullscreen. It is recommended that it is ignored for normal
+      web navigation to avoid confusing the user.</p>
 
     <p>Values have the following meanings:</p>
 

Received on Monday, 23 January 2012 12:18:17 UTC