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