<li><span><p></p>Introduces a gap above the text, so that it no longer aligns with the marker
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
People
(Reporter: psychpsyo, Unassigned)
References
Details
Attachments
(1 file)
|
77 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:148.0) Gecko/20100101 Firefox/148.0
Steps to reproduce:
The following HTML renders incorrectly:
<!DOCTYPE html>
<ul><li><span><p></p>Hello!
This is a reduced version of the list items on https://missionconnectionhealthcare.com/mental-health/professionals/nervous-breakdowns/
The lists on that page render correctly in Chromium, WebKit and Ladybird, but not in Firefox.
Actual results:
The text is shoved down when it shouldn't be.
Expected results:
The text should be next to the bullet point and the list item should be one line tall.
Updated•5 months ago
|
Comment 1•5 months ago
|
||
So this is block-in-inline/IB split weirdness, but also, on other browsers, zero-size <p> gets ignored - Adding any border-size or size to <p> cause things to line up across browsers.
Not quite sure where in the spec to look to clarify that. Hm.
Updated•5 months ago
|
Description
•