Skip to content

Commit

Permalink
[e] (0) onfullscreen* moved to the fullscreen spec
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20637
Affected topics: HTML, Rendering

git-svn-id: http://svn.whatwg.org/webapps@7927 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2013
1 parent 512fcc5 commit 7e9f671
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 72 deletions.
28 changes: 4 additions & 24 deletions complete.html
Expand Up @@ -15410,8 +15410,6 @@ <h4 id=the-body-element><span class=secno>4.4.1 </span>The <dfn><code>body</code
<dd><code title=handler-window-onafterprint><a href=#handler-window-onafterprint>onafterprint</a></code></dd>
<dd><code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>onbeforeprint</a></code></dd>
<dd><code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>onbeforeunload</a></code></dd>
<dd><code title=handler-window-onfullscreenchange><a href=#handler-window-onfullscreenchange>onfullscreenchange</a></code></dd>
<dd><code title=handler-window-onfullscreenerror><a href=#handler-window-onfullscreenerror>onfullscreenerror</a></code></dd>
<dd><code title=handler-window-onhashchange><a href=#handler-window-onhashchange>onhashchange</a></code></dd>
<dd><code title=handler-window-onmessage><a href=#handler-window-onmessage>onmessage</a></code></dd>
<dd><code title=handler-window-onoffline><a href=#handler-window-onoffline>onoffline</a></code></dd>
Expand Down Expand Up @@ -71919,8 +71917,6 @@ <h5 id=event-handlers-on-elements,-document-objects,-and-window-objects><span cl
<tbody><tr><td><dfn id=handler-window-onafterprint title=handler-window-onafterprint><code>onafterprint</code></dfn> <td> <code title=event-afterprint>afterprint</code>
<tr><td><dfn id=handler-window-onbeforeprint title=handler-window-onbeforeprint><code>onbeforeprint</code></dfn> <td> <code title=event-beforeprint>beforeprint</code>
<tr><td><dfn id=handler-window-onbeforeunload title=handler-window-onbeforeunload><code>onbeforeunload</code></dfn> <td> <code title=event-beforeunload>beforeunload</code>
<tr><td><dfn id=handler-window-onfullscreenchange title=handler-window-onfullscreenchange><code>onfullscreenchange</code></dfn> <td> <code title=event-fullscreenchange>fullscreenchange</code>
<tr><td><dfn id=handler-window-onfullscreenerror title=handler-window-onfullscreenerror><code>onfullscreenerror</code></dfn> <td> <code title=event-fullscreenerror>fullscreenerror</code>
<tr><td><dfn id=handler-window-onhashchange title=handler-window-onhashchange><code>onhashchange</code></dfn> <td> <code title=event-hashchange><a href=#event-hashchange>hashchange</a></code> <!-- new -->
<tr><td><dfn id=handler-window-onmessage title=handler-window-onmessage><code>onmessage</code></dfn> <td> <code title=event-message><a href=#event-message>message</a></code> <!-- new for postMessage -->
<tr><td><dfn id=handler-window-onoffline title=handler-window-onoffline><code>onoffline</code></dfn> <td> <code title=event-offline><a href=#event-offline>offline</a></code> <!-- new -->
Expand Down Expand Up @@ -72019,8 +72015,6 @@ <h5 id=event-handlers-on-elements,-document-objects,-and-window-objects><span cl
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onafterprint title=handler-window-onafterprint>onafterprint</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onbeforeprint title=handler-window-onbeforeprint>onbeforeprint</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onbeforeunload title=handler-window-onbeforeunload>onbeforeunload</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onfullscreenchange title=handler-window-onfullscreenchange>onfullscreenchange</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onfullscreenerror title=handler-window-onfullscreenerror>onfullscreenerror</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onhashchange title=handler-window-onhashchange>onhashchange</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onmessage title=handler-window-onmessage>onmessage</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onoffline title=handler-window-onoffline>onoffline</a>;
Expand Down Expand Up @@ -93989,13 +93983,13 @@ <h4 id=margin-collapsing-quirks><span class=secno>14.3.10 </span>Margin collapsi
a user-agent level style sheet rule that sets its 'margin-bottom' property to zero also.</code></code></p>

