This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 750 - Soap12: unrecognized things cause ill-formed output
Summary: Soap12: unrecognized things cause ill-formed output
Status: VERIFIED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: SOAP (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-27 20:19 UTC by Bj
Modified: 2005-10-20 03:15 UTC (History)
0 users

See Also:


Attachments

Description Bj 2004-05-27 20:19:14 UTC
http://jigsaw.w3.org/css-validator/validator?text=.recenttitle%7Bfilter%
3Aprogid%3ADXImageTransform.Microsoft.Gradient%28GradientType%3D1%
2C+StartColorStr%3D%27%23FF003399%27%2C+EndColorStr%3D%27%23FF6699CC%27%29%
3Bpadding-left%3A8px%3B%7D&warning=1&profile=css2&usermedium=all&output=soap12

or

.recenttitle{
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, 
StartColorStr='#FF003399', EndColorStr='#FF6699CC');
  padding-left:8px;
}

generates

<m:error>
<m:line>
0</m:line>
<m:errortype><m:errorsubtype>unrecognized</m:errorsubtype>
<m:skippedstring>:8px;}</m:skippedstring>
</m:error>

which ain't well-formed, missing </m:errortype>.
Comment 1 Bj 2005-07-12 13:55:56 UTC
http://www.w3.org/mid/E1DsL4B-0001OX-Vy@lionel-hutz.w3.org claims it's fixed...