From: Owen Versteeg Date: Mon, 13 Aug 2012 01:46:06 +0000 (-0300) Subject: made page validate X-Git-Tag: 2.0.0~29^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5170fe026c051fa70cc147d0baad72eb6a9d9795;p=reveal.js.git made page validate woohoo! reveal.js is now HTML5 compliant! this is validated using the http://validator.w3.org/ and the http://html5.validator.nu/ services. this was accomplished using a tad of JavaScript to get around a fullscreen bug. This also (slightly unintentionally but helpfully) solves a tiny bug with fullscreening in old Opera 11.52 (I think, could be 11.51 or other) --- diff --git a/index.html b/index.html index e1c81e2..72783fc 100644 --- a/index.html +++ b/index.html @@ -208,7 +208,7 @@ function linkify( selector ) { var nodes = document.querySelectorAll( selector ); - for( var i = 0, len = nodes.length; i < len; i++ ) { + for( var i = 0, len = nodes.length; i < len; i++ ) { var node = nodes[i]; if( !node.className ) ) { @@ -250,7 +250,10 @@ function linkify( selector ) {

Export to PDF

Presentations can be exported to PDF, below is an example that's been uploaded to SlideShare.

- + +