<?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>29106</bug_id>
          
          <creation_ts>2015-09-01 08:46:24 +0000</creation_ts>
          <short_desc>JavaScript is interpreted as HTML: logical operator &quot;&amp;&amp;&quot; is suggested to be written as &quot;&amp;amp;&amp;amp;&quot;</short_desc>
          <delta_ts>2015-09-01 08:46:24 +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>check</component>
          <version>HEAD</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></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 name="----">hakan.hildingsson</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>122952</commentid>
    <comment_count>0</comment_count>
    <who name="----">hakan.hildingsson</who>
    <bug_when>2015-09-01 08:46:24 +0000</bug_when>
    <thetext>PAGE USED TO GET THIS ISSUE
[2015-09-01]
http://www.datatermgruppen.se/component/option,com_chronocontact/Itemid,107/

EXAMPLE OF OUTPUT
Warning character X is the first character of a delimiter but occurred as data ✉
This message may appear in several cases:

You tried to include the &quot;&lt;&quot; character in your page: you should escape it as &quot;&amp;lt;&quot;
You used an unescaped ampersand &quot;&amp;&quot;: this may be valid in some contexts, but it is recommended to use &quot;&amp;amp;&quot;, which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.
Line 99, column 31: character &quot;&amp;&quot; is the first character of a delimiter but occurred as data
			el.$tmp.myTitle = (el.href &amp;&amp; el.getTag() == &apos;a&apos;) ? el.href.replace(&apos;http://…


SOURCE CODE THAT CAUSED THIS ISSUE
              1         2         3         4
     1234567890123456789012345678901234567890
  1: &lt;!DOCTYPE ...&gt;
  2: &lt;html ...&gt;
  3: &lt;head&gt;
     ...
 64: &lt;script type=&quot;text/javascript&quot;&gt;
     var ChronoTips = new Class({
 66:  options: {...},
 80:  initialize: function(elements, lasthope,options){...},

 98:  build: function(el){
&gt;99:   el.$tmp.myTitle = (el.href &amp;&amp; el.getTag() == &apos;a&apos;) ? el.href.replace(&apos;http://&apos;, &apos;&apos;) : (el.rel || false);  &lt;==
			if (el.title){...
      ...
183: &lt;/scrip&gt;
493: &lt;/head&gt;
     ...
495: &lt;body&gt;
     ...
797: &lt;/body&gt;
798: &lt;/html&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>