<p>In <a href=#quirks-mode>quirks mode</a>, any <a href=#concept-rendering-elements-with-margins title=concept-rendering-elements-with-margins>element
with default margins</a> that is the child of a <code>td<code> or <code><a href=#the-th-element>th</a></code> element, has
with default margins</a> that is the child of a <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element, has
no <a href=#concept-rendering-substantial title=concept-rendering-substantial>substantial</a> following siblings, and is <a href=#concept-rendering-blank title=concept-rendering-blank>blank</a>, is expected to have a user-agent level style sheet
rule that sets its 'margin-top' property to zero.</code></code></p>
rule that sets its 'margin-top' property to zero.</p>

<p>In <a href=#quirks-mode>quirks mode</a>, any <code><a href=#the-p-element>p</a></code> element that is the child of a <code>td<code>
<p>In <a href=#quirks-mode>quirks mode</a>, any <code><a href=#the-p-element>p</a></code> element that is the child of a <code><a href=#the-td-element>td</a></code>
or <code><a href=#the-th-element>th</a></code> element and has no <a href=#concept-rendering-substantial title=concept-rendering-substantial>substantial</a> following siblings, is expected to have a
user-agent level style sheet rule that sets its 'margin-bottom' property to zero.</code></code></p>
user-agent level style sheet rule that sets its 'margin-bottom' property to zero.</p>


<h4 id=form-controls><span class=secno>14.3.11 </span>Form controls</h4>
Expand Down Expand Up @@ -96202,8 +96196,6 @@ <h4 id=frames><span class=secno>15.3.3 </span>Frames</h4>
<ul class=brief><li><code title=handler-window-onafterprint><a href=#handler-window-onafterprint>onafterprint</a></code></li>
<li><code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>onbeforeprint</a></code></li>
<li><code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>onbeforeunload</a></code></li>
<li><code title=handler-window-onfullscreenchange><a href=#handler-window-onfullscreenchange>onfullscreenchange</a></code></li>
<li><code title=handler-window-onfullscreenerror><a href=#handler-window-onfullscreenerror>onfullscreenerror</a></code></li>
<li><code title=handler-window-onhashchange><a href=#handler-window-onhashchange>onhashchange</a></code></li>
<li><code title=handler-window-onmessage><a href=#handler-window-onmessage>onmessage</a></code></li>
<li><code title=handler-window-onoffline><a href=#handler-window-onoffline>onoffline</a></code></li>
Expand Down Expand Up @@ -97869,8 +97861,6 @@ <h3 class=no-num id=elements-1>Elements</h3>
<code title=handler-window-onafterprint><a href=#handler-window-onafterprint>onafterprint</a></code>;
<code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>onbeforeprint</a></code>;
<code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>onbeforeunload</a></code>;
<code title=handler-window-onfullscreenchange><a href=#handler-window-onfullscreenchange>onfullscreenchange</a></code>;
<code title=handler-window-onfullscreenerror><a href=#handler-window-onfullscreenerror>onfullscreenerror</a></code>;
<code title=handler-window-onhashchange><a href=#handler-window-onhashchange>onhashchange</a></code>;
<code title=handler-window-onmessage><a href=#handler-window-onmessage>onmessage</a></code>;
<code title=handler-window-onoffline><a href=#handler-window-onoffline>onoffline</a></code>;
Expand Down Expand Up @@ -100194,16 +100184,6 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<td> <code title=event-focus>focus</code> event handler
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>

<tr><th id=ix-handler-window-onfullscreenchange> <code title="">onfullscreenchange</code>
<td> <code title=handler-window-onfullscreenchange><a href=#handler-window-onfullscreenchange>body</a></code>
<td> <code title=event-fullscreenchange>fullscreenchange</code> event handler for <code><a href=#window>Window</a></code> object
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>

<tr><th id=ix-handler-window-onfullscreenerror> <code title="">onfullscreenerror</code>
<td> <code title=handler-window-onfullscreenerror><a href=#handler-window-onfullscreenerror>body</a></code>
<td> <code title=event-fullscreenerror>fullscreenerror</code> event handler for <code><a href=#window>Window</a></code> object
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>

