Isaac Muse

Results 654 comments of Isaac Muse

> Converting the points in XYZ to xyY and plotting them showed a familiar horseshoe shape, so I think the data is what it seems to be. I hope this...

Yeah, it does state they are derived from interpolation. Regardless, if you want anything in between whatever data you have, all you can do is interpolate. Using something like a...

These are the chromaticity diagrams that are offered. ``` colour.plotting.plot_chromaticity_diagram_CIE1931 colour.plotting.plot_chromaticity_diagram_CIE1960UCS colour.plotting.plot_chromaticity_diagram_CIE1976UCS ``` From my understanding 2˚ does not best represent the human eye, 10˚ would as there are more...

You can see that the blue shifts a bit with the 10 deg observer. The 2015 CMFs seem to both be shifted. [Live example here](https://facelessuser.github.io/coloraide/playground/?code=from%20coloraide%20import%20cmfs%0Awhite_d65%20%3D%20Color%28%27white%27%29%2exy%28%29%0Aspace%20%3D%20%27display-p3%27%0Alinear%20%3D%20%27display-p3-linear%27%0A%0ASteps%28%5BColor%2echromaticity%28space%2C%20Color%28%27xyz-d65%27%2C%20cmfs%2eCIE_1931_2DEG%5Bwl%5D%29%2econvert%28%27xyy%27%29%2exy%28%29%2C%20%27xy-1931%27%2C%20scale%3DTrue%2C%20scale_space%3Dlinear%2C%20white%3Dwhite_d65%29%20for%20wl%20in%20range%28390%2C%20780%29%5D%29%0ASteps%28%5BColor%2echromaticity%28space%2C%20Color%28%27xyz-d65%27%2C%20cmfs%2eCIE_2015_2DEG%5Bwl%5D%29%2econvert%28%27xyy%27%29%2exy%28%29%2C%20%27xy-1931%27%2C%20scale%3DTrue%2C%20scale_space%3Dlinear%2C%20white%3Dwhite_d65%29%20for%20wl%20in%20range%28390%2C%20780%29%5D%29%0ASteps%28%5BColor%2echromaticity%28space%2C%20Color%28%27xyz-d65%27%2C%20cmfs%2eCIE_1964_10DEG%5Bwl%5D%29%2econvert%28%27xyy%27%29%2exy%28%29%2C%20%27xy-1931%27%2C%20scale%3DTrue%2C%20scale_space%3Dlinear%2C%20white%3Dwhite_d65%29%20for%20wl%20in%20range%28390%2C%20780%29%5D%29%0ASteps%28%5BColor%2echromaticity%28space%2C%20Color%28%27xyz-d65%27%2C%20cmfs%2eCIE_2015_10DEG%5Bwl%5D%29%2econvert%28%27xyy%27%29%2exy%28%29%2C%20%27xy-1931%27%2C%20scale%3DTrue%2C%20scale_space%3Dlinear%2C%20white%3Dwhite_d65%29%20for%20wl%20in%20range%28390%2C%20780%29%5D%29)

CSS has defined `none` to handle this and color.js now supports `none`. I'm pretty sure this issue can be closed.

I will go ahead and close this as I feel I've come to an understanding, I no longer have questions.

This issue was resolved by #338

@waylan with the recent creation of the [pymdownx.blocks](https://facelessuser.github.io/pymdown-extensions/extensions/blocks/) extensions, I have no desire to update title handling in Admonitions. If you'd like to close this, I am okay with that.

Yep, I am still aware. The issue has been marked a `maybe` as I have made no commitments to provide the ask. As I stated in my last post, this...

Any HTML parser that cannot handle inline CSS has an issue. There is nothing invalid about inline CSS. "Best practices" and "bad" are two different things. Some people may not...