Home | History | Annotate | Download | only in editing

Lines Matching full:bold

349     // Because b tag can only bold text, there are only two states in plain html: bold and not bold.
1146 // IE inserts "strong" tags for execCommand("bold"), so we remove them, even though they're not strictly presentational
1148 return !equalIgnoringCase(property.value()->cssText(), "bold") || !elem->hasChildNodes();
1475 // styles which must be removed (e.g. <b style='font-weight: bold'>)