Closed
Bug 1119098
Opened 11 years ago
Closed 11 years ago
HTML table th id="ad_comment"
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: shashank3kapoor, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141113143407
Steps to reproduce:
Use below code
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<table>
<tr>
<th id="ad_comments">Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
<tr>
<td>February</td>
<td>$80</td>
</tr>
</table>
</body>
</html>
Actual results:
In HTML when a table th has id="ad_comment" the table header is not displayed in Firefox.
Expected results:
Header should have be displayed.
Comment 1•11 years ago
|
||
Are you using an ad-blocker extension? Does it work if you disable it?
Flags: needinfo?(shashank3kapoor)
Yes, I am using ad-blocker extension and disabling it solves the issue.
Thanks for your help.
Flags: needinfo?(shashank3kapoor)
Comment 3•11 years ago
|
||
No problem.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•