use <main>

This commit is contained in:
Adam Bradley
2013-08-24 20:48:37 -05:00
parent d9f1c23ee1
commit a1bc08b87e
6 changed files with 225 additions and 22 deletions

View File

@ -58,11 +58,6 @@
<footer class="bar-footer"></footer>
<script id="framework-globals" type="text/globals">
asdfasf
</script>
<script src="../js/jquery/jquery-1.10.2.js"></script>
<script src="../js/framework/framework-utilities.js"></script>
<script src="../js/framework/framework-navigation.js"></script>

View File

@ -27,7 +27,8 @@
<script src="app.js"></script>
</head>
<body ontouchstart="">
<header class="bar bar-header bar-secondary">
<header class="bar bar-header bar-secondary framework-global" data-global-id="primary-header">
<a class="button button-previous" href="#">
<i class="icon-arrow-left"></i>
</a>
@ -36,7 +37,8 @@
<i class="icon-arrow-right"></i>
</a>
</header>
<div class="content">
<main>
<ul class="list">
<a href="#" class="list-item">
Sasafras
@ -96,11 +98,11 @@
Here is some content
</p>
<a class="button button-default">Click me</a>
<form>
</form>
</div>
</main>
<footer class="bar bar-footer bar-secondary">
<h1 class="title">Auf Wiedersehen</h1>
</footer>
</body>
</html>