| Title | Incorrect padding in span or other inline tags |
|---|---|
| Author | rodarima |
| Created | Sun, 04 Feb 2024 14:50:20 +0000 |
| State | open |
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:
But not in Dillo:
The same problem seems to happen with other inline tags.