StevenXClontz’s avatarStevenXClontz’s Twitter Archive—№ 5,462

  1. Anyone have experience with HTML accessibility? I have a request to add watermarks to @CheckItProblems generated for Canvas. One idea I have: randomly bold or italicize letters with <b/> or <i/>. Those are non-semantic markup but I'm not sure how they affect screen readers.
    1. …in reply to @StevenXClontz
      Internet seems to say <b> and <i> are bad because they aren't read by screen readers, but this is what I want for this application (identifying screenshots posted online).