Merge "Added missing annotation types to domElementTypes array"

This commit is contained in:
Krinkle 2012-09-21 02:02:55 +00:00 committed by Gerrit Code Review
commit 7b15b24496

View file

@ -31,7 +31,7 @@ ve.inheritClass( ve.dm.TextStyleAnnotation, ve.dm.Annotation );
* @member
*/
ve.dm.TextStyleAnnotation.converters = {
'domElementTypes': ['i', 'b', 'u', 's', 'small', 'big', 'span'],
'domElementTypes': ['i', 'b', 'u', 's', 'small', 'big', 'span', 'strong', 'em', 'sup', 'sub'],
'toDomElement': function ( subType, annotation ) {
var map = {
'italic': 'i',