On Github riomus / modernWebApps
<article> I am like a book! <section> And I am like a chapter </section> <aside> I am not important :(</aside> </article>
div { -webkit-animation: myfirst 5s; /* Chrome, Safari, Opera */ animation: myfirst 5s; } /* Chrome, Safari, Opera */ @-webkit-keyframes myfirst { from {background: red;} to {background: yellow;} } /* Standard syntax */ @keyframes myfirst { from {background: red;} to {background: yellow;} }
(function(){ for(var i = 0; i<100; i++){ console.log("Hello world!") } }()
Defining standards
385 members
WCAG 2.0 - Web Content Accessibility Guidelines
Web Accessibility Initiative
Single Page Applications - SPA
No need to wait till page is loaded
Fell like using standalone computer application
Offline also!