We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffac747 commit 799353cCopy full SHA for 799353c
src/ngSanitize/sanitize.js
@@ -228,7 +228,7 @@ var uriAttrs = makeMap("background,cite,href,longdesc,src,usemap,xlink:href");
228
var htmlAttrs = makeMap('abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,' +
229
'color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,' +
230
'ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,' +
231
- 'scope,scrolling,shape,size,span,start,summary,target,title,type,' +
+ 'scope,scrolling,shape,size,span,start,summary,tabindex,target,title,type,' +
232
'valign,value,vspace,width');
233
234
// SVG attributes (without "id" and "name" attributes)
0 commit comments