Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 799353c

Browse files
committed
fix($sanitize): dont not remove tab index property
Closes #8371 Closes #5853
1 parent ffac747 commit 799353c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngSanitize/sanitize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ var uriAttrs = makeMap("background,cite,href,longdesc,src,usemap,xlink:href");
228228
var htmlAttrs = makeMap('abbr,align,alt,axis,bgcolor,border,cellpadding,cellspacing,class,clear,' +
229229
'color,cols,colspan,compact,coords,dir,face,headers,height,hreflang,hspace,' +
230230
'ismap,lang,language,nohref,nowrap,rel,rev,rows,rowspan,rules,' +
231-
'scope,scrolling,shape,size,span,start,summary,target,title,type,' +
231+
'scope,scrolling,shape,size,span,start,summary,tabindex,target,title,type,' +
232232
'valign,value,vspace,width');
233233

234234
// SVG attributes (without "id" and "name" attributes)

0 commit comments

Comments
 (0)