<?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>14872</bug_id>
          
          <creation_ts>2011-11-18 06:51:23 +0000</creation_ts>
          <short_desc>Mobile Validator reports invalid html with named forms</short_desc>
          <delta_ts>2012-10-26 19:24:01 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>mobileOK Basic checker</product>
          <component>Java Library</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</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>critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>a11526433</reporter>
          <assigned_to name="fd">fd</assigned_to>
          <cc>grillznwheels</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>60136</commentid>
    <comment_count>0</comment_count>
    <who name="">a11526433</who>
    <bug_when>2011-11-18 06:51:23 +0000</bug_when>
    <thetext>When attempting to use the mobile validator(http://validator.w3.org/mobile) to validate a XHTML Basic 1.1 page for compliance and the page contains a form element with a name tag, the validator reports the page does not validate against the XHTML Basic 1.1 doctype. However when validating the same page against the regular validator(http://validator.w3.org/), it reports the page is valid XHTML Basic 1.1. Here is some sample code:

&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML Basic 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd&quot;&gt;
&lt;html lang=&quot;en&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;title&gt;Bla Bla Bla&lt;/title&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=UTF-8&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;some more text.&lt;/p&gt;
&lt;form action=&quot;index.php&quot; method=&quot;post&quot; name=&quot;whatever&quot;&gt;
&lt;fieldset&gt;
&lt;label for=&quot;inputtext&quot;&gt;&gt;&lt;/label&gt;&lt;input type=&quot;text&quot; name=&quot;inputtext&quot; id=&quot;inputtext&quot; accesskey=&quot;1&quot; /&gt;
&lt;input type=&quot;submit&quot;  value=&quot;enter&quot; accesskey=&quot;2&quot; /&gt;
&lt;/fieldset&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;

Link to test: http://validator.w3.org/mobile/check?task=2011111806502172.mobile2&amp;docAddr=directinput%3A%2F%2F0%2F</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>