I recently discovered the HTML tag almost nobody uses.
The <output> tag announces dynamic content to screen readers. Like an ARIA live region, except it's built in.
We've spent years hacking divs when the answer was in the spec. Classic.
I recently discovered the HTML tag almost nobody uses.
The <output> tag announces dynamic content to screen readers. Like an ARIA live region, except it's built in.
We've spent years hacking divs when the answer was in the spec. Classic.
@denodell thanks for sharing, I wasn't aware this existed!
Would be cool to know how it behaves with different screen reader and browser combinations.
Do you plan of adding an example for testing purposes to your article? 🙂
@denodell Great article, thanks for sharing! :)
I found a bug with tour RSS feed: HTML elements in post titles are not rendered correctly in RSS readers unless the `<` and `>` characters are escaped or converted into HTML entities `<` and `>`