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

Ignore a URL with an unsupported scheme#447

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
markafoltz merged 2 commits intow3c:gh-pagesfromtomoyukilabs:unsupported-scheme
Mar 26, 2018
Merged
Changes fromall 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
22 changes: 17 additions & 5 deletionsindex.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -422,6 +422,11 @@ <h2>
"https://www.w3.org/TR/html51/browsers.html#parse-the-sandboxing-directive">
parse a sandboxing directive</a></dfn>
</li>
<li>
<dfn><a href=
"https://www.w3.org/TR/html51/infrastructure.html#reparsed">parse a
URL</a></dfn>
</li>
<li>
<dfn><a href=
"https://www.w3.org/TR/html51/webappapis.html#queuing">queue a
Expand DownExpand Up@@ -1180,15 +1185,22 @@ <h4>
</li>
<li>For each URL <var>U</var> in <var>urls</var>:
<ol>
<li>Resolve <var>U</var>relative to the API base URL specified
by the <a>current settings object</a>, and add theresulting
absolute URL (if any) to <var>presentationUrls</var>.
<li>let <var>A</var>be an absolute URL that is the result of
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Nit: s/let/Let/

parsing <var>U</var> relative to theAPI base URL specified by
the <a>current settings object</a>.
</li>
<li>If the resolve a URL algorithm failed, then <a>throw</a> a
<a>SyntaxError</a> exception and abort all remaining steps.
<li>If the <a>parse a URL</a> algorithm failed, then
<a>throw</a> a <a>SyntaxError</a> exception and abort all
remaining steps.
</li>
<li>If <var>A</var>'s scheme is supported by the <a>controlling
user agent</a>, add <var>A</var> to <var>presentationUrls</var>.
</li>
</ol>
</li>
<li>If <var>presentationUrls</var> is an empty list, then throw a
<a>NotSupportedError</a> and abort all remaining steps.
</li>
<li>If any member of <var>presentationUrls</var> is not an <a>a
priori authenticated URL</a>, then throw a <a>SecurityError</a> and
abort these steps.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp