Closed
Bug 342647
Opened 19 years ago
Closed 19 years ago
HTML header command not being recognized if a website uses it
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: spiritsilver, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Assisting a friend on why his text wasnt showin up properly in FF but was in IE, I viewed sorce and noticed that the only thing that wasn't working properly was the size of his text and it wasnt bolded. He was using the <h5> command in the html. We managed to get it fixed by placing font size tags and the bold tag to make it look like it was supposed to. He uses a forum based script and tpls for his site and for some reason FF would not recognize the <h5> tag. When I tested it on my own site it seems that it is making the h5 actually font size 5 not header 5.
Reproducible: Always
Steps to Reproduce:
I use a phpbb based site that using tpls so dont know if can be replicated outside of a forum based site. This is what I did to reproduce it on my own site.
1. in my code I have this <th width="50%" nowrap><b>WELCOME</b></th>
2. i changed it to be this <th width="50%" nowrap><h5>WELCOME</h5></th> which is what my used used to get the size that he currently uses.
instead of font size 2, i believe that is what he had to use now, with bolding.
Actual Results:
i go to my site it actually looks like it is font size 1 without bolding
Expected Results:
instead of font size 2, i believe that is what he had to use now, with bolding.
this was replicated on 2 different computers. my personal computer here and his computer that is 1000 miles away.
Comment 1•19 years ago
|
||
The W3C Spec. says nothing about bolding of any kind... http://www.w3.org/TR/html4/struct/global.html#edef-H5
Marking this as invalid but if its not can someone re-open.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•