- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 31 Jan 2006 16:07:27 +0000
- To: www-validator-cvs@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2788
Summary: favicons to indicate valid/invalid on results page
Product: Validator
Version: HEAD
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Templates
AssignedTo: ot@w3.org
ReportedBy: robin@reala.net
QAContact: www-validator-cvs@w3.org
It would be nice to have favicons to indicate the status of a validation. As an
example of usage, I often validate multiple pages at a time. In Firefox I have
these open as multiple tabs, each with their own icon. It'd be good to be able
to scan along the list of tabs and immediately see any pages that haven't validated.
I was thinking something as simple as a red square (invalid) or a green square
(valid) would work, but ticks and crosses would do equally well.
Adding favicons is relatively easy - just add two link elements to the head of
the results template (one for minority browsers, one for IE):
<link rel="icon" href="http://example.com/favicon.ico" />
<link rel="shortcut icon" href="http://example.com/favicon.ico" />
Received on Tuesday, 31 January 2006 16:07:38 UTC