Specs: Fix markdown errors

Review URL: https://codereview.chromium.org/730273002
This commit is contained in:
Hixie 2014-11-17 14:54:01 -08:00
parent 30ba272a0a
commit fd1e8ff53d

View File

@ -4,8 +4,11 @@ SKY MODULE - exports some basic HTML-like elements
<!-- note: accessibility handling is not implemented yet, because the <!-- note: accessibility handling is not implemented yet, because the
mojo ax service isn't yet ready --> mojo ax service isn't yet ready -->
<import src="scrollable-block.sky">
<element name=html> <element name=html>
<!-- implement a scrollable viewport --> <style>
:host { display: scrollable-block; }
</style>
</element> </element>
<element name=head /> <element name=head />