7 ms·
Aye, thanks! That's very helpful to hear. I just cut back our use of the acronym a ton: https://github.com/sequinstream/sequin/commit/28bfba603da6d25298eece9e4
by _acco 2y ago
Aye, thanks! That's very helpful to hear. I just cut back our use of the acronym a ton:
https://github.com/sequinstream/sequin/commit/28bfba603da6d25298eece9e462e54d494aa9492 https://github.com/sequinstream/sequin/commit/28bfba603da6d2...
- mdaniel 2y agoIn case you weren't already aware, most markdown parsers support actual HTML tags in it, and there's <abbr title="change data capture">CDC</abbr> that allows being visually succinct, is a11y friendly, and in most browsers is visually distinct to prompt the user there's more content hidden in the hover or long-press https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ab... I'm also aware of https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn https://developer.mozilla.org/en-US/docs/Web/HTML/Element/df... but I think it has more nuance to it and for sure involves having a lot more supporting structure in the document
- _acco 2y agoVery fun – I wasn't aware, thank you!