From 5170fe026c051fa70cc147d0baad72eb6a9d9795 Mon Sep 17 00:00:00 2001 From: Owen Versteeg Date: Sun, 12 Aug 2012 22:46:06 -0300 Subject: [PATCH] made page validate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.

- + +