Searched refs:htmlScriptAttributes (Results 1 – 2 of 2) sorted by relevance
1355 static const char *const htmlScriptAttributes[] = { variable1780 i < sizeof(htmlScriptAttributes)/sizeof(htmlScriptAttributes[0]); in htmlIsScriptAttribute()1782 if (xmlStrEqual(name, (const xmlChar *) htmlScriptAttributes[i])) in htmlIsScriptAttribute()
508 Fix an typo 'onrest' in htmlScriptAttributes (Daniel Veillard),