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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« 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