[Webkit-unassigned] [Bug 14890] Incorrectly indented items in a list (WebKit lacks Firefox <dd> quirk)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 13:58:17 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14890


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Incorrectly indented items  |Incorrectly indented items
                   |in a list                   |in a list (WebKit lacks
                   |                            |Firefox <dd> quirk)




------- Comment #3 from mitz at webkit.org  2007-08-06 13:58 PDT -------
Firefox has this rule in quirk.css:

/* Quirk: DD not in DL has text-indent instead of margin (b=5119) */

:not(dl) > dd {
  display: inline;
  margin: 0;
}

There are a few more dl/dd quirks there.


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



More information about the webkit-unassigned mailing list