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 6780 - CSS validtor cannot hande inlined data:
Summary: CSS validtor cannot hande inlined data:
Status: RESOLVED INVALID
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 2.0 (show other bugs)
Version: CSS Validator
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL: http://pligg.jes.ee/default.css
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 14:35 UTC by T
Modified: 2009-07-09 16:27 UTC (History)
1 user (show)

See Also:


Attachments

Description T 2009-04-06 14:35:56 UTC
CSS validator seems to completely miss knowledge about handling stuff after "background...url(data:image/gif;base64..." in this example:

body {
	direction: ltr;
	margin-top: 0px;
	padding-top: 20px;
	background:  #36393D url(data:image/gif;base64,R0lGODlhAQDIANUAADY5PR8hJB8iJScqLSQnKiIlKCEjJiMmKSAiJTM2OiEkJh4hJCgrLi0wNCYpLCotMCkrLyYoKywvMyIkJyksLyMlKC0wMystMSotMS4xNCQmKjAzNi4wNCUnKycpLSksMDEzNyYpKzAyNisuMSUoKyIkKDAzNzE0OCMlKSwvMjE0Ny4xNSEkJy0vMyAiJi8yNiosMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAMgAAAZqwIVwESgai4KkUoBoNl2GaFRBVbAm2FJhy614UYdwGKDREM7oTocUaYcccIfHM6jbAXiGngHpU/4fHzAPhA8YGBcXI3iMKRKPLRYWDZQNHBwZGSuMnIwvIhsbJiAqJ52nqHgJqwmprq+MQQA7) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D1E9A3;
}
Comment 1 Yves Lafon 2009-07-09 16:25:55 UTC
Should work if the data URI is quoted url("data...")