wysihtml5
wysihtml5 copied to clipboard
Replace u, b and i
These are deprected in html5.
Rather use: strong for b em or mark for i
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
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.
Has this been done yet? we are having problems with b/i/u
+1