Closed Bug 399402 Opened 18 years ago Closed 18 years ago

Make about:plugins without CSS more readable

Categories

(Core Graveyard :: Plug-ins, defect)

x86
macOS
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.9beta2

People

(Reporter: jruderman, Assigned: jruderman)

Details

(Keywords: access)

Attachments

(1 file)

Attached patch patchSplinter 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: nobody → jruderman
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)
Attachment #284404 - Flags: review?(bugzilla)
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+
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.9 M10
Attachment #284404 - Flags: review?(bugzilla) → review+
Attachment #284404 - Flags: approval1.9?
Comment on attachment 284404 [details] [diff] [review] patch a=release drivers
Attachment #284404 - Flags: approval1.9? → approval1.9+
Patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: