Eric Norman created SLING-8771:
----------------------------------
Summary: XSS Configuration should allow the HTML5 figure and
figcaption tags
Key: SLING-8771
URL: https://issues.apache.org/jira/browse/SLING-8771
Project: Sling
Issue Type: Improvement
Components: XSS Protection API
Affects Versions: XSS Protection API 2.1.8
Reporter: Eric Norman
Assignee: Eric Norman
Fix For: XSS Protection API 2.1.10
The HTML5 figure and figcaption tags should be allowed in output, currently
those tags are removed.
The usage pattern is described at:
[http://html5doctor.com/the-figure-figcaption-elements/]
The real world use case is that the ckeditor5 rich text editor emits the figure
and figcaption tags in the output for images with a caption, but when a sling
htl template outputs the same markup the figure and figcaption tags are removed
in the output.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)