Home | History | Annotate | Download | only in html

Lines Matching refs:alt

1233             // image height and width for the alt text instead.
1254 String alt = getAttribute(altAttr);
1256 if (alt.isNull())
1257 alt = getAttribute(titleAttr);
1258 if (alt.isNull())
1259 alt = getAttribute(valueAttr);
1260 if (alt.isEmpty())
1261 alt = inputElementAltText();
1262 return alt;
2381 String HTMLInputElement::alt() const