[html5] r7927 - [e] (0) onfullscreen* moved to the fullscreen spec Fixing https://www.w3.org/Bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 6 14:11:09 PDT 2013


Author: ianh
Date: 2013-06-06 14:11:07 -0700 (Thu, 06 Jun 2013)
New Revision: 7927

Modified:
   complete.html
   index
   source
Log:
[e] (0) onfullscreen* moved to the fullscreen spec
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20637
Affected topics: HTML, Rendering

Modified: complete.html
===================================================================
--- complete.html	2013-06-06 20:47:52 UTC (rev 7926)
+++ complete.html	2013-06-06 21:11:07 UTC (rev 7927)
@@ -15410,8 +15410,6 @@
    <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>
@@ -71919,8 +71917,6 @@
    <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 -->
@@ -72019,8 +72015,6 @@
            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>;
@@ -93989,13 +93983,13 @@
   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>
@@ -96202,8 +96196,6 @@
   <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>
@@ -97869,8 +97861,6 @@
          <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>;
@@ -100194,16 +100184,6 @@
      <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

Modified: index
===================================================================
--- index	2013-06-06 20:47:52 UTC (rev 7926)
+++ index	2013-06-06 21:11:07 UTC (rev 7927)
@@ -15410,8 +15410,6 @@
    <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>
@@ -71919,8 +71917,6 @@
    <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 -->
@@ -72019,8 +72015,6 @@
            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>;
@@ -93989,13 +93983,13 @@
   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>
@@ -96202,8 +96196,6 @@
   <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>
@@ -97869,8 +97861,6 @@
          <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>;
@@ -100194,16 +100184,6 @@
      <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

Modified: source
===================================================================
--- source	2013-06-06 20:47:52 UTC (rev 7926)
+++ source	2013-06-06 21:11:07 UTC (rev 7927)
@@ -16003,8 +16003,6 @@
    <dd><code title="handler-window-onafterprint">onafterprint</code></dd>
    <dd><code title="handler-window-onbeforeprint">onbeforeprint</code></dd>
    <dd><code title="handler-window-onbeforeunload">onbeforeunload</code></dd>
-   <dd><code title="handler-window-onfullscreenchange">onfullscreenchange</code></dd>
-   <dd><code title="handler-window-onfullscreenerror">onfullscreenerror</code></dd>
    <dd><code title="handler-window-onhashchange">onhashchange</code></dd>
    <dd><code title="handler-window-onmessage">onmessage</code></dd>
    <dd><code title="handler-window-onoffline">onoffline</code></dd>
@@ -80461,8 +80459,6 @@
     <tr><td><dfn title="handler-window-onafterprint"><code>onafterprint</code></dfn> <td> <code title="event-afterprint">afterprint</code>
     <tr><td><dfn title="handler-window-onbeforeprint"><code>onbeforeprint</code></dfn> <td> <code title="event-beforeprint">beforeprint</code>
     <tr><td><dfn title="handler-window-onbeforeunload"><code>onbeforeunload</code></dfn> <td> <code title="event-beforeunload">beforeunload</code>
-    <tr><td><dfn title="handler-window-onfullscreenchange"><code>onfullscreenchange</code></dfn> <td> <code title="event-fullscreenchange">fullscreenchange</code>
-    <tr><td><dfn title="handler-window-onfullscreenerror"><code>onfullscreenerror</code></dfn> <td> <code title="event-fullscreenerror">fullscreenerror</code>
     <tr><td><dfn title="handler-window-onhashchange"><code>onhashchange</code></dfn> <td> <code title="event-hashchange">hashchange</code> <!-- new -->
     <tr><td><dfn title="handler-window-onmessage"><code>onmessage</code></dfn> <td> <code title="event-message">message</code> <!-- new for postMessage -->
     <tr><td><dfn title="handler-window-onoffline"><code>onoffline</code></dfn> <td> <code title="event-offline">offline</code> <!-- new -->
@@ -80574,8 +80570,6 @@
            attribute <span>EventHandler</span> <span title="handler-window-onafterprint">onafterprint</span>;
            attribute <span>EventHandler</span> <span title="handler-window-onbeforeprint">onbeforeprint</span>;
            attribute <span>EventHandler</span> <span title="handler-window-onbeforeunload">onbeforeunload</span>;
