Descrizione
Converts <b>
and </b>
to <strong>
and </strong>
, and <i>
and </i>
to <em>
and </em>
. It works in the non-editor view (normal view) of the posts, pages, and comments.
HTML Techniques for Web Content Accessibility Guidelines 2.0 recommends that strong
and em
should be used to denote emphasis instead of b
and i
. This is because screen readers (used by blind people, etc. to browse the web) process only strong
and em
, not b
and i
.
Additionally, the b
and i
elements were deprecated in HTML 4.01 and XHTML. This plugin corrects these deprecated tags without modifying your data. (If you uninstall the plugin, your blog works as if this plugin was never installed.)
Screenshot
Installazione
Unzip the zip file into the /wp-content/plugins/
directory. Activate the plugin through the ‘Plugins’ menu in WordPress.
FAQ
- Can I still use SyntaxHighlighter to post source code with ‘b’ and ‘i’ elements?
-
Yes. I have tested this plugin, and it is compatible with the SyntaxHighlighter Evolved plugin. If you install the SyntaxHighlighter plugin and you are purposely trying to post HTML code snippets, for example, then
b
andi
tags will not be converted intostrong
andem
tags.
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Bold To Strong” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Bold To Strong” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.1
- Handles uppercase
B
andI
elements