Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76499 - browsers uses quirks mode to parse gentoo website
Summary: browsers uses quirks mode to parse gentoo website
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Guide XML (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Xavier Neys (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-03 03:17 UTC by YiDa Chiang (RETIRED)
Modified: 2005-04-15 08:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
a patch to fix (guide.diff,635 bytes, patch)
2005-01-03 03:17 UTC, YiDa Chiang (RETIRED)
Details | Diff
patch to fix (guide.diff,635 bytes, patch)
2005-01-03 03:19 UTC, YiDa Chiang (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description YiDa Chiang (RETIRED) gentoo-dev 2005-01-03 03:17:16 UTC
I find that firefox use quirks mode to parse gentoo web site[1]
this might make it show slower [2],and not match the standards
this can be fixed by this patch,add correct DOCTYPE setting

[1]in firefox menu -> tools ->page info 
[2]http://www.mozilla.org/docs/web-developer/quirks/


Reproducible: Always
Steps to Reproduce:
Comment 1 YiDa Chiang (RETIRED) gentoo-dev 2005-01-03 03:17:53 UTC
Created attachment 47468 [details, diff]
a patch to fix
Comment 2 YiDa Chiang (RETIRED) gentoo-dev 2005-01-03 03:19:50 UTC
Created attachment 47469 [details, diff]
patch to fix

I make a mistake in previous patch,this is correct
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2005-01-16 08:12:41 UTC
It looks like this small change makes firefox render the page a bit worse than expected so we'll need to do some CSS fixes as well.
Comment 4 Xavier Neys (RETIRED) gentoo-dev 2005-03-27 08:31:25 UTC
Some css elements need a bottom margin.
Comment 5 Xavier Neys (RETIRED) gentoo-dev 2005-04-15 08:01:45 UTC
Fix has been applied. Thanks for reporting.