Sachsentext

The "i" (italic) element is not used

The i (italic) element provides no emphasis for non-sighted readers. Use the em tag instead.

Example

Wrong

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

Right

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