Problem/Motivation
When trying to get Views to output field wrapped in a <data>
element it gets removed.
Steps to reproduce
- Create an element in Views using a
<data>
element (see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/data) - Wrapping element is removed
Proposed resolution
Add the "data" element to the Xss::$adminTags list.
Remaining tasks
User interface changes
None
API changes
None
Data model changes
None