Skip to content

Commit

Permalink
Remove Folded Over from Device Posture
Browse files Browse the repository at this point in the history
Remove the Folded Over posture because it has 2 meanings as described.
The document references "tent-mode" which typically means the device is propped up like a tent.   Tent mode does not require a secondary display, consider a Samsung Galaxy Fold that is propped open a little like an alarm clock.

A folded over position would be very challenging for developers to support generally.  If it is implemented consistently with the other APIs this means that developers will need to manually split and transform their content.
  • Loading branch information
supo2co authored and kenchris committed Apr 4, 2023
1 parent ea1bbfe commit bb22fd0
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ <h2>

enum DevicePostureType {
"continuous",
"folded",
"folded-over"
"folded"
};
</pre>
<section>
Expand Down Expand Up @@ -317,22 +316,6 @@ <h2>
</li>
</ul>
</li>
<li>
<img src="images/folded-over-posture.svg" class="drawing" alt=
"drawing of the folded over posture"> <a>Folded-over</a> posture: The
folded-over posture is when the device is physically folded and the
screens/sections surpass the ~200° angle. It is also known as the
'tent' posture when the device is being used with its hinge parallel
to a surface.
<p>
Examples of these are:
</p>
<ul>
<li>2-in-1 device on a surface displaying content for users on each
side of the device (games).
</li>
</ul>
</li>
</ol>
<p>
In the API, the [=posture=] values are represented by the
Expand All @@ -358,7 +341,7 @@ <h3>
Value:
</dt>
<dd>
<a>continuous</a> | <a>folded</a> | <a>folded-over</a>
<a>continuous</a> | <a>folded</a>
</dd>
<dt>
Applies to:
Expand Down Expand Up @@ -446,14 +429,6 @@ <h4>
~180°
</td>
</tr>
<tr>
<td>
folded-over
</td>
<td>
&gt; ~180°
</td>
</tr>
</table>
</section>
<section>
Expand Down

0 comments on commit bb22fd0

Please sign in to comment.