[html5] r6363 - [e] (0) Add an example for <wbr>. Fixing http://www.w3.org/Bugs/Public/show_bug. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 3 23:37:42 PDT 2011
Author: ianh
Date: 2011-08-03 23:37:41 -0700 (Wed, 03 Aug 2011)
New Revision: 6363
Modified:
complete.html
index
source
Log:
[e] (0) Add an example for <wbr>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12655
Modified: complete.html
===================================================================
--- complete.html 2011-08-03 23:54:52 UTC (rev 6362)
+++ complete.html 2011-08-04 06:37:41 UTC (rev 6363)
@@ -239,7 +239,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 3 August 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 4 August 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
@@ -21630,6 +21630,19 @@
</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
@@ -101502,6 +101515,7 @@
Riona Macnamara,
Rob Ennals,
Rob Jellinghaus,
+ Rob S,
Robert Blaut,
Robert Collins,
Robert O'Callahan,
Modified: index
===================================================================
--- index 2011-08-03 23:54:52 UTC (rev 6362)
+++ index 2011-08-04 06:37:41 UTC (rev 6363)
@@ -243,7 +243,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 3 August 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 4 August 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -21499,6 +21499,19 @@
</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
@@ -97232,6 +97245,7 @@
Riona Macnamara,
Rob Ennals,
Rob Jellinghaus,
+ Rob S,
Robert Blaut,
Robert Collins,
Robert O'Callahan,
Modified: source
===================================================================
--- source 2011-08-03 23:54:52 UTC (rev 6362)
+++ source 2011-08-04 06:37:41 UTC (rev 6363)
@@ -23105,6 +23105,19 @@
</div>
+ <div class="example">
+
+ <p>Here, especially long lines of code in a program listing have
+ suggested wrapping points given using <code>wbr</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>wbr</code> elements must not be
@@ -115708,6 +115721,7 @@
Riona Macnamara,
Rob Ennals,
Rob Jellinghaus,
+ Rob S,
Robert Blaut,
Robert Collins,
Robert O'Callahan,
More information about the Commit-Watchers
mailing list