- From: Andrew Fedoniouk <news@terrainformatica.com>
- Date: Mon, 25 Feb 2013 19:34:32 -0800
- To: www-style@w3.org
Reading this part: http://www.w3.org/TR/CSS2/syndata.html#tokenization
Seem like this:
div {
some-prop: { /* prop value may contain blocks, so: */
start: 0%;
end: 100%;
color-stops: white/0% red/100%
};
}
is a valid *syntax* construction from CSS 2.1 point of view.
Am I right?
--
Andrew Fedoniouk.
http://terrainformatica.com
Received on Tuesday, 26 February 2013 03:35:00 UTC