wait did they really retcon <b> as the "bring attention to" element lol https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b
<b>: The Bring Attention To element - HTML: HyperText Markup Language | MDN

The <b> HTML element is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. This was formerly known as the Boldface element, and most browsers still draw the text in boldface. However, you should not use <b> for styling text or granting importance. If you wish to create boldface text, you should use the CSS font-weight property. If you wish to indicate an element is of special importance, you should use the <strong> element.

MDN Web Docs

@aparrish Wait till you see how <i> and <u> are defined…

> The u element represents a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labeling the text as being a proper name in Chinese text (a Chinese proper name mark), or labeling the text as being misspelt.

— https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-u-element

HTML Standard