- From: Zack Weinberg <zweinberg@mozilla.com>
- Date: Thu, 23 Jul 2009 17:04:34 -0700
- To: www-style@w3.org
Bert Bos <bert@w3.org> wrote: > The CSS WG published the first of a new series of working drafts, > called "CSS Image Values Module Level 3": > > http://www.w3.org/TR/2009/WD-css3-images-20090723/ > > The module defines the <image> type, i.e., the syntax for properties > that refer to images. (Examples of such properties are > 'list-style-image' and 'background-image'.) In most (all?) cases, an > image is identified by a URL. I object to <url-token>. Please instead use: <image-decl> = <string> [ snap? && <resolution> ]? <image-decl> = [ <string> | <url> ] [ snap? && <resolution> ]? More generally, I do not think any CSS Level >=3 module should make any modifications whatsoever to the tokenization rules in CSS 2.1. zw
Received on Friday, 24 July 2009 00:05:15 UTC