Small WebKit

Issue 110: incorrect leading space before certain paragraphs

Reported by Riccardo Mottola, Jul 13, 2010

See attached screenshot for comparison. Some lines start with a 
blank.

http://homepage.mac.com/riccardo_mottola/testpage.html

Comment 1 by Nikolaus Schaller, Jul 15, 2010

Owner: hns

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

Created: 15 years 8 months ago by Riccardo Mottola

Updated: 13 years 6 months ago

Status: Fixed

Owner: Nikolaus Schaller

Labels:
Type:Defect
Priority:Medium