Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Remove onshow #1278

Merged
merged 4 commits into from
Mar 8, 2018
Merged
Show file tree
Hide file tree
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
6 changes: 0 additions & 6 deletions sections/attributes.include
Original file line number Diff line number Diff line change
Expand Up @@ -1317,12 +1317,6 @@ complicated than indicated in the table above.</small></p>
<td><a event for="global"><code>select</code></a> event handler</td>
<td><a>Event handler content attribute</a></td>
</tr>
<tr>
<th><code>onshow</code></th>
<td><a>HTML elements</a></td>
<td><a event for="global"><code>show</code></a> event handler</td>
<td><a>Event handler content attribute</a></td>
</tr>
<tr>
<th><code>onstalled</code></th>
<td><a>HTML elements</a></td>
Expand Down
4 changes: 2 additions & 2 deletions sections/browsers.include
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@
1. If this {{Document}} object's <a>active sandboxing flag set</a> has its
<a>sandboxed <code>document.domain</code> browsing context flag</a> set, then throw a
"{{SecurityError}}" {{DOMException}}.
1. Let <var>effectiveDomain</var> be this <code>Document</code>'s <a>origin</a>'s
1. Let <var>effectiveDomain</var> be this {{Document}}'s [=concept/origin=]'s
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is an unrelated linking fix, no?

<a>effective domain</a>.
1. If <var>effectiveDomain</var> is null, then throw a "{{SecurityError}}" {{DOMException}}.
1. If the given value <span data-x="is a registrable domain suffix of or is equal to">is not
Expand Down Expand Up @@ -3983,7 +3983,7 @@
5. Set the {{Document}}'s <a>referrer policy</a> to the result of
parsing the <a><code>Referrer-Policy</code></a> header</a> of the <a>response</a>
used to generate the document. [[!REFERRERPOLICY]]
6. Execute the <a>Initialize a <code>Document</code>'s CSP list</a> algorithm on the {{Document}}
6. Execute the <a>Initialize a Document's CSP list</a> algorithm on the {{Document}}
object and the resource used to generate the document. [[CSP3]]
7. Set [=the document's referrer=] to the
<em>address of the resource from which Request-URIs are obtained</em> as determined when the
Expand Down
3 changes: 1 addition & 2 deletions sections/dom.include
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
(a [=referrer policy=]), initially the empty string, which represents the default
[=referrer policy=] used by [=fetches=] initiated by the {{Document}}.

The {{Document}} has a <dfn for="document">CSP list</dfn>, which is a <a>CSP list</a>
The {{Document}} has a <dfn for="document">CSP list</dfn>, which is a <a for="/">CSP list</a>
containing all of the [=Content Security Policy=] objects active for the document. The
list is empty unless otherwise specified.</p>

Expand Down Expand Up @@ -1599,7 +1599,6 @@
* {{GlobalEventHandlers/onseeked}}
* {{GlobalEventHandlers/onseeking}}
* {{GlobalEventHandlers/onselect}}
* {{GlobalEventHandlers/onshow}}
* {{GlobalEventHandlers/onstalled}}
* {{GlobalEventHandlers/onsubmit}}
* {{GlobalEventHandlers/onsuspend}}
Expand Down
8 changes: 3 additions & 5 deletions sections/webappapis.include
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
:: A <a>URL record</a> that represents the location of the resource with which the
<a>environment</a> is associated.
<p class="note">In the case of an <a>environment settings object</a>, this URL might be
distinct from the <a>environment settings object</a>'s <a>responsible document</a>'s <a>URL</a>, due to mechanisms such as
distinct from the <a>environment settings object</a>'s <a>responsible document</a>'s <a for="/">URL</a>, due to mechanisms such as
<code>history.pushState()</code>.</p>

: A <a>target browsing context</a>
Expand Down Expand Up @@ -330,7 +330,7 @@
asynchronously complete with either null (on failure) or a new <a>classic script</a>
(on success).

1. Let <var>request</var> be a new <a>request</a> whose <a>url</a> is <var>url</var>,
1. Let <var>request</var> be a new <a>request</a> whose <a for="/">url</a> is <var>url</var>,
<a>client</a> is <var>fetch client settings object</var>, <a>destination</a> is <var>destination</var>,
<a>mode</a> is "<code>same-origin</code>", <a>credentials mode</a> is "<code>same-origin</code>",
<a>parser metadata</a> is "<code>not parser-inserted</code>", and whose
Expand Down Expand Up @@ -432,7 +432,7 @@
4. Create an entry in <var>module map</var> with key <var>url</var> and value
"<code>fetching</code>".
5. Let <var>request</var> be a new <a>request</a> whose
<a>url</a> is <var>url</var>, <a>destination</a> is <var>destination</var>, <a>mode</a> is "<code>cors</code>",
<a for="/">url</a> is <var>url</var>, <a>destination</a> is <var>destination</var>, <a>mode</a> is "<code>cors</code>",
<a>referrer</a> is <var>referrer</var>, and <a>client</a> is <var>fetch client settings
object</var>. <a>Set up the module script request</a> given <var>request</var> and
<var>options</var>.
Expand Down Expand Up @@ -1872,7 +1872,6 @@
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onseeked</code></dfn> <td> <code>seeked</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onseeking</code></dfn> <td> <code>seeking</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onselect</code></dfn> <td> <code>select</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onshow</code></dfn> <td> <code>show</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onstalled</code></dfn> <td> <code>stalled</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onsubmit</code></dfn> <td> <code>submit</code>
<tr><td><dfn attribute for="GlobalEventHandlers"><code>onsuspend</code></dfn> <td> <code>suspend</code>
Expand Down Expand Up @@ -2019,7 +2018,6 @@
attribute EventHandler onseeked;
attribute EventHandler onseeking;
attribute EventHandler onselect;
attribute EventHandler onshow;
attribute EventHandler onstalled;
attribute EventHandler onsubmit;
attribute EventHandler onsuspend;
Expand Down