[Webkit-unassigned] [Bug 31619] Whitespaces after a list marker isn't ignored in calcInlinePrefWidths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 07:36:47 PST 2009


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





--- Comment #3 from Shinichiro Hamaji <hamaji at chromium.org>  2009-11-18 07:36:47 PST ---
It is already inconsistent for normal lists. Bug 23264 only fixes
list-style-position:inside case and the rendering of normal lists was OK even
before Bug 23264. Here is the summary of cases:

1. rendering of normal list: space is ignored (OK)
2. rendering of inside list: space is not ignored (not OK)
3. prefWidth of normal list: space is not ignored (not OK, inconsistent with
case 1)
4. prefWidth of inside list: space is not ignored (not OK)

This patch fixes 3 and 4, and Bug 23264 fixes 2. Anyway, if you want to fix
them at the same time, I'll combine the patches into one patch.

-- 
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