-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
table-bordered with tbody and no content = no border #13453
Comments
Confirmed. Also confirmed that such HTML validates. |
Well that's super odd. |
This sounds like a browser bug @cvrebert, no? |
@mdo Indeed. The bug occurs in Firefox on Mac OS X, Linux, and Windows 8.1. |
Somewhat-reduced testcase: http://jsfiddle.net/dKTvW/5/ |
Filed upstream Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1023761 |
Added a relevant test to the W3C CSS test suite: w3c/csswg-test#793 |
I noticed a weird behaviour when using table-bordered in Firefox...
http://jsfiddle.net/B3CWR/3/
This is a very specific issue only in FF so I'm not sure if yall want to address it but this does fix it:
(The proposed fix actually makes the border-width bigger so I guess it's not a fix)
The text was updated successfully, but these errors were encountered: