wysihtml5 icon indicating copy to clipboard operation
wysihtml5 copied to clipboard

Replace u, b and i

Open kjarbr opened this issue 12 years ago • 4 comments

These are deprected in html5.

Rather use: strong for b em or mark for i

kjarbr avatar Mar 01 '13 07:03 kjarbr

u, b, and i are all valid, as per http://www.w3.org/html/wg/drafts/html/master/text-level-semantics.html#text-level-semantics

MLatzke avatar Mar 11 '13 20:03 MLatzke

They might be valid, but from a semantic point of view u, b and i could be frowned upon since they do not convey a meaning but dictate a visual style. So maybe not replace them but provide an easy switch between markup style.

Sjeiti avatar Jan 22 '14 11:01 Sjeiti

Has this been done yet? we are having problems with b/i/u

barrychapman avatar Apr 05 '14 09:04 barrychapman

+1

internalfx avatar Apr 26 '15 23:04 internalfx