Skip to content
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

Incorrect padding in span or other inline tags #74

Open
rodarima opened this issue Feb 4, 2024 · 0 comments
Open

Incorrect padding in span or other inline tags #74

rodarima opened this issue Feb 4, 2024 · 0 comments
Labels
bug Something isn't working layout Layouting and rendering

Comments

@rodarima
Copy link
Member

rodarima commented Feb 4, 2024

The following render test:

<!DOCTYPE html>
<html>
  <head>
    <title>Test span with padding CSS property</title>
    <style>
      span {padding: 20px; background: lightgreen}
      p {margin-top: 40px}
    </style>
  </head>
  <body>
    <p>hello <span>world</span></p>
  </body>
</html>

Renders properly in Firefox as:
image

But not in Dillo:
image

The same problem seems to happen with other inline tags.

@rodarima rodarima added bug Something isn't working layout Layouting and rendering labels Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working layout Layouting and rendering
Projects
None yet
Development

No branches or pull requests

1 participant