[css2] tokenization, blocks as property values.

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