- From: <bugzilla@jessica.w3.org>
- Date: Wed, 24 Jul 2013 05:03:30 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22787
Bug ID: 22787
Summary: Linked stylesheet parsed by validator
Classification: Unclassified
Product: Validator
Version: HEAD
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Parser
Assignee: dave.null@w3.org
Reporter: junk@4info4.com
QA Contact: www-validator-cvs@w3.org
A previously validated XHTML page that has not been changed is suddenly
fielding an error where none was shown previously.
The error displayed is
<style>.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 <style> and </style> tags when choosing show source
instead of the callout for the style sheet.
The actual page reads <link rel="stylesheet" type="text/css"
href="./css/buttons.css" />
Page header:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>
Giordano Signs and Graphics - Banner signs</title>
<meta name="description" content="Pictures and information about our design,
manufacture and installation of banners for outdoor
advertisement" />
<meta name="keywords" content="sign, banners, temporary advertisement, flag
banners" />
<link rel="stylesheet" type="text/css" href="./css/buttons.css" />
</head>
Stylesheet header:
/* Generated by KompoZer */
.style2 {
color: #FFFFFF;
font-family: Verdana;
}
.centertable img {
border: 5px outset #206676;
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 24 July 2013 05:03:31 UTC