Home | History | Annotate | Download | only in accessibility

Lines Matching refs:alt

947         const AtomicString& alt = static_cast<HTMLElement*>(node)->getAttribute(altAttr);
948 if (!alt.isEmpty())
949 return alt;
1127 const AtomicString& alt = static_cast<HTMLElement*>(node)->getAttribute(altAttr);
1128 if (alt.isEmpty())
1130 return alt;
1557 const AtomicString& alt = elt->getAttribute(altAttr);
1558 // don't ignore an image that has an alt tag
1559 if (!alt.isEmpty())
1561 // informal standard is to ignore images with zero-length alt strings
1562 if (!alt.isNull())