Skip to content
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

<tr> backgrounds aren't drawn correctly #2309

Closed
KwanEsq opened this issue Jan 16, 2018 · 2 comments
Closed

<tr> backgrounds aren't drawn correctly #2309

KwanEsq opened this issue Jan 16, 2018 · 2 comments

Comments

@KwanEsq
Copy link

@KwanEsq KwanEsq commented Jan 16, 2018

Other browsers seem to render tr { background-color: black } the same as tr > th, tr > td { background-color: black }. Servo does not. (Not sure where that's spec'ed, or even if it is)

Testcase: http://kwan.perix.co.uk/mozilla/tableRowBackgroundTest.html
(Correct rendering emulated on hover using cell backgrounds)

Servo rendering:
screenshot from 2018-01-16 22-50-32

Firefox rendering:
screenshot from 2018-01-16 22-51-31

@glennw
Copy link
Member

@glennw glennw commented Jan 16, 2018

Thanks for the bug report!

I think this should probably be reported as an issue in the Servo repository. It seems more likely to be related to the display list that Servo is producing, rather than something in WR itself.

@KwanEsq
Copy link
Author

@KwanEsq KwanEsq commented Jan 16, 2018

@glennw ... darn it, I misread my location and thought I was in servo/servo (which is where I was searching for potential duplicates). Thanks for the heads-up! I'll re-file.

@KwanEsq KwanEsq closed this Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.