This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19 - "page NOT valid" should be "page not valid".
Summary: "page NOT valid" should be "page not valid".
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.6.0b1
Hardware: All All
: P2 normal
Target Milestone: 0.6.0b3
Assignee: Terje Bless
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-25 02:41 UTC by Terje Bless
Modified: 2002-10-25 12:00 UTC (History)
0 users

See Also:


Attachments

Description Terje Bless 2002-10-25 02:41:09 UTC
Reported by Christoph Päper:

|This Page Is NOT Valid XYZ

I'm not sure if it's correct English to capitalize here. Anyhow, this
could (and should IMHO) be accomplished with CSS:

h2#results        {text-transform: capitalize}
h2#results strong {text-transform: uppercase}
Comment 1 Terje Bless 2002-10-25 08:00:34 UTC
Downcased "NOT" to "not" and removed Initial Caps. If necessary we can add style
rules to do something "clever" here later.