<?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>934</bug_id>
          
          <creation_ts>2004-11-06 20:37:49 +0000</creation_ts>
          <short_desc>XHTML 1.0 transitional pages validate even when one uses actual quotation marks around text instead of the character entity</short_desc>
          <delta_ts>2004-11-06 21:01: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>0.6.7</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>chess4ever</reporter>
          <assigned_to name="Olivier Thereaux">ot</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>2591</commentid>
    <comment_count>0</comment_count>
    <who name="">chess4ever</who>
    <bug_when>2004-11-06 20:37:49 +0000</bug_when>
    <thetext>validator does not detect when one types &quot; instead of &amp;quot; in an xhtml 1.0
transitional document. 

for example:
&lt;p&gt;
  &quot;Eighy percent of success is showing up.&quot; - Woody Allen
&lt;/p&gt;

the validator thinks this is okay and doesn&apos;t show anything as an error. Why? 

Wouldn&apos;t the correct code be...
&lt;p&gt;
  &amp;quot;Eighy percent of success is showing up.&amp;quot; - Woody Allen
&lt;/p&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2592</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2004-11-06 21:01:24 +0000</bug_when>
    <thetext>There is no general requirement to use entities in place of single or double
quotes in any version of HTML or X(HT)ML.

However, if one has text containing quotes in _attribute values_, it needs to be
taken care of that they don&apos;t end the attribute value prematurely.  This can be
accomplished by using entities in the value or by choosing a &quot; or &apos; around the
value that does not &quot;conflict&quot; with the literal quotes in the value.

BTW, you misspelled &quot;Eighty&quot; in the example ;)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>