hixie: define <nobr> and <wbr> (and fix markup error) (whatwg r4561)

hixie: define <nobr> and <wbr> (and fix markup error) (whatwg r4561)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3640&r2=1.3641&f=h
http://html5.org/tools/web-apps-tracker?from=4560&to=4561

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3640
retrieving revision 1.3641
diff -u -d -r1.3640 -r1.3641
--- Overview.html 11 Jan 2010 01:59:45 -0000 1.3640
+++ Overview.html 11 Jan 2010 02:49:24 -0000 1.3641
@@ -10572,9 +10572,9 @@
   synchronous blocking behavior that is the default.<p>If one or both of the <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> and <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attributes are specified, the
   <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute must also be
   specified.<p>Changing the <code title="attr-script-src"><a href="#attr-script-src">src</a></code>, <code title="attr-script-type"><a href="#attr-script-type">type</a></code>, <code title="attr-script-charset"><a href="#attr-script-charset">charset</a></code>, <code title="attr-script-async"><a href="#attr-script-async">async</a></code>, and <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attributes dynamically has no
-  direct effect; these attribute are only used <span class="impl">at
-  specific times described below.</span></p><!-- by implication, changes to
-  the base URL also have no effect --><div class="impl">
+  direct effect; these attribute are only used at specific times
+  described below.</p><!-- by implication, changes to the base URL
+  also have no effect --><div class="impl">
 
   <p>A <code><a href="#script">script</a></code> element has several associated pieces of
   state.</p>
@@ -50690,7 +50690,7 @@
    <code><a href="#the-select-element">select</a></code>, <code><a href="#the-style-element">style</a></code>, <code><a href="#the-tbody-element">tbody</a></code>,
    <code><a href="#the-textarea-element">textarea</a></code>, <code><a href="#the-tfoot-element">tfoot</a></code>, <code><a href="#the-thead-element">thead</a></code>,
    <code><a href="#the-title-element-0">title</a></code>, <code><a href="#the-tr-element">tr</a></code>, <code><a href="#the-ul-element">ul</a></code>,
-   <code>wbr</code>, and <code><a href="#xmp">xmp</a></code>.</dd>
+   <code><a href="#wbr">wbr</a></code>, and <code><a href="#xmp">xmp</a></code>.</dd>
 
    <dt><dfn id="scoping">Scoping</dfn></dt>
    <dd><p>The following HTML elements introduce new <a href="#has-an-element-in-scope" title="has
@@ -50705,7 +50705,7 @@
    <a href="#list-of-active-formatting-elements">list of active formatting elements</a>: <code><a href="#the-a-element">a</a></code>,
    <code><a href="#the-b-element">b</a></code>, <code><a href="#big">big</a></code>, <code><a href="#the-code-element">code</a></code>,
    <code><a href="#the-em-element">em</a></code>, <code><a href="#font">font</a></code>, <code><a href="#the-i-element">i</a></code>,
-   <code>nobr</code>, <code><a href="#s">s</a></code>, <code><a href="#the-small-element">small</a></code>,
+   <code><a href="#nobr">nobr</a></code>, <code><a href="#s">s</a></code>, <code><a href="#the-small-element">small</a></code>,
    <code><a href="#strike">strike</a></code>, <code><a href="#the-strong-element">strong</a></code>, <code><a href="#tt">tt</a></code>, and
    <code><a href="#u">u</a></code>.</dd>
 
@@ -57091,7 +57091,7 @@
         <code><a href="#the-embed-element">embed</a></code>, <code><a href="#frame">frame</a></code>, <code><a href="#the-hr-element">hr</a></code>,
         <code><a href="#the-img-element">img</a></code>, <code><a href="#the-input-element">input</a></code>, <code><a href="#the-keygen-element">keygen</a></code>,
         <code><a href="#the-link-element">link</a></code>, <code><a href="#meta">meta</a></code>, <code><a href="#the-param-element">param</a></code>, or
-        <code>wbr</code> element, then continue on to the next child
+        <code><a href="#wbr">wbr</a></code> element, then continue on to the next child
         node at this point.</p> <!-- also, i guess: image and isindex,
         but we don't list those because we don't consider those
         "elements", more "macros", and thus we should never serialize
@@ -62195,11 +62195,13 @@
    <dt><dfn id="font"><code>font</code></dfn></dt>
    <dt><code><a href="#the-marquee-element">marquee</a></code></dt>
    <dt><dfn id="multicol"><code>multicol</code></dfn></dt>
+   <dt><dfn id="nobr"><code>nobr</code></dfn></dt>
    <dt><dfn id="s"><code>s</code></dfn></dt>
    <dt><dfn id="spacer"><code>spacer</code></dfn></dt>
    <dt><dfn id="strike"><code>strike</code></dfn></dt>
    <dt><dfn id="tt"><code>tt</code></dfn></dt>
    <dt><dfn id="u"><code>u</code></dfn></dt>
+   <dt><dfn id="wbr"><code>wbr</code></dfn></dt>
    <dd><p>Use CSS instead.</dd>
 
   </dl><hr><p>The following attributes are obsolete (though the elements are

Received on Monday, 11 January 2010 02:50:07 UTC