We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I put a border on nested spans with padding, the right side borders are drawn where they would be if the elements had no padding on the right.
Linux
The borders should be drawn around the padding area.
The borders are drawn as if there were no padding.
N/A
<!DOCTYPE html> <style> span { padding: 1em; border: 2px solid black; } </style> <span>o<span>o</span>o</span>
None
Ladybird:
Firefox:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
When I put a border on nested spans with padding, the right side borders are drawn where they would be if the elements had no padding on the right.
Operating system
Linux
Steps to reproduce
Expected behavior
The borders should be drawn around the padding area.
Actual behavior
The borders are drawn as if there were no padding.
URL for a reduced test case
N/A
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
Ladybird:
Firefox:
Build flags or config settings
None
Contribute a patch?
The text was updated successfully, but these errors were encountered: