https://bugzilla.wikimedia.org/show_bug.cgi?id=52330
Web browser: ---
Bug ID: 52330
Summary: in tables an empty bgcolor attribute is parsed
suboptimally
Product: MediaWiki
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Parser
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Mobile Platform: ---
Compare the first two cells in row 1 of the table at
https://en.wikipedia.org/w/index.php?title=User:Thryduulf/sandbox&oldid=566470353#Table
where the Wikicode
|-
|bgcolor=""| row 1, cell 1
|bgcolor| row 1, cell 2
produces:
<tr>
<td bgcolor="">row 1, cell 1</td>
<td bgcolor="bgcolor">row 1, cell 2</td>
Row 1 cell 1 is rendered with the light grey background colour defined in the
wikitable class. Row 1 cell 2 is rendered with a dark red background colour
(#b00000)
The desired behaviour is that both should produce the html <td bgcolor="">
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l