Details
-
Improvement
-
Resolution: Invalid
-
Major
-
6.1-milestone-2
-
None
Description
We currently add some comments around CDATA tags:
<script type="text/javascript"> // <![CDATA[ … // ]]> </script>
According to http://dorward.me.uk/www/comments-cdata/#trumpet, it is needed for old browsers, not listed in http://dev.xwiki.org/xwiki/bin/view/Community/BrowserSupportStrategy.
Since it also blocks XWIKI-10497, I propose to remove this behaviour (discussion: http://dev.xwiki.org/xwiki/bin/view/IRC/xwikiArchive20140623 at 13:03).