-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<li>
marker is invisible on otherwise empty page
#2433
Comments
I'm not sure if this is a bug or not, it's inconsistent between browsers, and isn't specced as far as I can tell. In Firefox, the marker is visible because Chrome somehow has the marker visible always, despite having the default Ladybird always has the marker off the page, regardless of the doctype being set. |
Just checked the specs and, as far as I can tell, this is specced: TL;DR: The marker should be outside of the <li>. Also, Firefox's quirks stylesheet is the way it is "for backward compatibility", whatever that means. Adding a sufficient margin on the body does reveal the marker in Ladybird, so yes, this is actually to spec and not a bug. |
One more bit I just stumbled upon: Microsoft has actually documented their non-standard quirk for this here:
(I'm not saying we should support this, just that I found the source of this nonsense) |
Summary
When I open
data:text/html,<li>
in Ladybird, the page looks completely empty.This might be related to #2432EDIT: This is to spec, but inconsistent with Chrome and also with quirks-mode Firefox.
Operating system
Linux
Steps to reproduce
data:text/html,<li>
.Expected behavior
There should be a single black dot on the page.
Actual behavior
There is nothing on the page.
URL for a reduced test case
data:text/html,<li>
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: