Skip to content

Commit

Permalink
Merge pull request #3 from tobie/view-orientation-api
Browse files Browse the repository at this point in the history
Add View Orientation API section.
  • Loading branch information
tobie committed Apr 30, 2012
2 parents 53ce500 + dc596b4 commit 223f9cd
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,27 @@ <h2>Application Cache</h2>
-->
</section>
<section>
<h2>Orientation Lock</h2>
<p>
XXX
</p>
<!--
-->
<h2>View Orientation API</h2>
<section class='informative'>
<h3>Overview</h3>
<p>
Certain web applications might be designed to be used strictly in
portrait or landscape mode. This is often the case for games.
The View Orientation API enables the application developer to signal
this preference to the user agent. It is however not meant to enable
use cases which are better dealt with at the user agent level. For
example, locking the user agent in portrait mode to read while lying
in bed.
</p>
</section>
<section>
<h3>Conformance</h3>
<p class='issue'>
This is a new deliverable of the WebApps WG. See the WG's new
<a href='http://www.w3.org/2012/webapps/charter/'>charter</a> for details.
There currently isn't even a draft to link to.
</p>
</section>
</section>
<section>
<h2>DRM</h2>
Expand Down

0 comments on commit 223f9cd

Please sign in to comment.