#TIL that a horizontal rule (<hr>) is announced by screen readers (announced "horizontal splitter" in VoiceOver), so unless it is a _semantic_ thematic break between paragraphs of content (i.e. not just visual decoration), u’ll want to hide it using `aria-hidden = "true"`
#a11y