is there a way to make screen reader say "hashtag X" when the text is #X (it reads "number X" in as I have it now...)
-
Show this thread
-
Why is U+23 U+FE0F(
) is 'hash' but just U+23 (#) (even with U+FE0E) is 'number' smh4 replies 0 retweets 1 likeShow this thread
See https://unicode.org/reports/tr31/#hashtag_identifiers …. The “Default” form translates to: /[#\uFF03][\p{XID_Continue}_\p{Emoji}]+/gu The “Extended” form requires matching emoji sequences, which is currently non-trivial in JS RegExp. I’m working on fixing that. Until then:https://github.com/mathiasbynens/hashtag-regex …
0 replies
0 retweets
1 like
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.