- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Sep 2022 11:31:49 +0000
- To: public-css-archive@w3.org
By the way its a shame that putting a description in the SVG `<desc>` element is wasted effort from an accessibility point of view, it seems screen readers ignore it and also ignore that the text in SVG is actual text: they just say "image". Here is the `<desc>` for the SVG in figure 5: ```html <desc>Show the L=50 plane of the CIE Lab color space. Two colors to be mixed are visualized on this plane, with an arc to show where the intermediate colors lie. peru lch(62.253% 54.011 63.677) rgb(80.39% 52.16% 24.71%) lab(62.253, 23.95015324432121, 48.41051828449609) lightgoldenrod lch(91.374% 31.415 98.821) rgb(93.33% 90.98% 66.67%) lab(91.374, -4.8174283819125385, 31.043431008590908) 40% mix is lch(79.7256% 40.4534 84.7634) rgb(87.41% 76.03% 47.64%) lab(79.7256, 3.69213016556943, 40.28455965255785) </desc> ``` -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7691#issuecomment-1236878841 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 5 September 2022 11:31:50 UTC