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 5628 - DIV undefined
Summary: DIV undefined
Status: RESOLVED INVALID
Alias: None
Product: Validator
Classification: Unclassified
Component: Website (show other bugs)
Version: HEAD
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-04 15:59 UTC by michael holt
Modified: 2008-04-07 11:25 UTC (History)
0 users

See Also:


Attachments

Description michael holt 2008-04-04 15:59:34 UTC
I ran my web site through your validator and got the following error:
	element "DIV" undefined.
	<DIV>
To clear this I need to change the tag to <div>; WHICH IS WRONG. HTML tags are supposed to be uppercase. It is just good programming practice. It make the code more readable, thus, easier to maintain.

Anyone who thinks otherwise is wrong and a hippie.
Comment 1 Olivier Thereaux 2008-04-07 11:25:50 UTC
HTML elements are case-insensitive. XHTML elements are case-sensitive and must be written in lower case. 

http://www.w3.org/TR/xhtml1/#diffs