@@ -67,9 +67,9 @@ function collapseWhitespace(str, options, trimLeft, trimRight, collapseAll) {
67
67
68
68
var createMapFromString = utils . createMapFromString ;
69
69
// non-empty tags that will maintain whitespace around them
70
- var inlineTags = createMapFromString ( 'a,abbr,acronym,b,bdi,bdo,big,button,cite,code,del,dfn,em,font,i,ins,kbd,label,mark,math,nobr,object,q,rt,rp ,s,samp,select,small,span,strike,strong,sub,sup,svg,textarea,time,tt,u,var' ) ;
70
+ var inlineTags = createMapFromString ( 'a,abbr,acronym,b,bdi,bdo,big,button,cite,code,del,dfn,em,font,i,ins,kbd,label,mark,math,nobr,object,q,rp, rt,rtc,ruby ,s,samp,select,small,span,strike,strong,sub,sup,svg,textarea,time,tt,u,var' ) ;
71
71
// non-empty tags that will maintain whitespace within them
72
- var inlineTextTags = createMapFromString ( 'a,abbr,acronym,b,big,del,em,font,i,ins,kbd,mark,nobr,s,samp,small,span,strike,strong,sub,sup,time,tt,u,var' ) ;
72
+ var inlineTextTags = createMapFromString ( 'a,abbr,acronym,b,big,del,em,font,i,ins,kbd,mark,nobr,rp, s,samp,small,span,strike,strong,sub,sup,time,tt,u,var' ) ;
73
73
// self-closing tags that will maintain whitespace around them
74
74
var selfClosingInlineTags = createMapFromString ( 'comment,img,input,wbr' ) ;
75
75
@@ -395,7 +395,7 @@ var topLevelTags = createMapFromString('html,head,body');
395
395
var compactTags = createMapFromString ( 'html,body' ) ;
396
396
var looseTags = createMapFromString ( 'head,colgroup,caption' ) ;
397
397
var trailingTags = createMapFromString ( 'dt,thead' ) ;
398
- var htmlTags = createMapFromString ( 'a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdi,bdo,bgsound,big,blink,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,command,content,data,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,element,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,i,iframe,image,img,input,ins,isindex,kbd,keygen,label,legend,li,link,listing,main,map,mark,marquee,menu,menuitem,meta,meter,multicol,nav,nobr,noembed,noframes,noscript,object,ol,optgroup,option,output,p,param,picture,plaintext,pre,progress,q,rp,rt,rtc,ruby,s,samp,script,section,select,shadow,small,source,spacer,span,strike,strong,style,sub,summary,sup,table,tbody,td,template,textarea,tfoot,th,thead,time,title,tr,track,tt,u,ul,var,video,wbr,xmp' ) ;
398
+ var htmlTags = createMapFromString ( 'a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdi,bdo,bgsound,big,blink,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,command,content,data,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,element,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,i,iframe,image,img,input,ins,isindex,kbd,keygen,label,legend,li,link,listing,main,map,mark,marquee,menu,menuitem,meta,meter,multicol,nav,nobr,noembed,noframes,noscript,object,ol,optgroup,option,output,p,param,picture,plaintext,pre,progress,q,rb, rp,rt,rtc,ruby,s,samp,script,section,select,shadow,small,source,spacer,span,strike,strong,style,sub,summary,sup,table,tbody,td,template,textarea,tfoot,th,thead,time,title,tr,track,tt,u,ul,var,video,wbr,xmp' ) ;
399
399
400
400
function canRemoveParentTag ( optionalStartTag , tag ) {
401
401
switch ( optionalStartTag ) {
0 commit comments