WebIDLpedia

SanitizerConfig dictionary

Definition

HTML Sanitizer API defines SanitizerConfig



dictionary SanitizerConfig {
  sequence<SanitizerElementWithAttributes> elements;
  sequence<SanitizerElement> removeElements;
  sequence<SanitizerElement> replaceWithChildrenElements;

  sequence<SanitizerAttribute> attributes;
  sequence<SanitizerAttribute> removeAttributes;

  boolean comments;
  boolean dataAttributes;
};

Referring IDL interfaces/dictionaries