[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
Wed Mar 24 05:29:07 PDT 2021


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

Sam Sneddon [:gsnedders] <gsnedders at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gsnedders at apple.com
         Resolution|---                         |INVALID

--- Comment #6 from Sam Sneddon [:gsnedders] <gsnedders at apple.com> ---
(In reply to mitz from comment #1)
> Looks like a difference in handling of misnested tags (<li>.....<dd><li>).

This is now interoperable following the HTML parser standardisation.

(In reply to mitz from comment #3)
> 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.

https://bugzilla.mozilla.org/show_bug.cgi?id=782551 dropped this quirk from Firefox 70, and quirks/dd-dl-firefox-001.html in WPT passes everywhere showing we have consistency here.

The original URL no longer exists and doesn't appear to be in the Internet Archive, so I can't compare behaviour between browsers nowadays, but resolving this as invalid on the basis that we have interoperability on both of the behaviours described in this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210324/77e53050/attachment.htm>


More information about the webkit-unassigned mailing list