<?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>22787</bug_id>
          
          <creation_ts>2013-07-24 05:03:30 +0000</creation_ts>
          <short_desc>Linked stylesheet parsed by validator</short_desc>
          <delta_ts>2015-10-04 23:48:41 +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>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc>design.appmachine.com</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>junk</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>anderson</cc>
          
          <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>91194</commentid>
    <comment_count>0</comment_count>
    <who name="">junk</who>
    <bug_when>2013-07-24 05:03:30 +0000</bug_when>
    <thetext>A previously validated XHTML page that has not been changed is suddenly fielding an error where none was shown previously. 

The error displayed is &lt;style&gt;.style2{color:#fff;font-family:Verdana}.centertable img{border:5px outse…..... etc. etc.

The error results from validator displaying the text of the linked style sheet between validator created &lt;style&gt; and &lt;/style&gt; tags when choosing show source instead of the callout for the style sheet.

The actual page reads &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;./css/buttons.css&quot; /&gt;

Page header:

&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html 

xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;

&lt;head&gt;

&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=ISO-8859-1&quot; /&gt;

&lt;title&gt;
	Giordano Signs and Graphics - Banner signs&lt;/title&gt;

&lt;meta name=&quot;description&quot; content=&quot;Pictures and information about our design, manufacture and installation of banners for outdoor 

advertisement&quot; /&gt;

&lt;meta name=&quot;keywords&quot; content=&quot;sign, banners, temporary advertisement, flag banners&quot; /&gt;

&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;./css/buttons.css&quot; /&gt;



&lt;/head&gt;

Stylesheet header:

/* Generated by KompoZer */


.style2 {
color: #FFFFFF;
font-family: Verdana;
}

.centertable img {
border: 5px outset #206676;
}</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>