Last modified: 2013-01-17 16:07:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T46064, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 44064 - HTML <col> tag isn't parsed in tables.
HTML <col> tag isn't parsed in tables.
Status: RESOLVED DUPLICATE of bug 986
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.21.x
All All
: Unprioritized enhancement (vote)
: Future release
Assigned To: Nobody - You can work on this!
http://www.quirksmode.org/css/columns...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-17 16:05 UTC by Dereckson
Modified: 2013-01-17 16:07 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dereckson 2013-01-17 16:05:37 UTC
<col> is ignored by the MediaWiki parser in the following declaration:

<table class="test">
<col style="background-color: #6374AB; color: #ffffff;" />
<col span="2" style="background-color: #07B133; color: #ffffff;" />
<tr>
	<td>First TD of first TR</td>
	<td>Second TD of first TR</td>
	<td>Third TD of first TR</td>
	<td>Fourth TD of first TR</td>
</tr>
<tr>
	<td>First TD of second TR</td>
	<td>Second TD of second TR</td>
	<td>Third TD of second TR</td>
	<td>Fourth TD of second TR</td>
</tr>
</table>
Comment 1 Dereckson 2013-01-17 16:07:46 UTC

*** This bug has been marked as a duplicate of bug 986 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links