Hacker News new | ask | show | jobs
by mystraline 104 days ago
This is also what Facebook does.

Same result: screen readers and assistive software is rendered useless. Basically is a sign of "I hate disabled people, and AI too"

1 comments

Fair concern. obscrd actually preserves screen reader access. CSS flexbox order is a visual reordering property, so assistive tech follows the visual order and reads the text correctly. Contact components use sr-only spans with clean text and aria-hidden on the obfuscated layer. We target WCAG 2.2 AA compliance.

Happy to have a11y experts poke at it and point out gaps.

Accessibility APIs have long been the royal road to automation. If scrapers were well-written they'd be using this already, but of course if scrapers were well-written they would scrape your site and you'd never notice.