Open Bug 1680790 Opened 3 years ago Updated 3 days ago

Firefox does not vertically align an anchor-with-block-element list item with its marker, Chrome does

Categories

(Core :: Layout: Generated Content, Lists, and Counters, defect)

defect

Tracking

()

People

(Reporter: twisniewski, Unassigned)

References

()

Details

Chrome and Firefox disagree on how to render this simple test-case (Chrome aligns the item with the list-item marker, Firefox does not):

<!DOCTYPE html>
<ul><li><a><div>item</div></a></li></ul>

This affects the footer on syncable.biz, as reported at https://webcompat.com/issues/62451

Note that there is some investigation going on in that thread, including a new web platform test being developed.

Severity: -- → S3
Webcompat Priority: ? → P3

The layout of the site in the linked webcompat issue (https://webcompat.com/issues/62451) has changed, unsetting webcompat priority. Testcase is still presenting a difference in Firefox vs Chrome

Webcompat Priority: P3 → ---
You need to log in before you can comment on or make changes to this bug.