<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>5628</bug_id>
          
          <creation_ts>2008-04-04 15:59:34 +0000</creation_ts>
          <short_desc>DIV undefined</short_desc>
          <delta_ts>2008-04-07 11:25:50 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>Website</component>
          <version>HEAD</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="michael holt">maholt</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>19738</commentid>
    <comment_count>0</comment_count>
    <who name="michael holt">maholt</who>
    <bug_when>2008-04-04 15:59:34 +0000</bug_when>
    <thetext>I ran my web site through your validator and got the following error:
	element &quot;DIV&quot; undefined.
	&lt;DIV&gt;
To clear this I need to change the tag to &lt;div&gt;; 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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>19748</commentid>
    <comment_count>1</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2008-04-07 11:25:50 +0000</bug_when>
    <thetext>HTML elements are case-insensitive. XHTML elements are case-sensitive and must be written in lower case. 

http://www.w3.org/TR/xhtml1/#diffs
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>