Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ebd88f

Browse files
authored
Fix refs to "a priori authenticated URL" and "application cache" (#495)
The concept of "application cache" was completed removed from HTML 6 days ago:whatwg/html@e4330d5The notion of "a priori authenticated URL" was dropped in mixed content, andis to be replaced by "potentially trustworthy URL" in Secure Contexts.
1 parentffea4da commit2ebd88f

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

‎index.html‎

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
],
7777
sotdAfterWGinfo:true,
7878
group:'secondscreen',
79-
xref:['dom','fileapi','mixed-content','html','url','webidl','webrtc'],
79+
xref:['dom','fileapi','secure-contexts','html','url','webidl','webrtc'],
8080
localBiblio:{
8181
DIAL:{
8282
title:'DIscovery And Launch Protocol Specification',
@@ -1075,9 +1075,9 @@ <h4>
10751075
<li>If<var>presentationUrls</var> is an empty list, then throw a
10761076
{{NotSupportedError}} and abort all remaining steps.
10771077
</li>
1078-
<li>If any member of<var>presentationUrls</var> is notan<a>a
1079-
priori authenticated URL</a>, then throw a {{SecurityError}} and
1080-
abort these steps.
1078+
<li>If any member of<var>presentationUrls</var> is not a
1079+
<a>potentially trustworthy URL</a>, then throw a {{SecurityError}}
1080+
andabort these steps.
10811081
</li>
10821082
<li>Construct a new<a>PresentationRequest</a> object with
10831083
<var>presentationUrls</var> as its<a>presentation request URLs</a>
@@ -2772,9 +2772,6 @@ <h4>
27722772
<li>Create a new empty store for<var>C</var> to hold<a>HTTP
27732773
authentication</a> states.
27742774
</li>
2775-
<li>Create a new empty<a>application cache</a> storage for
2776-
<var>C</var>.
2777-
</li>
27782775
<li>Create a new empty storage for<a>session storage areas</a> and
27792776
<a>local storage areas</a> for<var>C</var>.
27802777
</li>
@@ -2842,11 +2839,11 @@ <h4>
28422839
with the<a>receiving browsing context</a> and the<a>browsing
28432840
contexts</a> in its<a>list of descendant browsing contexts</a>,
28442841
including<a>session history</a>, the<a>cookie store</a>, any
2845-
<a>HTTP authentication</a> state,the<a>application cache</a>,any
2846-
<a>databases</a>, the<a>session storage areas</a>, the<a>local
2847-
storage areas</a>, thelist of registered<a>service worker
2848-
registrations</a> and the{{Cache}} objects MUST be discarded and
2849-
not used for any other<a>browsing context</a>.
2842+
<a>HTTP authentication</a> state,any<a>databases</a>,the
2843+
<a>session storage areas</a>, the<a>local storage areas</a>, the
2844+
list of registered<a>service worker registrations</a> and the
2845+
{{Cache}} objects MUST be discarded and not used for any other
2846+
<a>browsing context</a>.
28502847
</p>
28512848
<pclass="note">
28522849
This algorithm is intended to create a well defined environment to

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp