[Bug 28170] Reference to CSS element content in <br> and <wbr> rendering

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28170

Andrea Rendine <master.skywalker.88@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |master.skywalker.88@gmail.c
                   |                            |om

--- Comment #1 from Andrea Rendine <master.skywalker.88@gmail.com> ---
Needless to say, in changing these default rules please replace them with
something existing. Proposals from WHATWG maintainer included new "display"
property values, which would mean nothing if used just for this case, i.e. they
probably wouldn't even be implemented.
It would be sufficient to state something like

br::after { content: '\A'; }
wbr::after { content: '\200B'; }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 8 March 2015 18:28:01 UTC