html5/spec acknowledgements.html,1.1090,1.1091 spec.html,1.1587,1.1588 text-level-semantics.html,1.1049,1.1050

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2498

Modified Files:
	acknowledgements.html spec.html text-level-semantics.html 
Log Message:
Add an example for <wbr>. (whatwg r6363)

[updated by splitter]


Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1049
retrieving revision 1.1050
diff -u -d -r1.1049 -r1.1050
--- text-level-semantics.html	28 Jul 2011 01:46:30 -0000	1.1049
+++ text-level-semantics.html	4 Aug 2011 06:46:24 -0000	1.1050
@@ -2063,6 +2063,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

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1090
retrieving revision 1.1091
diff -u -d -r1.1090 -r1.1091
--- acknowledgements.html	2 Aug 2011 22:46:25 -0000	1.1090
+++ acknowledgements.html	4 Aug 2011 06:46:24 -0000	1.1091
@@ -797,6 +797,7 @@
   Riona Macnamara,
   Rob Ennals,
   Rob Jellinghaus,
+  Rob S,
   Robert Blaut,
   Robert Collins,
   Robert O'Callahan,

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1587
retrieving revision 1.1588
diff -u -d -r1.1587 -r1.1588
--- spec.html	4 Aug 2011 00:46:50 -0000	1.1587
+++ spec.html	4 Aug 2011 06:46:24 -0000	1.1588
@@ -324,7 +324,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>
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5085.
+This is revision 1.5086.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -470,7 +470,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

Received on Thursday, 4 August 2011 06:46:28 UTC