RESOLVED DUPLICATE of bug 19617 20809
font size gets smaller as you go down the thread at http://forums.asp.net
https://bugs.webkit.org/show_bug.cgi?id=20809
Summary font size gets smaller as you go down the thread at http://forums.asp.net
Jungshik Shin
Reported 2008-09-12 14:47:27 PDT
1. go to http://forums.asp.net/t/1236570.aspx 2. When going down the thread, the font size gets smaller. It seems that the relative font size specification is somehow misapplied(?) in webkit. It could well be their stylesheet that is to blame. Anyway, IE and FF 3 do not have this problem.
Attachments
reduced test case (283 bytes, text/html)
2008-09-17 16:28 PDT, Jungshik Shin
no flags
mitz
Comment 1 2008-09-12 17:59:31 PDT
Moving out of Layout and Rendering based on the description, which makes it sounds like a CSS issue.
Jungshik Shin
Comment 2 2008-09-17 16:28:27 PDT
Created attachment 23514 [details] reduced test case The page has the following : ...... <div> <div /> </div> ...... IE/Firefox can recognize/ignore this and render the font size properly, while webkit doesn't / can't.
Jungshik Shin
Comment 3 2008-09-17 16:38:16 PDT
BTW, it does not matter whether doctype is at the beginning of not. Ian, does HTML5 draft have any provision for this case?
Evan Martin
Comment 4 2010-01-26 17:10:39 PST
I notice that forums.asp.net no longer has this problem. They probably changed the site. I wonder if the underlying bug is still worth fixing?
Alexey Proskuryakov
Comment 5 2010-01-26 17:37:26 PST
Yes, we seem to disagree with html5lib here. Note that this isn't about <div /> at all - all browsers handle that identically, ignoring the stray slash. My not-too-informed guess is that </li> should close misnested divs.
mitz
Comment 6 2010-01-26 17:44:24 PST
(In reply to comment #5) > Yes, we seem to disagree with html5lib here. > > Note that this isn't about <div /> at all - all browsers handle that > identically, ignoring the stray slash. My not-too-informed guess is that </li> > should close misnested divs. Should like a duplicate of the infamous NY Times ads bugs, then.
mitz
Comment 7 2010-01-26 17:46:14 PST
Yair Yogev
Comment 8 2010-06-21 12:30:37 PDT
Tony Chang
Comment 9 2010-06-21 17:32:10 PDT
*** This bug has been marked as a duplicate of bug 19617 ***
Note You need to log in before you can comment on or make changes to this bug.