-
Notifications
You must be signed in to change notification settings - Fork 2
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
CSS Color 5 2022-05-20 > 2022-08-20 #29
Comments
@Matatak to review. Also see https://www.w3.org/WAI/APA/wiki/CSS_Color_Module_Level_5 |
Note that a Formal Objection to CSS Color 4 For further details on possible resolution, please see |
Note that the Are there any A11y comments on the rest of the specification? We are trying to deal with all issues on this specification, in preparation for moving to CR. |
@Matatak ? |
The only thing I'd like to mention, that we've been discussing in terms of making normative, is that any site that uses a color space other than sRGB must also support sRGB as a default. I could see this expanded to "only sRGB and display P3". The two biggest concerns for color spaces and accessibility are the position of the RED primary, and the dynamic range/mapping of the dynamic range related to text and semantic non-text content. What I think this implies is the need for a media query such as "prefers sRGB"or some means of fallback to sRGB values. I also tend to think that at this time, it would be challenging to develop visual accessibility guidelines that accurately encompassed the breadth of color spaces permitted in CSS 5, and arguably, accessibility guidelines are best constrained to cases that relate to physically realizable display tecnologies. |
I think some confusion exists here; for accessibility, what matters is the display. For specifying color, it is perfectly fine to have imaginary primaries like ProPhoto or indeed CIE XYZ. These are quite separate concepts. There is no display on the market that takes OK L, a and b as inputs. But OKLab works great for things like computing color gradients. This is why I would prefer to see APCA explicitly state that the equations are modelling a reference sRGB-like display and that Ys is the luminance of that display. |
Hi Chris @svgeesus I understand I may not be in touch with scope/context of this thread, so my further comments might not belong here, I'll be very brief:
It does state this, BUT... as I think you have noticed I have a documentation problem that is an ongoing priority task among a lot of priority tasks... 😳
So, what I have been considering lately is, for WCAG guidelines, a very simplified set of minimums, citing sRGB as the reference display (possibly adding in P3 as an option). But then the more complete guidelines/system as a separate (not WCAG) guideline, as I outline in this post at the incubator: Visual Contrast and Readability methods and guidelines which would be a superset of the simplified minimums. This might be a good discussion sometime for a zoom call... |
@svgeesus: APA has no accessibility concerns regarding the substance of CSS Color Module Level 5 (we reviewed the 2022-06-28 WD). It's clear that a lot of effort has gone into making the document readable and understandable. However, we did notice some accessibility barriers, particularly from the perspective of readers who may struggle with color perception. These concerns, with suggestions, are being filed as issues on the CSSWG tracker. We're aware that |
Thanks for taking the time to point these out, I am going through and addressing them one by one. |
Yes. Lets discuss that on an appropriately-tagged issue, so that the discussion does not get lost in this one. Happy to discuss at TPAC, also. |
I'm tracking this discussion as well as related discussions like w3c/csswg-drafts#7358 |
We want to update AGWG about the ongoing conversation. |
A reminder that this issue is for A11y review of CSS Color 5 before it moves to CR. The meta-issue for tracking the development of |
So, given there were no substantive comment on the specification, and the accessibility barriers (thanks for raising those issues) are all addressed, could this be closed @michael-n-cooper @matatk ? |
Agreed @svgeesus, this can be closed (I'm not able to, but if you are, you're welcome to.) Thanks again for your quick fixes on the presentational accessibility issues we raised. |
name of spec to be reviewed: CSS Color Module Level 5
URL of spec: https://drafts.csswg.org/css-color-5/ or https://www.w3.org/TR/2022/WD-css-color-5-20220428/
What and when is your next expected transition? Moving to CR around Q3 2022
What has changed since any previous review? Has not previously had a11y review
Please point to the results of your own self-review (see https://w3c.github.io/apa/fast/checklist.html): (nothing in FAST seemed relevant)
Where and how to file issues arising? On CSSWG repo please
Pointer to any explainer for the spec? Please see theIntroduction
Other comments:
CSS WG would like to draw your attention in particular to the
color-contrast()
function which automatically calculates the color (from a list of candidate colors) with the highest WCAG 2.1 luminance contrast.CSS WG is aware of the existing work to produce a better contrast metric; applauds this work, and hopes to reference it as an option in the
color-contrast()
function when consensus has formed and the calculation has stabilized. Meanwhile though, and despite the known limitations of the WCAG 2.1 luminance contrast formula, this is the one we are referencing for now.The text was updated successfully, but these errors were encountered: