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

Unified Diff: sky/examples/htmlish/framework/htmlish.sky

Issue 730273002: Specs: Fix markdown errors (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 | sky/specs/style.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/htmlish/framework/htmlish.sky
diff --git a/sky/examples/htmlish/framework/htmlish.sky b/sky/examples/htmlish/framework/htmlish.sky
index 1baf62f5f071aba219f88cf71fad5d95934c937d..8f1c9e96a3f840039365c3e450aa14a39ad8cbe6 100644
--- a/sky/examples/htmlish/framework/htmlish.sky
+++ b/sky/examples/htmlish/framework/htmlish.sky
@@ -4,8 +4,11 @@ SKY MODULE - exports some basic HTML-like elements
<!-- note: accessibility handling is not implemented yet, because the
mojo ax service isn't yet ready -->
+<import src="scrollable-block.sky">
<element name=html>
- <!-- implement a scrollable viewport -->
+ <style>
+ :host { display: scrollable-block; }
+ </style>
</element>
<element name=head />
« no previous file with comments | « no previous file | sky/specs/style.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698