[html5] r8798 - [e] (0) Get HTML ahead of CSS for the definition of 'wbr'. Fixing https://www.w3 [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 19 14:41:19 PDT 2014


Author: ianh
Date: 2014-09-19 14:41:15 -0700 (Fri, 19 Sep 2014)
New Revision: 8798

Modified:
   complete.html
   index
   source
Log:
[e] (0) Get HTML ahead of CSS for the definition of 'wbr'.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26264
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2014-09-19 21:37:55 UTC (rev 8797)
+++ complete.html	2014-09-19 21:41:15 UTC (rev 8798)
@@ -77909,7 +77909,7 @@
 
 <span id=br-wbr-content>br { display-outside: newline; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
 nobr { white-space: nowrap; }
-wbr { content: '\200B'; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
+wbr { display-outside: break-opportunity; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
 nobr wbr { white-space: normal; }</span></pre>
 
   <p>The following rules are also expected to apply, as

Modified: index
===================================================================
--- index	2014-09-19 21:37:55 UTC (rev 8797)
+++ index	2014-09-19 21:41:15 UTC (rev 8798)
@@ -77909,7 +77909,7 @@
 
 <span id=br-wbr-content>br { display-outside: newline; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
 nobr { white-space: nowrap; }
-wbr { content: '\200B'; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
+wbr { display-outside: break-opportunity; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
 nobr wbr { white-space: normal; }</span></pre>
 
   <p>The following rules are also expected to apply, as

Modified: source
===================================================================
--- source	2014-09-19 21:37:55 UTC (rev 8797)
+++ source	2014-09-19 21:41:15 UTC (rev 8798)
@@ -106476,7 +106476,7 @@
 
 <span data-x="" id="br-wbr-content">br { display-outside: newline; } /* <a href="#bidi-rendering">this also has bidi implications</a> */
 nobr { white-space: nowrap; }
-wbr { content: '\200B'; } /* <a href="#bidi-rendering">this also has bidi implications</a> */
+wbr { display-outside: break-opportunity; } /* <a href="#bidi-rendering">this also has bidi implications</a> */
 nobr wbr { white-space: normal; }</span></pre>
 
   <p>The following rules are also expected to apply, as



More information about the Commit-Watchers mailing list