This module contains the following classes:
highlight-accentfold
Y.Highlight
.highlight-base
Provides methods for highlighting strings within other strings by wrapping them in HTML.
The highlight methods first escape any special HTML characters in the input
strings and then highlight the appropriate substrings by wrapping them in a
<b class="yui3-highlight"></b>
element. The
<b>
element is used rather than
<strong>
in accordance with HTML5's definition of
<b>
as being purely presentational, which is exactly what
highlighting is.