hixie: Add an example for <wbr>. (whatwg r6363)

hixie: Add an example for <wbr>. (whatwg r6363)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5085&r2=1.5086&f=h
http://html5.org/tools/web-apps-tracker?from=6362&to=6363

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5085
retrieving revision 1.5086
diff -u -d -r1.5085 -r1.5086
--- Overview.html 3 Aug 2011 23:54:57 -0000 1.5085
+++ Overview.html 4 Aug 2011 06:37:48 -0000 1.5086
@@ -320,7 +320,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-3-august-2011">Editor's Draft 3 August 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-4-august-2011">Editor's Draft 4 August 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -466,7 +466,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 3 August 2011 Editor's Draft.
+  This specification is the 4 August 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -17922,6 +17922,17 @@
    <pre>&lt;p&gt;So then he pointed at the tiger and screamed
 "there&lt;wbr&gt;is&lt;wbr&gt;no&lt;wbr&gt;way&lt;wbr&gt;you&lt;wbr&gt;are&lt;wbr&gt;ever&lt;wbr&gt;going&lt;wbr&gt;to&lt;wbr&gt;catch&lt;wbr&gt;me"!&lt;/p&gt;</pre>
 
+  </div><div class="example">
+
+   <p>Here, especially long lines of code in a program listing have
+   suggested wrapping points given using <code><a href="#the-wbr-element">wbr</a></code>
+   elements.</p>
+
+   <pre>&lt;pre&gt;...
+Heading heading = Helm.HeadingFactory(HeadingCoordinates[1], &lt;wbr&gt;HeadingCoordinates[2], &lt;wbr&gt;HeadingCoordinates[3], &lt;wbr&gt;HeadingCoordinates[4]);
+Course course = Helm.CourseFactory(Heading, &lt;wbr&gt;Maps.MapFactoryFromHeading(heading), &lt;wbr&gt;Speeds.GetMaximumSpeed().ConvertToWarp());
+...&lt;/pre&gt;</pre>
+
   </div><div class="impl">
 
   <p>Any content inside <code><a href="#the-wbr-element">wbr</a></code> elements must not be
@@ -72594,6 +72605,7 @@
   Riona Macnamara,
   Rob Ennals,
   Rob Jellinghaus,
+  Rob S,
   Robert Blaut,
   Robert Collins,
   Robert O'Callahan,

Received on Thursday, 4 August 2011 06:38:08 UTC