<?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>2771</bug_id>
          
          <creation_ts>2006-01-26 12:22:34 +0000</creation_ts>
          <short_desc>&lt;script&gt;&apos;s should not be validated</short_desc>
          <delta_ts>2006-01-27 08:35:58 +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>HEAD</version>
          <rep_platform>Macintosh</rep_platform>
          <op_sys>MacOS X</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://axman6.homeip.net/</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alex Mason">axman6</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>7983</commentid>
    <comment_count>0</comment_count>
    <who name="Alex Mason">axman6</who>
    <bug_when>2006-01-26 12:22:34 +0000</bug_when>
    <thetext>on my site a have quite a bit javascript, and when i try to validate my page as xhtml strict, it searches 
inside the script tages. as i&apos;m using this script to fill in a div (ajax style :D). my real problem is that since 
there are for loops in it, it thinks that the &quot;&lt;&quot;&apos;s are the beginning of a new element. i just want my site to 
pass :&apos;( but i won&apos;t over a silly thing like this. anyway, well done on everything, keep up the standards* and  
you guys are awesome :D</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>7984</commentid>
    <comment_count>1</comment_count>
    <who name="Bj">bjoern</who>
    <bug_when>2006-01-26 12:26:42 +0000</bug_when>
    <thetext>Use an external script, use HTML instead of XHTML, or use one of the escaping 
tricks like

  &lt;script ...&gt;
  // &lt;![CDATA[
  ...
  // ]]&gt;
  &lt;/script&gt;

HTML Tidy will help with this. The Validator simply implements the HTML and 
XHTML specifications, so your content is indeed incorrect if the Validator 
complains.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>8001</commentid>
    <comment_count>2</comment_count>
    <who name="Alex Mason">axman6</who>
    <bug_when>2006-01-27 08:35:58 +0000</bug_when>
    <thetext>thankyou very much for the help, i&apos;m now happy let you know that my site is now xhtml 1.1 
compliant. :D Al.(In reply to comment #1)
&gt; Use an external script, use HTML instead of XHTML, or use one of the escaping 
&gt; tricks like
&gt; 
&gt;   &lt;script ...&gt;
&gt;   // &lt;![CDATA[
&gt;   ...
&gt;   // ]]&gt;
&gt;   &lt;/script&gt;
&gt; 
&gt; HTML Tidy will help with this. The Validator simply implements the HTML and 
&gt; XHTML specifications, so your content is indeed incorrect if the Validator 
&gt; complains.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>