[html5] r8745 - [giow] (0) Update how 'br' is specced at the CSS level. This depends on as-yet i [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 4 15:06:34 PDT 2014


Author: ianh
Date: 2014-09-04 15:06:30 -0700 (Thu, 04 Sep 2014)
New Revision: 8745

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Update how 'br' is specced at the CSS level. This depends on as-yet incomplete CSS changes.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25503
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2014-09-04 21:31:07 UTC (rev 8744)
+++ complete.html	2014-09-04 22:06:30 UTC (rev 8745)
@@ -77382,7 +77382,7 @@
 q::before { content: open-quote; }
 q::after { content: close-quote; }
 
-<span id=br-wbr-content>br { content: '\A'; white-space: pre; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
+<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> */
 nobr wbr { white-space: normal; }</span></pre>

Modified: index
===================================================================
--- index	2014-09-04 21:31:07 UTC (rev 8744)
+++ index	2014-09-04 22:06:30 UTC (rev 8745)
@@ -77382,7 +77382,7 @@
 q::before { content: open-quote; }
 q::after { content: close-quote; }
 
-<span id=br-wbr-content>br { content: '\A'; white-space: pre; } /* <a href=#bidi-rendering>this also has bidi implications</a> */
+<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> */
 nobr wbr { white-space: normal; }</span></pre>

Modified: source
===================================================================
--- source	2014-09-04 21:31:07 UTC (rev 8744)
+++ source	2014-09-04 22:06:30 UTC (rev 8745)
@@ -105789,7 +105789,7 @@
 q::before { content: open-quote; }
 q::after { content: close-quote; }
 
-<span data-x="" id="br-wbr-content">br { content: '\A'; white-space: pre; } /* <a href="#bidi-rendering">this also has bidi implications</a> */
+<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> */
 nobr wbr { white-space: normal; }</span></pre>



More information about the Commit-Watchers mailing list