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
A table column with width="0%" is rendered with a visible width. I found this on a website that uses tables for a percentage bar.
width="0%"
Linux
Firefox:
Ladybird:
N/A
<table bgcolor="#FF0000" cellpadding="0" cellspacing="0" width="200" height="20"> <tr> <td width="0%" bgcolor="#000"> <td width="100%">
none
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
A table column with
width="0%"
is rendered with a visible width. I found this on a website that uses tables for a percentage bar.Operating system
Linux
Steps to reproduce
Expected behavior
Firefox:
![image](https://private-user-images.githubusercontent.com/5951778/411117523-93ed94a4-681c-4126-90d5-0e85aa6c80d0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjAxMTksIm5iZiI6MTczOTE1OTgxOSwicGF0aCI6Ii81OTUxNzc4LzQxMTExNzUyMy05M2VkOTRhNC02ODFjLTQxMjYtOTBkNS0wZTg1YWE2YzgwZDAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDM1NjU5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWM5ZTg1ODg1ODU0YjczODgwYzA0MzUyYThhZDFjZDBiOGExNzg1NzhjMTQxMmFmMDlmNTEwMjVkOTNkZWJkYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.r9X87uHptSMa0IpzJ7G0lLxJsZdXChwhOpvBrvt9jcM)
Actual behavior
Ladybird:
![image](https://private-user-images.githubusercontent.com/5951778/411117553-9ed19991-e12d-42c7-8615-461b0f0b0d8a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjAxMTksIm5iZiI6MTczOTE1OTgxOSwicGF0aCI6Ii81OTUxNzc4LzQxMTExNzU1My05ZWQxOTk5MS1lMTJkLTQyYzctODYxNS00NjFiMGYwYjBkOGEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDM1NjU5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjU0ZGM4NWRiNjhkNGVmNTdkODE0ZTcyZDEyNzY4MzVlYzcwMWY4ODQ4MWZiMDQ1MGM0MGY0NmZjMWNkY2JkNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.4M3z8AUQ2BwlaC1hDftAty7XgmUARUUZeYGQwXAe5kU)
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
No response
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: