Closed
Bug 399402
Opened 18 years ago
Closed 18 years ago
Make about:plugins without CSS more readable
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9beta2
People
(Reporter: jruderman, Assigned: jruderman)
Details
(Keywords: access)
Attachments
(1 file)
4.87 KB,
patch
|
bugzilla
:
review+
neil
:
superreview+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
about:plugins becomes almost unreadable when saved and then uploaded to Bugzilla (e.g. for troubleshooting). This patch fixes that by making two simple changes to the HTML:
1. Use <h1> and <h2> instead of <div> for the in-page title and the per-plugin headers.
2. Give the table border="1".
It also makes corresponding changes to the CSS, so it doesn't affect the appearance of about:plugins when the page is viewed normally.
The first change (using proper header elements) should help accessibility, too.
Attachment #284404 -
Flags: superreview?(neil)
Attachment #284404 -
Flags: review?(aaronleventhal)
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → jruderman
Comment 1•18 years ago
|
||
Comment on attachment 284404 [details] [diff] [review]
patch
Thanks for using headings, but I shouldn't be r='ing here.
Attachment #284404 -
Flags: review?(aaronleventhal)
Assignee | ||
Updated•18 years ago
|
Attachment #284404 -
Flags: review?(bugzilla)
Comment 2•18 years ago
|
||
Comment on attachment 284404 [details] [diff] [review]
patch
Two other changes to consider:
1) change <div id="outside"> to <blockquote id="outside"> (and div#outside to #outside)
2) also add width="100%" to the tables (and appropriate widths to the th elements)
Nit: pinstripe and modern also have plugins.css files; they might need to be updated too.
Attachment #284404 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.9 M10
Updated•18 years ago
|
Attachment #284404 -
Flags: review?(bugzilla) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #284404 -
Flags: approval1.9?
Comment 3•18 years ago
|
||
Comment on attachment 284404 [details] [diff] [review]
patch
a=release drivers
Attachment #284404 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 4•18 years ago
|
||
Patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•