HomeSort by relevance Sort by last modified time
    Searched full:allowed_attributes (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_sanitizer.py 82 for attribute_name in sanitizer.HTMLSanitizer.allowed_attributes:
95 for attribute_name in sanitizer.HTMLSanitizer.allowed_attributes:
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
sanitizer.py 162 allowed_attributes = acceptable_attributes + mathml_attributes + svg_attributes variable in class:HTMLSanitizerMixin
170 # stripping out all # attributes not in ALLOWED_ATTRIBUTES. Style
202 if name in self.allowed_attributes])

Completed in 135 milliseconds