Can you tell CSS from BS? I tried, and it's hard.

https://indieweb.social/@keithamus/116328410312008711

@firefoxwebdevs for who's curious, I went and found the real CSS properties Jake got wrong: "pause-after" is for speech-related CSS, it can specify a duration for a pause after a word's been spoken out-loud (https://www.w3.org/TR/CSS22/aural.html#pause-props). "scroll-target-group" can be used to change the style of certain same-document navigable elements, linked using a hash/id (https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/scroll-target-group). The latter isn't well-supported right now, but looks very useful!
Aural style sheets

@vrugtehagel @firefoxwebdevs wow, „pause-after” looks super interesting! I’ll give it a spin (it’s related to screen readers?). Anyway, will take a look. :)