[html5] r4731 - [giow] (2) Define <wbr> handling. Fixing http://www.w3.org/Bugs/Public/show_bug. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Feb 14 02:47:19 PST 2010
Author: ianh
Date: 2010-02-14 02:47:17 -0800 (Sun, 14 Feb 2010)
New Revision: 4731
Modified:
complete.html
index
source
Log:
[giow] (2) Define <wbr> handling.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8720
Modified: complete.html
===================================================================
--- complete.html 2010-02-14 10:42:58 UTC (rev 4730)
+++ complete.html 2010-02-14 10:47:17 UTC (rev 4731)
@@ -81703,6 +81703,10 @@
error, a default value of 1px is expected to be used for that
property instead.</p>
+ <p>The <code><a href=#wbr>wbr</a></code> element is expected to override the
+ 'white-space' property and always provide a line-breaking
+ opportunity.</p>
+
</div>
Modified: index
===================================================================
--- index 2010-02-14 10:42:58 UTC (rev 4730)
+++ index 2010-02-14 10:47:17 UTC (rev 4731)
@@ -76012,6 +76012,10 @@
error, a default value of 1px is expected to be used for that
property instead.</p>
+ <p>The <code><a href=#wbr>wbr</a></code> element is expected to override the
+ 'white-space' property and always provide a line-breaking
+ opportunity.</p>
+
</div>
Modified: source
===================================================================
--- source 2010-02-14 10:42:58 UTC (rev 4730)
+++ source 2010-02-14 10:47:17 UTC (rev 4731)
@@ -90750,6 +90750,10 @@
error, a default value of 1px is expected to be used for that
property instead.</p>
+ <p>The <code>wbr</code> element is expected to override the
+ 'white-space' property and always provide a line-breaking
+ opportunity.</p>
+
</div>
More information about the Commit-Watchers
mailing list