| OLD | NEW |
| 1 Sky Style Language | 1 Sky Style Language |
| 2 ================== | 2 ================== |
| 3 | 3 |
| 4 For now, the Sky style language is CSS with the following restrictions: | 4 For now, the Sky style language is CSS with the following restrictions: |
| 5 | 5 |
| 6 - No combinators | 6 - No combinators |
| 7 - Only = and ~= attribute selectors | 7 - Only = and ~= attribute selectors |
| 8 - Lots of other selectors removed // TODO(ianh): list them | 8 - Lots of other selectors removed // TODO(ianh): list them |
| 9 - Floats removed | 9 - Floats removed |
| 10 - Lots of other layout models removed // TODO(ianh): list them | 10 - Lots of other layout models removed // TODO(ianh): list them |
| 11 |
| 12 |
| 13 Planed changes |
| 14 -------------- |
| 15 |
| 16 Add //-to-end-of-line comments to be consistent with the script |
| 17 language. |
| 18 |
| 19 Add a way to add new values, e.g. by default only support #RRGGBB |
| 20 colours (or maybe only rgba() colours), but provide a way to enable |
| 21 CSS4-like "color(red rgb(+ #004400))" stuff. |
| OLD | NEW |