<?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>18808</bug_id>
          
          <creation_ts>2012-09-09 10:17:34 +0000</creation_ts>
          <short_desc>iframe closing tag detected within JavaScript string</short_desc>
          <delta_ts>2012-09-13 17:47:14 +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>PC</rep_platform>
          <op_sys>Linux</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>jimmy</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>73491</commentid>
    <comment_count>0</comment_count>
    <who name="">jimmy</who>
    <bug_when>2012-09-09 10:17:34 +0000</bug_when>
    <thetext>The code below triggers the following validation error:
End tag for element &quot;IFRAME&quot; which is not open.

function smExternalModulesRegisterModule7663439()
{
	var module = &quot;&lt;iframe src=&apos;https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Barcelona&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=59.206892,114.169922&amp;ie=UTF8&amp;hq=&amp;hnear=Barcelona,+Province+of+Barcelona,+Catalonia,+Spain&amp;ll=41.387917,2.169919&amp;spn=105.385733,228.339844&amp;t=h&amp;z=3&amp;output=embed&apos; width=&apos;600&apos; height=&apos;500&apos; scrolling=&apos;no&apos; frameBorder=&apos;0&apos; style=&apos;border: 1px solid Silver&apos; onload=&apos;&apos; allowTransparency=&apos;true&apos;&gt;&lt;/iframe&gt;&quot;;

	document.getElementById(&apos;SMExternalModulesModule7663439&apos;).innerHTML = module;
}

Test URL:
http://validator.w3.org/check?uri=http%3A%2F%2Ftinyurl.com%2F9tohp6b&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;group=0&amp;user-agent=W3C_Validator%2F1.3</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73785</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2012-09-13 15:38:25 +0000</bug_when>
    <thetext>The error message given by the validator this link:
http://validator.w3.org/docs/help.html#faq-javascript
-&gt; http://www.htmlhelp.com/tools/validator/problems.html#script</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73801</commentid>
    <comment_count>2</comment_count>
    <who name="">jimmy</who>
    <bug_when>2012-09-13 17:47:14 +0000</bug_when>
    <thetext>Thank  you for enlighting me.

(In reply to comment #1)
&gt; The error message given by the validator this link:
&gt; http://validator.w3.org/docs/help.html#faq-javascript
&gt; -&gt; http://www.htmlhelp.com/tools/validator/problems.html#script</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>