Does this meet the required standard for accessibility users? Do they have any such obligations?
replies(2):
Screen readers obey CSS, this uses CSS to hide all of the additional elements (display: none). Screen readers are also designed to work when text is broken up by other inline elements e.g.:
He<b>llo</b> world
In this case it reads out both the words Sponsored and Public.
> If searching "Sponsored" in Chrome doesn't match the posts
That also worked perfectly fine in Chrome, Firefox, and Edge. Did you scroll enough to render any Sponsored posts?