Comment 2 by Nikolaus Schaller, Jul 18, 2012
This is most likely easily solved if we properly implement the display: style attribute (issue #124) that controls the automatic insertion of blank spaces for any adjacent elements. This should handle correctly at least: display: none display: block display: inline display: inline-block display: run-in
Comment 3 by Nikolaus Schaller, Jul 21, 2012
It is not only controlled by display: (which appears to control insertion/skipping of \n) but also by white-space: normal white-space: nowrap (auch <td>/<th> attribut nowrap) white-space: pre (default of <pre>) white-space: pre-wrap white-space: pre-line
Comment 4 by Nikolaus Schaller, Jul 21, 2012
some more things to be implemented in the same area: visibility: visible | hidden | collapse | inherit text-transform: uppercase | lowercase | capitalize | none | inherit text-decoration: none | underline | overline | line-through | blink | inherit quotes: ... (replace quotes by these unicode characters ceonten: ... (inser as additional content :before or :after)
Comment 5 by Nikolaus Schaller, Aug 29, 2012
appears to be solved by rewrite of CSS engine.
Status:
Fixed
Sign in to reply to this comment.
Reported by Riccardo Mottola, Jul 13, 2010