<?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>3643</bug_id>
          
          <creation_ts>2006-08-31 07:52:03 +0000</creation_ts>
          <short_desc>Style end brackets not checked</short_desc>
          <delta_ts>2008-04-07 08:09:59 +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>Parser</component>
          <version>0.7.2</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>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>xqfjehdxhg</reporter>
          <assigned_to name="Terje Bless">link</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>11336</commentid>
    <comment_count>0</comment_count>
    <who name="">xqfjehdxhg</who>
    <bug_when>2006-08-31 07:52:03 +0000</bug_when>
    <thetext>This code incorrectly validates as perfect:

&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; lang=&quot;en&quot; xml:lang=&quot;en&quot;&gt;
 &lt;head&gt;
  &lt;title&gt;test&lt;/title&gt;
  &lt;style type=&quot;text/css&quot;&gt; 
   body { a:link {color:#889988; text-decoration:underline; }
   .testtable {width:950px;}
  &lt;/style&gt; 
 &lt;/head&gt;
 &lt;body&gt;&lt;/body&gt;
&lt;/html&gt;

There is no end bracket for the body style. The only end bracket is for the alink.
This means the testtable style is ignored causing havoc with a page!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11337</commentid>
    <comment_count>1</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2006-08-31 08:23:24 +0000</bug_when>
    <thetext>This is not a bug. The content of the style element will be checked (and properly marked as incorrect) by the CSS validator. 

http://jigsaw.w3.org/css-validator</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>19744</commentid>
    <comment_count>2</comment_count>
    <who name="">xqfjehdxhg</who>
    <bug_when>2008-04-07 08:09:59 +0000</bug_when>
    <thetext>Theoddone33 sucks.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>