If a user ads bold to h3 in the WYSIWYG editor, there is no visual representation of this in the WYSIWYG editor. Could we either make the h3 in the WYSIWYG editor font-weight normal, or make h3 strong font-weight bolder ? This leads to the need to use unsemantic underline tag instead of strong tag.
Frankly I don’t use the WYSIWYG editor much, but I’ve been playing with it more recently to see what our clients experience. Has anybody else noticed any quirks with the WYSIWYG editor?
This is because the user agent stylesheet - the default browser stylesheet spec - specifies that a h3 tag is bold (same as strong). So this is what browsers use as the default stylesheet.