<tr><th id=ix-handler-window-onhashchange> <code title="">onhashchange</code>
<td> <code title=handler-window-onhashchange><a href=#handler-window-onhashchange>body</a></code>
<td> <code title=event-hashchange><a href=#event-hashchange>hashchange</a></code> event handler for <code><a href=#window>Window</a></code> object
Expand Down
28 changes: 4 additions & 24 deletions index
Expand Up @@ -15410,8 +15410,6 @@ not-slash = %x0000-002E / %x0030-10FFFF
<dd><code title=handler-window-onafterprint><a href=#handler-window-onafterprint>onafterprint</a></code></dd>
<dd><code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>onbeforeprint</a></code></dd>
<dd><code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>onbeforeunload</a></code></dd>
<dd><code title=handler-window-onfullscreenchange><a href=#handler-window-onfullscreenchange>onfullscreenchange</a></code></dd>
<dd><code title=handler-window-onfullscreenerror><a href=#handler-window-onfullscreenerror>onfullscreenerror</a></code></dd>
<dd><code title=handler-window-onhashchange><a href=#handler-window-onhashchange>onhashchange</a></code></dd>
<dd><code title=handler-window-onmessage><a href=#handler-window-onmessage>onmessage</a></code></dd>
<dd><code title=handler-window-onoffline><a href=#handler-window-onoffline>onoffline</a></code></dd>
Expand Down Expand Up @@ -71919,8 +71917,6 @@ typedef <a href=#onerroreventhandlernonnull>OnErrorEventHandlerNonNull</a>? <dfn
<tbody><tr><td><dfn id=handler-window-onafterprint title=handler-window-onafterprint><code>onafterprint</code></dfn> <td> <code title=event-afterprint>afterprint</code>
<tr><td><dfn id=handler-window-onbeforeprint title=handler-window-onbeforeprint><code>onbeforeprint</code></dfn> <td> <code title=event-beforeprint>beforeprint</code>
<tr><td><dfn id=handler-window-onbeforeunload title=handler-window-onbeforeunload><code>onbeforeunload</code></dfn> <td> <code title=event-beforeunload>beforeunload</code>
<tr><td><dfn id=handler-window-onfullscreenchange title=handler-window-onfullscreenchange><code>onfullscreenchange</code></dfn> <td> <code title=event-fullscreenchange>fullscreenchange</code>
<tr><td><dfn id=handler-window-onfullscreenerror title=handler-window-onfullscreenerror><code>onfullscreenerror</code></dfn> <td> <code title=event-fullscreenerror>fullscreenerror</code>
<tr><td><dfn id=handler-window-onhashchange title=handler-window-onhashchange><code>onhashchange</code></dfn> <td> <code title=event-hashchange><a href=#event-hashchange>hashchange</a></code> <!-- new -->
<tr><td><dfn id=handler-window-onmessage title=handler-window-onmessage><code>onmessage</code></dfn> <td> <code title=event-message><a href=#event-message>message</a></code> <!-- new for postMessage -->
<tr><td><dfn id=handler-window-onoffline title=handler-window-onoffline><code>onoffline</code></dfn> <td> <code title=event-offline><a href=#event-offline>offline</a></code> <!-- new -->
Expand Down Expand Up @@ -72019,8 +72015,6 @@ interface <dfn id=windoweventhandlers>WindowEventHandlers</dfn> {
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onafterprint title=handler-window-onafterprint>onafterprint</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onbeforeprint title=handler-window-onbeforeprint>onbeforeprint</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onbeforeunload title=handler-window-onbeforeunload>onbeforeunload</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onfullscreenchange title=handler-window-onfullscreenchange>onfullscreenchange</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onfullscreenerror title=handler-window-onfullscreenerror>onfullscreenerror</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onhashchange title=handler-window-onhashchange>onhashchange</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onmessage title=handler-window-onmessage>onmessage</a>;
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-window-onoffline title=handler-window-onoffline>onoffline</a>;
Expand Down Expand Up @@ -93989,13 +93983,13 @@ table {
a user-agent level style sheet rule that sets its 'margin-bottom' property to zero also.</code></code></p>

<p>In <a href=#quirks-mode>quirks mode</a>, any <a href=#concept-rendering-elements-with-margins title=concept-rendering-elements-with-margins>element
with default margins</a> that is the child of a <code>td<code> or <code><a href=#the-th-element>th</a></code> element, has
with default margins</a> that is the child of a <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element, has
no <a href=#concept-rendering-substantial title=concept-rendering-substantial>substantial</a> following siblings, and is <a href=#concept-rendering-blank title=concept-rendering-blank>blank</a>, is expected to have a user-agent level style sheet
rule that sets its 'margin-top' property to zero.</code></code></p>
rule that sets its 'margin-top' property to zero.</p>

<p>In <a href=#quirks-mode>quirks mode</a>, any <code><a href=#the-p-element>p</a></code> element that is the child of a <code>td<code>
<p>In <a href=#quirks-mode>quirks mode</a>, any <code><a href=#the-p-element>p</a></code> element that is the child of a <code><a href=#the-td-element>td</a></code>
or <code><a href=#the-th-element>th</a></code> element and has no <a href=#concept-rendering-substantial title=concept-rendering-substantial>substantial</a> following siblings, is expected to have a
user-agent level style sheet rule that sets its 'margin-bottom' property to zero.</code></code></p>
user-agent level style sheet rule that sets its 'margin-bottom' property to zero.</p>


<h4 id=form-controls><span class=secno>14.3.11 </span>Form controls</h4>
Expand Down Expand Up @@ -96202,8 +96196,6 @@ if (s = prompt('What is your name?')) {
<ul class=brief><li><code title=handler-window-onafterprint><a href=#handler-window-onafterprint>onafterprint</a></code></li>
<li><code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>onbeforeprint</a></code></li>
<li><code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>onbeforeunload</a></code></li>
<li><code title=handler-window-onfullscreenchange><a href=#handler-window-onfullscreenchange>onfullscreenchange</a></code></li>
<li><code title=handler-window-onfullscreenerror><a href=#handler-window-onfullscreenerror>onfullscreenerror</a></code></li>
<li><code title=handler-window-onhashchange><a href=#handler-window-onhashchange>onhashchange</a></code></li>
<li><code title=handler-window-onmessage><a href=#handler-window-onmessage>onmessage</a></code></li>
<li><code title=handler-window-onoffline><a href=#handler-window-onoffline>onoffline</a></code></li>
Expand Down Expand Up @@ -97869,8 +97861,6 @@ if (s = prompt('What is your name?')) {
<code title=handler-window-onafterprint><a href=#handler-window-onafterprint>onafterprint</a></code>;
<code title=handler-window-onbeforeprint><a href=#handler-window-onbeforeprint>onbeforeprint</a></code>;
<code title=handler-window-onbeforeunload><a href=#handler-window-onbeforeunload>onbeforeunload</a></code>;
<code title=handler-window-onfullscreenchange><a href=#handler-window-onfullscreenchange>onfullscreenchange</a></code>;
<code title=handler-window-onfullscreenerror><a href=#handler-window-onfullscreenerror>onfullscreenerror</a></code>;
<code title=handler-window-onhashchange><a href=#handler-window-onhashchange>onhashchange</a></code>;
<code title=handler-window-onmessage><a href=#handler-window-onmessage>onmessage</a></code>;
<code title=handler-window-onoffline><a href=#handler-window-onoffline>onoffline</a></code>;
Expand Down Expand Up @@ -100194,16 +100184,6 @@ if (s = prompt('What is your name?')) {
<td> <code title=event-focus>focus</code> event handler
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>

<tr><th id=ix-handler-window-onfullscreenchange> <code title="">onfullscreenchange</code>
<td> <code title=handler-window-onfullscreenchange><a href=#handler-window-onfullscreenchange>body</a></code>
<td> <code title=event-fullscreenchange>fullscreenchange</code> event handler for <code><a href=#window>Window</a></code> object
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>

<tr><th id=ix-handler-window-onfullscreenerror> <code title="">onfullscreenerror</code>
<td> <code title=handler-window-onfullscreenerror><a href=#handler-window-onfullscreenerror>body</a></code>
<td> <code title=event-fullscreenerror>fullscreenerror</code> event handler for <code><a href=#window>Window</a></code> object
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>

<tr><th id=ix-handler-window-onhashchange> <code title="">onhashchange</code>
<td> <code title=handler-window-onhashchange><a href=#handler-window-onhashchange>body</a></code>
<td> <code title=event-hashchange><a href=#event-hashchange>hashchange</a></code> event handler for <code><a href=#window>Window</a></code> object
Expand Down

0 comments on commit 7e9f671

Please sign in to comment.