#[unsafe(no_mangle)]pub unsafe extern "C" fn htmlIsScriptAttribute(
name: *const xmlChar,
) -> c_intExpand description
Check if an attribute is of content type Script. All script attributes start with ‘on’.
§UPSTREAM-PARITY
int htmlIsScriptAttribute(const xmlChar *name);