Sachsentext

The "b" (bold) element is not used

The b (bold) element provides no emphasis for non-sighted readers. Use the strong tag instead.

Example

Wrong

<p>I think that you <b>should really read this</b>.</p>

Right

<p>I think that you <strong>should really read this</strong>.</p>