logoalt Hacker News

amaranttoday at 11:56 AM2 repliesview on HN

Is there a way to produce sound using CSS?


Replies

pwdisswordfishqtoday at 12:17 PM

    @media speech {
        body {
            cue-before: url(/path/to/sound.ogg);
        }
    }
https://www.w3.org/TR/CSS2/aural.html
Waterluviantoday at 12:12 PM

Only screams.

show 1 reply