- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 05:46:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30031
Modified Files:
index.html infrastructure.html spec.html
Log Message:
missing <code>s (whatwg r4890)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.886
retrieving revision 1.887
diff -u -d -r1.886 -r1.887
--- infrastructure.html 29 Mar 2010 05:06:35 -0000 1.886
+++ infrastructure.html 29 Mar 2010 05:46:34 -0000 1.887
@@ -760,14 +760,14 @@
<p>In particular, the following features are defined in the DOM
Core specification: <a href="references.html#refsDOMCORE">[DOMCORE]</a></p>
- <ul class="brief"><li><dfn id="document">Document</dfn></li>
- <li><dfn id="element">Element</dfn></li>
- <li><dfn id="nodelist">NodeList</dfn></li>
- <li><dfn id="textcontent">textContent</dfn></li>
+ <ul class="brief"><li><dfn id="document"><code>Document</code></dfn></li>
+ <li><dfn id="element"><code>Element</code></dfn></li>
+ <li><dfn id="nodelist"><code>NodeList</code></dfn></li>
+ <li><dfn id="textcontent"><code>textContent</code></dfn></li>
</ul><p>The following features are defined in the DOM Events
specification: <a href="references.html#refsDOMEVENTS">[DOMEVENTS]</a></p>
- <ul class="brief"><li><dfn id="event">Event</dfn></li>
- <li><dfn id="eventtarget">EventTarget</dfn></li>
+ <ul class="brief"><li><dfn id="event"><code>Event</code></dfn></li>
+ <li><dfn id="eventtarget"><code>EventTarget</code></dfn></li>
</ul></dd>
<dt>Web IDL</dt>
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.876
retrieving revision 1.877
diff -u -d -r1.876 -r1.877
--- index.html 9 Mar 2010 00:36:40 -0000 1.876
+++ index.html 29 Mar 2010 05:46:34 -0000 1.877
@@ -1674,6 +1674,29 @@
</td><td>
—
+ </td></tr><tr><td> <a href="editing.html#formatblock-candidate" title="formatBlock candidate"><code title="">formatBlock</code> candidates</a>
+ </td><td>
+ <code><a href="semantics.html#the-section-element">section</a></code>;
+ <code><a href="semantics.html#the-nav-element">nav</a></code>;
+ <code><a href="semantics.html#the-article-element">article</a></code>;
+ <code><a href="semantics.html#the-aside-element">aside</a></code>;
+ <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>;
+ <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>;
+ <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>;
+ <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>;
+ <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>;
+ <code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>;
+ <code><a href="semantics.html#the-hgroup-element">hgroup</a></code>;
+ <code><a href="semantics.html#the-header-element">header</a></code>;
+ <code><a href="semantics.html#the-footer-element">footer</a></code>;
+ <code><a href="semantics.html#the-address-element">address</a></code>;
+ <code><a href="semantics.html#the-p-element">p</a></code>;
+ <code><a href="semantics.html#the-pre-element">pre</a></code>;
+ <code><a href="semantics.html#the-blockquote-element">blockquote</a></code>;
+ <code><a href="semantics.html#the-div-element">div</a></code>
+ </td><td>
+ —
+
</td></tr></tbody></table><h3 class="no-num" id="attributes-0">Attributes</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><table><caption>List of attributes (excluding event handler content attributes)</caption>
<thead><tr><th> Attribute
</th><th> Element(s)
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.909
retrieving revision 1.910
diff -u -d -r1.909 -r1.910
--- spec.html 29 Mar 2010 05:17:04 -0000 1.909
+++ spec.html 29 Mar 2010 05:46:34 -0000 1.910
@@ -307,7 +307,7 @@
</dl><p>This specification is available in the following formats:
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>.
-This is revision 1.3910.
+This is revision 1.3912.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 29 March 2010 05:46:38 UTC