| Index: sky/specs/style.md
|
| diff --git a/sky/specs/style.md b/sky/specs/style.md
|
| index 5aa5b4d8f6571e576bdf5fdf9c1c031c4767d2fc..21c84cd2e71f18ba5f5b90398fb0b058827ab3e6 100644
|
| --- a/sky/specs/style.md
|
| +++ b/sky/specs/style.md
|
| @@ -8,3 +8,14 @@ For now, the Sky style language is CSS with the following restrictions:
|
| - Lots of other selectors removed // TODO(ianh): list them
|
| - Floats removed
|
| - Lots of other layout models removed // TODO(ianh): list them
|
| +
|
| +
|
| +Planed changes
|
| +--------------
|
| +
|
| +Add //-to-end-of-line comments to be consistent with the script
|
| +language.
|
| +
|
| +Add a way to add new values, e.g. by default only support #RRGGBB
|
| +colours (or maybe only rgba() colours), but provide a way to enable
|
| +CSS4-like "color(red rgb(+ #004400))" stuff.
|
|
|