Consider this wikitext
{|
|{{Grade II colour}}|X
|style="color:<nowiki>red</nowiki>"|Y
|style="color:<nowiki>
green</nowiki>"|Z
|}
<div {{Grade II colour}}>A</div>
<div style="color:<nowiki>red</nowiki>">B</div>
<div style="color:<nowiki>
green</nowiki>">C</div>In all except the first table cell, the style attributes are properly handled. This is likely an edge case difference in attribute parsing in TableFixups DOM handler