Skip to content

Specify the color space (sRGB) in all numpy.org CSS files #397

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

Closed
InessaPawson opened this issue Feb 9, 2021 · 14 comments
Closed

Specify the color space (sRGB) in all numpy.org CSS files #397

InessaPawson opened this issue Feb 9, 2021 · 14 comments

Comments

@InessaPawson
Copy link
Member

Specify the color space (sRGB) in all numpy.org CSS files.

@InessaPawson InessaPawson changed the title Specify the color space in all numpy.org CSS files Specify the color space (sRGB) in all numpy.org CSS files Feb 9, 2021
@sm-Fifteen
Copy link

The CSS specification says browsers should always use sRGB color space, but inconsistent support for this has been puzzling users for many years now (look up "chrome enable-color-correct-rendering" and "chrome force-color-profile" for a few examples). I believe this is supposed to illustrate the issue on misbehaving browsers (Firefox has some of those squares show up with a slightly duller middle on my screen, which would mean that it does not treat CSS colors as sRGB like it does with images, see this bug on their tracker).

Explicitly color-managed CSS in the form of color(sRGB 1.0 1.0 1.0) isn't currently widely supported in browsers (I believe only Safari supports it at the moment) but one can write CSS to fallback on default colors if the browser does not support it. To my knowledge, there is no other way of specifying color profiles in CSS.

@itscoolvatsa
Copy link

hey @InessaPawson is this issue still open. I wanted to make my first contribution if it is?

@InessaPawson
Copy link
Member Author

Hi, @itscoolvatsa! It looks like @aerikpawson is already working on it. Let's ping him to see if he is planning to finish the task.

@itscoolvatsa
Copy link

Hi, @itscoolvatsa! It looks like @aerikpawson is already working on it. Let's ping him to see if he is planning to finish the task.

Yeah, sure btw I'm unfamiliar with the process, and I don't know how to do so.

@InessaPawson
Copy link
Member Author

Yeah, sure btw I'm unfamiliar with the process, and I don't know how to do so.

@itscoolvatsa Asking first is the best. So well done there!

@itscoolvatsa
Copy link

Yeah, sure btw I'm unfamiliar with the process, and I don't know how to do so.

@itscoolvatsa Asking first is the best. So well done there!

One last thing when do I recheck fo this issue if available or not?

@aerikpawson
Copy link
Contributor

@InessaPawson @itscoolvatsa I apologize for taking so long. I'll finish it within the next 2-3 days.

@InessaPawson
Copy link
Member Author

Thank you for letting us know, @aerikpawson!

@itscoolvatsa We will have a low-code mini-sprint focusing on accessibility at the next Newcomer’s Hour scheduled for July 29th at 8PM UTC. This is a great opportunity to make your first contribution to NumPy. Here is more info about it: https://mail.python.org/pipermail/numpy-discussion/2021-July/081984.html. I hope you can make it.

@itscoolvatsa
Copy link

itscoolvatsa commented Jul 28, 2021

Thank you for letting us know, @aerikpawson!

@itscoolvatsa We will have a low-code mini-sprint focusing on accessibility at the next Newcomer’s Hour scheduled for July 29th at 8PM UTC. This is a great opportunity to make your first contribution to NumPy. Here is more info about it: https://mail.python.org/pipermail/numpy-discussion/2021-July/081984.html. I hope you can make it.

Yeah sure I will, can I get recordings of this meeting time, it's 1:30 am here😳

@InessaPawson
Copy link
Member Author

@itscoolvatsa We will have a low-code mini-sprint focusing on accessibility at the next Newcomer’s Hour scheduled for July 29th at 8PM UTC. This is a great opportunity to make your first contribution to NumPy. Here is more info about it: https://mail.python.org/pipermail/numpy-discussion/2021-July/081984.html. I hope you can make it.

Yeah sure I will, can I get recordings of this meeting time, it's 1:30 am here😳

It will be @melissawm hosting it. I'm not sure we will be recording (usually we don't). Let’s wait for Melissa to respond.

@melissawm
Copy link
Member

Hi @itscoolvatsa we won't be recording this but two weeks from now we might do another one at 4pm UTC, would you be able to make it then? (this is usually announce in the mailing list)

@itscoolvatsa
Copy link

Hi @itscoolvatsa we won't be recording this but two weeks from now we might do another one at 4pm UTC, would you be able to make it then? (this is usually announce in the mailing list)

Yeah that one I can do, and where do I get notified for these events. And one last thing is it for contributing to the numpy library or numpy webpage.

@melissawm
Copy link
Member

They are announced in the mailing list, and they are for contributing to the NumPy package (in this case, the documentation).

@itscoolvatsa
Copy link

They are announced in the mailing list, and they are for contributing to the NumPy package (in this case, the documentation).

Thanks for the info.

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

5 participants