[Webkit-unassigned] [Bug 47997] [HTML5] HTML5 parser indents list items inside definition lists

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 11:03:08 PDT 2011


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|eric at webkit.org             |webkit-unassigned at lists.web
                   |                            |kit.org




--- Comment #21 from Eric Seidel <eric at webkit.org>  2011-05-17 11:03:08 PST ---
Basically this bug boils down to: we're now entering into a new DOM state that the previous parser never let us get to.  The old parser used to auto-close <dd> tags, but the HTML5 one doesn't.  Mozilla has some magic CSS which applies a -moz-margin-start for non-nested dds, and turns that margin into a :before { content "\A "; } in the nested case.  It's not entirely clear to me how that works.  But I expect it makes the spaces able to colapse?  And why those don't get collapsed when they're dd's are outside of dl's isn't clear to me either.

Basically I don't really understand the expected rendering of dd (we don't really have enough testing yet), so I feel unclear how this should be fixed.

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