Lines Matching refs:alt
1226 function Img(src, alt, style) {
1228 this.alt = void 0;
1234 this.alt = alt;
1249 node.alt = this.alt;
1263 …var markup = "<img src='" + this.src + " 'alt='" + this.alt + "' "; // Add the styles, after hyph…
11586 var alt = "";
11601 alt = str;
11625 if (alt === "") {
11627 alt = src;
11628 alt = alt.replace(/^.*[\\/]/, '');
11629 alt = alt.substring(0, alt.lastIndexOf('.'));
11642 alt: alt,
11676 var node = new domTree_Img(group.src, group.alt, style);
11683 node.setAttribute("alt", group.alt);