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

Unified Diff: sky/examples/city-list/city-list.sky

Issue 867963006: Add the <t> element and ignore whitespace outside it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Do it for a whole subtree. Created 5 years, 11 months 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 | « sky/engine/core/html/parser/HTMLElementStack.cpp ('k') | sky/framework/dom-serializer.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/city-list/city-list.sky
diff --git a/sky/examples/city-list/city-list.sky b/sky/examples/city-list/city-list.sky
index e32112a31e35aefbb059aa5681373061805d7397..5d57d0b57a944a815cd7a690b494ab0da5e2aac8 100644
--- a/sky/examples/city-list/city-list.sky
+++ b/sky/examples/city-list/city-list.sky
@@ -89,10 +89,10 @@ module.exports.LetterHeaderElement = class extends SkyElement {
#population {
color: #AAA;
}
-
</style>
<div>
- <span id="name">{{ name }}</span>,
+ <span id="name">{{ name }}</span>
+ <t>, </t>
<span id="population">population {{ population }}</span>
</div>
</template>
« no previous file with comments | « sky/engine/core/html/parser/HTMLElementStack.cpp ('k') | sky/framework/dom-serializer.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698