-           attribute <span>EventHandler</span> <span title="handler-window-onfullscreenchange">onfullscreenchange</span>;
-           attribute <span>EventHandler</span> <span title="handler-window-onfullscreenerror">onfullscreenerror</span>;
            attribute <span>EventHandler</span> <span title="handler-window-onhashchange">onhashchange</span>;
            attribute <span>EventHandler</span> <span title="handler-window-onmessage">onmessage</span>;
            attribute <span>EventHandler</span> <span title="handler-window-onoffline">onoffline</span>;
@@ -104898,12 +104892,12 @@
   a user-agent level style sheet rule that sets its 'margin-bottom' property to zero also.</p>
 
   <p>In <span>quirks mode</span>, any <span title="concept-rendering-elements-with-margins">element
-  with default margins</span> that is the child of a <code>td<code> or <code>th</code> element, has
+  with default margins</span> that is the child of a <code>td</code> or <code>th</code> element, has
   no <span title="concept-rendering-substantial">substantial</span> following siblings, and is <span
   title="concept-rendering-blank">blank</span>, is expected to have a user-agent level style sheet
   rule that sets its 'margin-top' property to zero.</p>
 
-  <p>In <span>quirks mode</span>, any <code>p</code> element that is the child of a <code>td<code>
+  <p>In <span>quirks mode</span>, any <code>p</code> element that is the child of a <code>td</code>
   or <code>th</code> element and has no <span
   title="concept-rendering-substantial">substantial</span> following siblings, is expected to have a
   user-agent level style sheet rule that sets its 'margin-bottom' property to zero.</p>
@@ -107424,8 +107418,6 @@
    <li><code title="handler-window-onafterprint">onafterprint</code></li>
    <li><code title="handler-window-onbeforeprint">onbeforeprint</code></li>
    <li><code title="handler-window-onbeforeunload">onbeforeunload</code></li>
-   <li><code title="handler-window-onfullscreenchange">onfullscreenchange</code></li>
-   <li><code title="handler-window-onfullscreenerror">onfullscreenerror</code></li>
    <li><code title="handler-window-onhashchange">onhashchange</code></li>
    <li><code title="handler-window-onmessage">onmessage</code></li>
    <li><code title="handler-window-onoffline">onoffline</code></li>
@@ -109389,8 +109381,6 @@
          <code title="handler-window-onafterprint">onafterprint</code>;
          <code title="handler-window-onbeforeprint">onbeforeprint</code>;
          <code title="handler-window-onbeforeunload">onbeforeunload</code>;
-         <code title="handler-window-onfullscreenchange">onfullscreenchange</code>;
-         <code title="handler-window-onfullscreenerror">onfullscreenerror</code>;
          <code title="handler-window-onhashchange">onhashchange</code>;
          <code title="handler-window-onmessage">onmessage</code>;
          <code title="handler-window-onoffline">onoffline</code>;
@@ -112211,18 +112201,6 @@
      <td> <span title="event handler content attributes">Event handler content attribute</span>
 
     <tr>
-     <th id="ix-handler-window-onfullscreenchange"> <code title="">onfullscreenchange</code>
-     <td> <code title="handler-window-onfullscreenchange">body</code>
-     <td> <code title="event-fullscreenchange">fullscreenchange</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-
-    <tr>
-     <th id="ix-handler-window-onfullscreenerror"> <code title="">onfullscreenerror</code>
-     <td> <code title="handler-window-onfullscreenerror">body</code>
-     <td> <code title="event-fullscreenerror">fullscreenerror</code> event handler for <code>Window</code> object
-     <td> <span title="event handler content attributes">Event handler content attribute</span>
-
-    <tr>
      <th id="ix-handler-window-onhashchange"> <code title="">onhashchange</code>
      <td> <code title="handler-window-onhashchange">body</code>
      <td> <code title="event-hashchange">hashchange</code> event handler for <code>Window</code> object




More information about the Commit-Watchers mailing list