Open
Bug 2030993
Opened 5 days ago
Updated 1 day ago
<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
()
UNCONFIRMED
People
(Reporter: psychpsyo, Unassigned)
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•1 day ago
|
Component: Untriaged → Layout: Block and Inline
Product: Firefox → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•