[Webkit-unassigned] [Bug 18926] dt:after generate a line break. Boost documentation page renders poorly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 22:37:19 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=18926





--- Comment #16 from mitz at webkit.org  2010-02-04 22:37:18 PST ---
(From update of attachment 48200)
> -            if (last != o && !last->isListMarker()) {
> -                // better to break between object boundaries than in the middle of a word (except for list markers)
> +            if (last != o && !last->isListMarker()  && !last->style()->isDisplayInlineType() && !o->style()->isDisplayInlineType()) {
> +                // better to break between object boundaries than in the middle of a word,
> +                // except for list markers and inline elements including :before and :after pseudo elements.
>                  lBreak.obj = o;
>                  lBreak.pos = 0;
>                  lBreak.nextBreakablePosition = -1;

Have you tried just removing this entire branch? Hyatt and I think it’s
completely unnecessary.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list