LoginSignup
2
2

More than 5 years have passed since last update.

Firefoxで、<table>の<col>に指定したbackground-colorが思わぬところにまで適用されてしまう

Posted at

問題

Firefox以外のブラウザー

browser other than Firefox

Firefox

Firefox

  • visibility: collapse;で詰めて表示されているはずの<th>にまで、<col>background-color: #10c7ff;が適用される
  • border-radiusで丸まった角の背景にまで、<col>background-color: redが適用される

Firefox Nightlyでも同様。

デモ

対処

  • <tbody><th><td>background-colorを指定する

デモ

感想

Firefoxなんでや…。
Bugzillaに報告されているか軽く見てみたけど、<col>background-colorに関するIssueは無いっぽい?
仕様的にどっちの挙動が正しいんだろ…。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2