Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Side by Side Diff: sky/specs/style.md

Issue 695213003: Specs: Notes on ideas for sky's styling language (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698