<?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>811</bug_id>
          
          <creation_ts>2004-06-25 05:51:58 +0000</creation_ts>
          <short_desc>Odd behaviour with custom FPI/SI</short_desc>
          <delta_ts>2005-02-05 04:14:44 +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>0.6.7</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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 name="Bj">bjoern</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>2047</commentid>
    <comment_count>0</comment_count>
    <who name="Bj">bjoern</who>
    <bug_when>2004-06-25 05:51:58 +0000</bug_when>
    <thetext>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Foo//EN&quot;
    &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-foo.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;&lt;font&gt;...&lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;

Validator claims

  This Page Is Valid -//W3C//DTD XHTML 1.0 Foo//EN!

But Validation should clearly fail as the FPI is not known and 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-foo.dtd does not exist.
The example slightly modified

&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Foo//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;&gt;
&lt;head&gt;
&lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;&lt;font&gt;...&lt;/font&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;

Again:

  This Page Is Valid -//W3C//DTD XHTML 1.0 Foo//EN!

http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd does exist and prohibes the 
&lt;font&gt; element, so this should not validate either.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>4223</commentid>
    <comment_count>1</comment_count>
    <who name="Terje Bless">link</who>
    <bug_when>2005-02-05 04:14:44 +0000</bug_when>
    <thetext>Fixed in CVS.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>