Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Folded Over from Device Posture #100

Merged
merged 1 commit into from
Apr 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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