Page MenuHomePhabricator

bgcolor does not work in tables
Closed, ResolvedPublic

Description

Author: mbartos

Description:
This does not work with 1.5 alpha 1; prevous versions do fine:

{| border="1" cellspacing="0" cellpadding="5"

bgcolor="#E8E8E8"'''Task'''
bgcolor="#E8E8E8"<div align="center">'''Who?'''</div>
bgcolor="#E8E8E8"<div align="center">'''Deadline'''</div>
bgcolor="#E8E8E8"'''Comments'''
}

"bgcolor" is ignored...


Version: 1.5.x
Severity: normal

Details

Reference
bz2152

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:28 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz2152.
bzimport added a subscriber: Unknown Object (MLST).

bgcolor was accidentally left off of the updated HTML attribute whitelist for td and th elements.
Fixed in CVS HEAD.