- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Aug 2011 06:37:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1746
Modified Files:
Overview.html
Log Message:
Add an example for <wbr>. (whatwg r6363)
Index: Overview.html
===================================================================
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><p>So then he pointed at the tiger and screamed
"there<wbr>is<wbr>no<wbr>way<wbr>you<wbr>are<wbr>ever<wbr>going<wbr>to<wbr>catch<wbr>me"!</p></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><pre>...
+Heading heading = Helm.HeadingFactory(HeadingCoordinates[1], <wbr>HeadingCoordinates[2], <wbr>HeadingCoordinates[3], <wbr>HeadingCoordinates[4]);
+Course course = Helm.CourseFactory(Heading, <wbr>Maps.MapFactoryFromHeading(heading), <wbr>Speeds.GetMaximumSpeed().ConvertToWarp());
+...</pre></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:37:59 UTC