Skip to content

Instantly share code, notes, and snippets.

@regentking
Created November 23, 2013 02:54
Show Gist options
  • Save regentking/7610175 to your computer and use it in GitHub Desktop.
Save regentking/7610175 to your computer and use it in GitHub Desktop.
build target.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ... blah blah chrome=1 IE=stupid blah blah blah fallbacks
</head>
<!-- Use semantic headings and structure -->
<body style>
<!-- Have no JS fallbacks and use sane JS script placement -->
<header role="banner">
</header>
<nav role="navigation">
</nav>
<main role="main">
</main>
<aside role="complementary">
</aside>
<form role="form">
</form>
<footer role="contentinfo">
</footer>
<form role="search">
</form>
<!-- Branding should use color-blind friendly scheme -->
<!-- link rel="color" href="http://www.colorhexa.com/" -->
<!-- Bigger javascripts to load down here not up there -->
@regentking
Copy link
Author

my built target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment