- From: Karl Dubost <karl@w3.org>
- Date: Mon, 1 Oct 2007 07:30:26 +0900
- To: Lachlan Hunt <lachlan.hunt@lachy.id.au>
- Cc: olivier Thereaux <ot@w3.org>, www-validator@w3.org
Lachlan Hunt (29 sept. 2007 - 15:14) :
> Perhaps you could change the background colour of that heading to
> yellow,
> add some kind of warning icon and/or change the heading to "This
> Page Is Valid [VERSION] (With Warnings)".
Now:
<td colspan="2" class="valid">Passed validation, 4 warning(s)</td>
Proposal:
<td colspan="2" class="valid">
Passed validation, <strong id="warning-flag">4 warning(s)</span>
</td>
#warning-flag {
font-weight:bold;
color:#f30;
}
--
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
QA Weblog - http://www.w3.org/QA/
*** Be Strict To Be Cool ***
Received on Sunday, 30 September 2007 22:30:48 UTC