[html5] r7779 - [e] (0) tweak some class=impl markings Fixing https://www.w3.org/Bugs/Public/sho [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Mar 28 15:18:50 PDT 2013
Author: ianh
Date: 2013-03-28 15:18:49 -0700 (Thu, 28 Mar 2013)
New Revision: 7779
Modified:
complete.html
index
source
Log:
[e] (0) tweak some class=impl markings
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21410
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-03-28 22:03:56 UTC (rev 7778)
+++ complete.html 2013-03-28 22:18:49 UTC (rev 7779)
@@ -55081,6 +55081,8 @@
</ol></div>
+ <div class=impl>
+
<h5 id=selecting-a-form-submission-encoding><span class=secno>4.10.22.5 </span>Selecting a form submission encoding</h5>
<p>If the user agent is to <dfn id=picking-an-encoding-for-the-form title="picking an encoding for the form">pick an encoding for a
@@ -55123,8 +55125,11 @@
</li>
- </ol><h5 id=url-encoded-form-data><span class=secno>4.10.22.6 </span>URL-encoded form data</h5>
+ </ol></div>
+
+ <h5 id=url-encoded-form-data><span class=secno>4.10.22.6 </span>URL-encoded form data</h5>
+
<p class=note>This form data set encoding is in many ways an aberrant monstrosity, the result of
many years of implementation accidents and compromises leading to a set of requirements necessary
for interoperability, but in no way representing good design practices. In particular, readers are
@@ -55334,10 +55339,10 @@
+ <h5 id=multipart-form-data><span class=secno>4.10.22.7 </span>Multipart form data</h5>
+
<div class=impl>
- <h5 id=multipart-form-data><span class=secno>4.10.22.7 </span>Multipart form data</h5>
-
<!-- http://hixie.ch/tests/adhoc/html/forms/submission/multipart_form-data/ -->
<!-- NOTE: This algorithm is also used by the XHR spec -->
@@ -71070,12 +71075,8 @@
<h4 id=events><span class=secno>7.1.6 </span>Events</h4>
- <div class=impl>
-
<h5 id=event-handler-attributes><span class=secno>7.1.6.1 </span>Event handlers</h5>
- </div>
-
<!--test: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E">test</a>-->
<p>Many objects can have <dfn id=event-handlers>event handlers</dfn> specified. These act as non-capture event
@@ -101436,6 +101437,7 @@
Michael Carter,
Michael Daskalov,
Michael Day,
+ Michael Dyck,
Michael Enright,
Michael Gratton,
Michael Nordman,
Modified: index
===================================================================
--- index 2013-03-28 22:03:56 UTC (rev 7778)
+++ index 2013-03-28 22:18:49 UTC (rev 7779)
@@ -55081,6 +55081,8 @@
</ol></div>
+ <div class=impl>
+
<h5 id=selecting-a-form-submission-encoding><span class=secno>4.10.22.5 </span>Selecting a form submission encoding</h5>
<p>If the user agent is to <dfn id=picking-an-encoding-for-the-form title="picking an encoding for the form">pick an encoding for a
@@ -55123,8 +55125,11 @@
</li>
- </ol><h5 id=url-encoded-form-data><span class=secno>4.10.22.6 </span>URL-encoded form data</h5>
+ </ol></div>
+
+ <h5 id=url-encoded-form-data><span class=secno>4.10.22.6 </span>URL-encoded form data</h5>
+
<p class=note>This form data set encoding is in many ways an aberrant monstrosity, the result of
many years of implementation accidents and compromises leading to a set of requirements necessary
for interoperability, but in no way representing good design practices. In particular, readers are
@@ -55334,10 +55339,10 @@
+ <h5 id=multipart-form-data><span class=secno>4.10.22.7 </span>Multipart form data</h5>
+
<div class=impl>
- <h5 id=multipart-form-data><span class=secno>4.10.22.7 </span>Multipart form data</h5>
-
<!-- http://hixie.ch/tests/adhoc/html/forms/submission/multipart_form-data/ -->
<!-- NOTE: This algorithm is also used by the XHR spec -->
@@ -71070,12 +71075,8 @@
<h4 id=events><span class=secno>7.1.6 </span>Events</h4>
- <div class=impl>
-
<h5 id=event-handler-attributes><span class=secno>7.1.6.1 </span>Event handlers</h5>
- </div>
-
<!--test: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E">test</a>-->
<p>Many objects can have <dfn id=event-handlers>event handlers</dfn> specified. These act as non-capture event
@@ -101436,6 +101437,7 @@
Michael Carter,
Michael Daskalov,
Michael Day,
+ Michael Dyck,
Michael Enright,
Michael Gratton,
Michael Nordman,
Modified: source
===================================================================
--- source 2013-03-28 22:03:56 UTC (rev 7778)
+++ source 2013-03-28 22:18:49 UTC (rev 7779)
@@ -65732,6 +65732,8 @@
</div>
+ <div class="impl">
+
<h5>Selecting a form submission encoding</h5>
<p>If the user agent is to <dfn title="picking an encoding for the form">pick an encoding for a
@@ -65781,7 +65783,9 @@
</ol>
+ </div>
+
<h5>URL-encoded form data</h5>
<p class="note">This form data set encoding is in many ways an aberrant monstrosity, the result of
@@ -66032,10 +66036,10 @@
+ <h5>Multipart form data</h5>
+
<div class="impl">
- <h5>Multipart form data</h5>
-
<!-- http://hixie.ch/tests/adhoc/html/forms/submission/multipart_form-data/ -->
<!-- NOTE: This algorithm is also used by the XHR spec -->
@@ -84384,12 +84388,8 @@
<h4>Events</h4>
- <div class="impl">
-
<h5 id="event-handler-attributes">Event handlers</h5>
- </div>
-
<!--test: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E">test</a>-->
<p>Many objects can have <dfn>event handlers</dfn> specified. These act as non-capture event
@@ -118619,6 +118619,7 @@
Michael Carter,
Michael Daskalov,
Michael Day,
+ Michael Dyck,
Michael Enright,
Michael Gratton,
Michael Nordman,
More information about the Commit-Watchers
mailing list