[html5] r4561 - [giow] (1) define <nobr> and <wbr> (and fix markup error) Fixing http://www.w3.o [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Jan 10 18:49:19 PST 2010


Author: ianh
Date: 2010-01-10 18:49:16 -0800 (Sun, 10 Jan 2010)
New Revision: 4561

Modified:
   complete.html
   index
   source
Log:
[giow] (1) define <nobr> and <wbr> (and fix markup error)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8539

Modified: complete.html
===================================================================
--- complete.html	2010-01-11 01:59:37 UTC (rev 4560)
+++ complete.html	2010-01-11 02:49:16 UTC (rev 4561)
@@ -12321,9 +12321,9 @@
   specified.</p>
 
   <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 -->
+  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>
 
@@ -70426,7 +70426,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
@@ -70441,7 +70441,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>
 
@@ -76842,7 +76842,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
@@ -82108,11 +82108,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

Modified: index
===================================================================
--- index	2010-01-11 01:59:37 UTC (rev 4560)
+++ index	2010-01-11 02:49:16 UTC (rev 4561)
@@ -12186,9 +12186,9 @@
   specified.</p>
 
   <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 -->
+  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>
 
@@ -64745,7 +64745,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
@@ -64760,7 +64760,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>
 
@@ -71161,7 +71161,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
@@ -76427,11 +76427,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

Modified: source
===================================================================
--- source	2010-01-11 01:59:37 UTC (rev 4560)
+++ source	2010-01-11 02:49:16 UTC (rev 4561)
@@ -12889,9 +12889,9 @@
   title="attr-script-charset">charset</code>, <code
   title="attr-script-async">async</code>, and <code
   title="attr-script-defer">defer</code> attributes dynamically has no
-  direct effect; these attribute are only used <span class="impl">at
-  specific times described below.</p> <!-- by implication, changes to
-  the base URL also have no effect -->
+  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">
 
@@ -91181,11 +91181,13 @@
    <dt><dfn><code>font</code></dfn></dt>
    <dt><code>marquee</code></dt>
    <dt><dfn><code>multicol</code></dfn></dt>
+   <dt><dfn><code>nobr</code></dfn></dt>
    <dt><dfn><code>s</code></dfn></dt>
    <dt><dfn><code>spacer</code></dfn></dt>
    <dt><dfn><code>strike</code></dfn></dt>
    <dt><dfn><code>tt</code></dfn></dt>
    <dt><dfn><code>u</code></dfn></dt>
+   <dt><dfn><code>wbr</code></dfn></dt>
    <dd><p>Use CSS instead.</p></dd>
 
   </dl>




More information about the Commit-Watchers mailing list