Re: [csswg-drafts] [css-color] Accessibility of examples in §2.2 and §3.6 (#7690)

Unfortunately the Editor's Draft is still down, so I can't check with the latest changes you made. I did find that if you have an `<svg>` with a `<title>` as first child, then that title gets exposed as its accessible name (with the latest Firefox and Chrome). I also found that keeping the `role="img"` is needed for that association to work in some browser + screen reader combos.

I also found that both `<desc>` and any explicit `aria-describedby` on an `<svg>` are ignored, so it seems there is no concept of an accessible description for images.

The only way to tell how much of this transfers to the use of `<object>` is to test it, though, which doesn't seem to be possible at the moment.

-- 
GitHub Notification of comment by matatk
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7690#issuecomment-1272545109 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 9 October 2022 13:39:26 UTC