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