mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-12 07:30:46 +02:00
Merge pull request #2727 from overleaf/jel-td-allowed-style-attribute
Allow style attribute on td GitOrigin-RevId: 2886f5fdfed2d7b225e3f2e827a9313237a59ab0
This commit is contained in:
committed by
Copybot
parent
0099032963
commit
61e338fa7d
@@ -627,7 +627,7 @@ module.exports = settings =
|
||||
'source': [ 'src', 'type' ]
|
||||
'span': [ 'class', 'id', 'style' ]
|
||||
'table': [ 'border', 'class', 'id', 'style' ]
|
||||
'td': [ 'colspan', 'rowspan', 'headers' ]
|
||||
'td': [ 'colspan', 'rowspan', 'headers', 'style' ]
|
||||
'th': [ 'abbr', 'headers', 'colspan', 'rowspan', 'scope', 'sorted', 'style' ]
|
||||
'tr': [ 'class' ]
|
||||
'video': [ 'alt', 'class', 'controls', 'height', 'width' ]
|
||||
|
||||
Reference in New Issue
Block a user