Home
last modified time | relevance | path

Searched refs:HTML_ID (Results 1 – 1 of 1) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DEbayPolicyExample.java77 private static final Pattern HTML_ID = Pattern.compile( field in EbayPolicyExample
127 .allowAttributes("id").matching(HTML_ID).globally()
134 .allowAttributes("for").matching(HTML_ID).onElements("label")