Project

General

Profile

Bug #94804

Updated by Oliver Hader over 2 years ago

→ 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)_ 

 --- 

 <pre> 
 <table align="left" border="2" cellpadding="10" cellspacing="10" style="width:100%"> 
 </pre> 

 transformed to 

 <pre> 
 <table style="width:100%"> 
 </pre> 

 ---

Back