WebIDLpedia

SanitizerElementNamespaceWithAttributes dictionary

Definition

HTML Sanitizer API defines SanitizerElementNamespaceWithAttributes



// Used by "elements"
dictionary SanitizerElementNamespaceWithAttributes : SanitizerElementNamespace {
  sequence<SanitizerAttribute> attributes;
  sequence<SanitizerAttribute> removeAttributes;
};