Bug #94804
closed
Bug #94787: Tracking issue related to HTML sanitization issues
Handle deprecated/legacy HTML markup
Added by Oliver Hader over 3 years ago.
Updated about 3 years ago.
Description
→ upstream handling: https://github.com/TYPO3/html-sanitizer/issues/18
Deprecated/legacy HTML5 markup directly produced by CKEditor shall be handled correctly in HTML sanitizer. Examples:
(reported by Christian Toffolo in #94787 and exctracted to this issue)
<table align="left" border="2" cellpadding="10" cellspacing="10" style="width:100%">
transformed to
<table style="width:100%">
- Description updated (diff)
For <table>
attributes (extracted from debug logging)
- Found invalid attribute table.summary - {"behavior":"default","nodeName":"table","attrName":"summary"}
- Found invalid attribute table.cellspacing - {"behavior":"default","nodeName":"table","attrName":"cellspacing"}
- Found invalid attribute table.cellpadding - {"behavior":"default","nodeName":"table","attrName":"cellpadding"}
- Found invalid attribute table.border - {"behavior":"default","nodeName":"table","attrName":"border"}
- Found invalid attribute table.align - {"behavior":"default","nodeName":"table","attrName":"align"}
→ for <table>
scope: https://github.com/TYPO3/html-sanitizer/pull/19
- Status changed from New to Accepted
- Description updated (diff)
- Status changed from Accepted to In Progress
- Status changed from In Progress to Resolved
Resolved and released with
- Status changed from Resolved to Closed
Also available in: Atom
PDF