[qubyte]The attributes go on `<article>` elements, so the CSS for the light colour scheme looks something like `article + article:before { content: attr(light-emoji) }`
ZegnatI think people might still believe that CSS content is not being added to the accessibility tree, but that has not been true for a while ... I should probably put a link on the wiki
Zegnatif you cange to `content: attr(light-emoji) / ""` screen readers should not announce the emoji (I only tested VoiceOver on macOS, and it holds true there)