Skip to content

Commit

Permalink
Add "applet" context. Fixes https://www.w3.org/Bugs/Public/show_bug.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jul 27, 2015
1 parent ca5c8a2 commit 5fe3a2d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ <h4 id="requests"><span class="secno">3.1.5 </span>Requests</h4>
<p>A <a href="#concept-request" title="concept-request">request</a> has an associated
<dfn id="concept-request-context" title="concept-request-context">context</dfn>, which is one of
the empty string,
"<code title="">applet</code>",
"<code title="">audio</code>",
"<code title="">beacon</code>",
"<code title="">cspreport</code>",
Expand Down Expand Up @@ -645,6 +646,11 @@ <h4 id="requests"><span class="secno">3.1.5 </span>Requests</h4>
<td>
<td>
<td>
<tr>
<td>"<code title="">applet</code>"
<td>"<code title="">none</code>"
<td><code title="">object-src</code>
<td>HTML's <code>applet</code> element
<tr>
<td>"<code title="">audio</code>"
<td>"<code title="">none</code>"
Expand Down Expand Up @@ -3476,9 +3482,9 @@ <h3 id="request-class"><span class="secno">6.3 </span>Request class</h3>
};

enum <dfn id="requestcontext">RequestContext</dfn> {
"", "audio", "beacon", "cspreport", "download", "embed", "eventsource", "favicon",
"fetch", "font", "form", "frame", "hyperlink", "iframe", "image", "imageset", "import",
"internal", "location", "manifest", "metarefresh", "object", "ping", "plugin",
"", "applet", "audio", "beacon", "cspreport", "download", "embed", "eventsource",
"favicon", "fetch", "font", "form", "frame", "hyperlink", "iframe", "image", "imageset",
"import", "internal", "location", "manifest", "metarefresh", "object", "ping", "plugin",
"prefetch", "preload", "prerender", "script", "sharedworker", "subresource", "style",
"track", "video", "worker", "xmlhttprequest", "xslt"
};
Expand Down
12 changes: 9 additions & 3 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ <h4>Requests</h4>
<p>A <span title=concept-request>request</span> has an associated
<dfn title=concept-request-context>context</dfn>, which is one of
the empty string,
"<code title>applet</code>",
"<code title>audio</code>",
"<code title>beacon</code>",
"<code title>cspreport</code>",
Expand Down Expand Up @@ -590,6 +591,11 @@ <h4>Requests</h4>
<td>&mdash;
<td>&mdash;
<td>&mdash;
<tr>
<td>"<code title>applet</code>"
<td>"<code title>none</code>"
<td><code title>object-src</code>
<td>HTML's <code>applet</code> element
<tr>
<td>"<code title>audio</code>"
<td>"<code title>none</code>"
Expand Down Expand Up @@ -3421,9 +3427,9 @@ <h3>Request class</h3>
};

enum <dfn>RequestContext</dfn> {
"", "audio", "beacon", "cspreport", "download", "embed", "eventsource", "favicon",
"fetch", "font", "form", "frame", "hyperlink", "iframe", "image", "imageset", "import",
"internal", "location", "manifest", "metarefresh", "object", "ping", "plugin",
"", "applet", "audio", "beacon", "cspreport", "download", "embed", "eventsource",
"favicon", "fetch", "font", "form", "frame", "hyperlink", "iframe", "image", "imageset",
"import", "internal", "location", "manifest", "metarefresh", "object", "ping", "plugin",
"prefetch", "preload", "prerender", "script", "sharedworker", "subresource", "style",
"track", "video", "worker", "xmlhttprequest", "xslt"
};
Expand Down

0 comments on commit 5fe3a2d

Please sign in to comment.