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

sfconservancy.org - text is not visible #2628

Closed
kbrosnan opened this issue May 25, 2016 · 6 comments
Closed

sfconservancy.org - text is not visible #2628

kbrosnan opened this issue May 25, 2016 · 6 comments
Milestone

Comments

@kbrosnan
Copy link

URL: https://sfconservancy.org/members/services/
Browser / Version: Firefox 49.0
Operating System: Windows 10
Problem type: Text is not visible

Steps to Reproduce

  1. https://sfconservancy.org/members/services/
  2. body text is white

Expected Behavior: body text is black

Actual Behavior: body text is white

The bad lines are in body css declarations. From a quick look they should be safe to remove.

in https://sfconservancy.org/css/conservancy.css lines 15 & 16 were invalid CSS in Firefox 48 and older Firefox now supports #RGBA color formats, https://bugzilla.mozilla.org/show_bug.cgi?id=567283

background-color: #0000;
color: #ffff;

From webcompat.com with ❤️

@adamopenweb
Copy link
Collaborator

I contacted via email. Thanks for the report @kbrosnan!

@miketaylr
Copy link
Member

Note that this is also busted in Chrome Canary and Safari Technical preview (for the same reasons). 💣

@kbrosnan
Copy link
Author

kbrosnan commented Jun 8, 2016

Contacted via IRC on freenode @ #conservancy sent tbm a patch file with the suggested changes. Source for the site is at https://k.sfconservancy.org/website

@kbrosnan
Copy link
Author

kbrosnan commented Jun 8, 2016

kbrosnan: thanks for the patch. I applied it but the web site is rebuilt every x hours (might be 6 or 12)

Looks like this is live already at https://sfconservancy.org/ 😄

@tbm
Copy link

tbm commented Jun 9, 2016

Thanks for the report and patch, Kevin!

@karlcow
Copy link
Member

karlcow commented Jun 9, 2016

Excellent thanks everyone!
Let's switch to fixed

@karlcow karlcow closed this as completed Jun 9, 2016
@karlcow karlcow added this to the fixed milestone Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants