Details
-
New Feature
-
Resolution: Fixed
-
Major
-
9.11.4
Description
Right now the html macro only generates XHTML 1.0 and thus doesn't accept HTML5 elements (such as the FIGURE element). We need a way to be able to output HTML5 too.
Example use case:
- You use the {{figure}} macro in a wiki page. It renders correctly.
- You use the same macro in a textarea xproperty and call
$doc.display(...)
and it'll be wrapped with the {{html}} macro and thus won't display the same result as the figure element is not supported by XHTML 1.0
Attachments
Issue Links
- causes
-
XWIKI-19481 Office Importer page layout is broken
- Closed
- is related to
-
XRENDERING-471 Add FigureBlock/FigureCaptionBlock and associated Listener events
- Closed
-
CKEDITOR-207 Move to HTML5
- Closed