mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Specs: Fix markdown errors
Review URL: https://codereview.chromium.org/730273002
This commit is contained in:
parent
30ba272a0a
commit
fd1e8ff53d
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user