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

Drop local presentation mode #26

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
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
24 changes: 2 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1>
Last Modified:
</dt>
<dd>
3 May 2022
7 June 2022
</dd>
</dl>
<h2 id="leadership">
Expand Down Expand Up @@ -146,18 +146,7 @@ <h3 id="presentation-api-v2">
Presentation API v2 features
</h3>
<ul>
<li>A <a href=
"https://github.com/mfoltzgoogle/local-presentation-api/blob/gh-pages/explainer.md">
Local Presentation Mode</a> is a <a href=
"https://w3c.github.io/presentation-api/">Presentation API</a>
extension that removes the restriction on presentations to use a
separate storage area and allows the controlling browsing context and
the receiving browsing context have access to each other's document
context. Use cases include e.g. offline usage, cookie-based
authentication, and sharing of application state across the controller
and presentation.
</li>
<li>Other extensions identified as <a href=
<li>Extensions identified as <a href=
"https://github.com/w3c/presentation-api/issues?q=is%3Aissue+is%3Aopen+label%3Av2">
v2 features</a> by the WG.
</li>
Expand Down Expand Up @@ -229,15 +218,6 @@ <h3 id="specifications">
Specifications
</h3>
<dl>
<dt>
Local Presentation Mode extension for the Presentation API
</dt>
<dd>
Adopted from the <a href=
"https://github.com/mfoltzgoogle/local-presentation-api/blob/gh-pages/explainer.md">
Local Presentation Mode</a> explainer. See <a href=
"#presentation-api-v2">Scope of Work</a>.
</dd>
<dt>
Window Segments Enumeration API
</dt>
Expand Down