Skip to content

Commit f27dd39

Browse files
authored
Merge pull request #418 from tidoust/exit-criteria
Relaxed CR exit criteria to match known implementation plans
2 parents 32e1adb + 0b314ed commit f27dd39

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

index.html

+19-4
Original file line numberDiff line numberDiff line change
@@ -3328,10 +3328,21 @@ <h2>
33283328
independent, interoperable implementations of each feature. Each
33293329
feature may be implemented by a different set of products, there is no
33303330
requirement that all features be implemented by a single product.
3331-
Additionally, implementations of the receiving user agent conformance
3332-
class must include at least one implementation of the <a href=
3333-
"#1-ua">1-UA</a> mode and one implementation of the <a href=
3334-
"#2-ua">2-UA</a> mode.
3331+
Additionally, implementations of the <a>controlling user agent</a>
3332+
conformance class must include at least one implementation of the
3333+
<a href="#1-ua">1-UA mode</a>, and one implementation of the <a href=
3334+
"#2-ua">2-UA mode</a>. <a href="#2-ua">2-UA mode</a> implementations
3335+
may only support non http/https presentation URLs. Implementations of
3336+
the <a>receiving user agent</a> conformance class may not include
3337+
implementations of the <a href="#2-ua">2-UA mode</a>.
3338+
</p>
3339+
<p>
3340+
The API was recently restricted to secure contexts. Deprecation of the
3341+
API in non secure contexts in early implementations takes time. The
3342+
group may request transition to Proposed Recommendation with
3343+
implementations that still expose the API in non secure contexts,
3344+
provided there exists a timeline to restrict these implementations in
3345+
the future.
33353346
</p>
33363347
<p>
33373348
For the purposes of these criteria, we define the following terms:
@@ -3389,6 +3400,10 @@ <h3>
33893400
Changes since 14 July 2016
33903401
</h3>
33913402
<ul>
3403+
<li>Relaxed exit criteria to match known implementations plans
3404+
(<a href=
3405+
"https://github.com/w3c/presentation-api/issues/406">#406</a>)
3406+
</li>
33923407
<li>The sandboxed top-level navigation browsing context flag and the
33933408
sandboxed modals flag are now set on the receiving browsing context
33943409
to prevent top-level navigation and the ability to spawn new browsing

0 commit comments

Comments
 (0)