Skip to content

Commit

Permalink
Added <address> to examples. Updated to v4.1.1 of normalize.css. …
Browse files Browse the repository at this point in the history
…Updated to v3.7.3 of HTML5 Shiv. Styled code in changelog
  • Loading branch information
iandevlin committed Apr 24, 2016
1 parent 9e35d07 commit 71a892b
Show file tree
Hide file tree
Showing 8 changed files with 295 additions and 278 deletions.
51 changes: 29 additions & 22 deletions CHANGELOG.md
@@ -1,34 +1,41 @@
###v1.7.0 (24th April 2016)

- Added `<address>` to examples
- Updated to v4.1.1 of `normalize.css`
- Updated to v3.7.3 of HTML5 Shiv
- Styled code in changelog

###v1.6.5 (17th January 2016)

- Updated sample footer copyright date to 2016

###v1.6.4 (10th January 2015)

- Upgraded to v3.0.2 of normalize.css
- Upgraded to v3.0.2 of `normalize.css`
- Updated sample footer copyright date to 2015
- Converted tabs to spaces in code indentation

###v1.6.3 (4th May 2014)

- Upgraded to version prev3.7.2 of the HTML5 Shiv
- Upgraded to version 1.1.3 of normalize-legacy.css and v3.0.1 of normalize.css
- Upgraded to version 1.1.3 of `normalize-legacy.css` and v3.0.1 of `normalize.css`
- Removed Google Analytics code
- Added basic bower support

###v1.6.2 (30th June 2013)

- Renamed index.html to main-template.html
- Renamed `index.html` to `main-template.html`
- Moved all HTML5 multimedia related files into multimedia sub-directory
- Renamed index-bare-bones.html to main-template-bare-bones.html and index-no-coments.html to main-template-no-comments.html. These were also moved into the clean-templates sub-directory
- Changed doctype back to DOCTYPE (simply because I prefer it that way)
- Renamed `index-bare-bones.html` to `main-template-bare-bones.html` and `index-no-coments.html` to `main-template-no-comments.html`. These were also moved into the `clean-templates` sub-directory
- Changed `doctype` back to `DOCTYPE` (simply because I prefer it that way)

###v1.6.1 (8th April 2013)

- Added some extra <nav> element placement advice
- Changed "click" events on Android event handlers to "touchstart"
- Added some extra `<nav>` element placement advice
- Changed `click` events on Android event handlers to `touchstart`
- Updated Flash fallback for audio files
- Upgraded to latest versions of Normalize.css (v2.1.1 and v1.1.1 for legacy)
- The "click" event handlers are only necessary for pre Android 4 devices, so the JavaScript for that has been changed
- Upgraded to latest versions of `normalize.css` (v2.1.1 and v1.1.1 for legacy)
- The `click` event handlers are only necessary for pre Android 4 devices, so the JavaScript for that has been changed
- The Flash Player used for the fallback video and audio is actually from [JW Player](http://www.longtailvideo.com/jw-player/)
- Some minor comment changes

Expand All @@ -41,40 +48,40 @@

- Added template for HTML5 video with subtitles
- Added default CSS link styling for accessibility
- Upgraded normalize-legacy.css to v1.1.0
- Upgraded `normalize-legacy.css` to v1.1.0

###v1.4.1 (21st January 2013)

- Upgraded to normalize.css [v2.1.0](https://github.com/necolas/normalize.css/blob/v2.1.0/CHANGELOG.md) (which includes the main element)
- 2012 -> 2013 in index.html comments
- Upgraded to `normalize.css` [v2.1.0](https://github.com/necolas/normalize.css/blob/v2.1.0/CHANGELOG.md) (which includes the main element)
- 2012 -> 2013 in `index.html` comments

###v1.4.0 (20th January 2013)

- Added main element
- Changed DOCTYPE to doctype
- Added `<main>` element
- Changed `DOCTYPE` to `doctype`

###v1.3.2 (9th January 2013)

- Updated version of html5shiv-printshiv.js in preparation for future inclusion of the <main> element
- Added option to use normalize-legacy.css for older browser support
- Updated version of `html5shiv-printshiv.js` in preparation for future inclusion of the `<main>` element
- Added option to use `normalize-legacy.css` for older browser support

###v1.3.1 (4th January 2013)

- Added cutdown "bare bones" template file for pedants
- Removed superfluous htmlshiv.js file
- Removed superfluous `htmlshiv.js` file

###v1.3.0 (1st January 2013)

- Added commented HTML5 audio template file
- Added changelog
- Added JavaScript for Android video play to HTML5 video template file
- Fixed incorrect closing section tag in index-no-comments.html
- Fixed incorrect closing section tag in `index-no-comments.html`

###v1.2.0 (31st December 2012)

- Added cutdown, no comments version of index.html [#2](https://github.com/iandevlin/html5bones/issues/2)
- Added cutdown, no comments version of `index.html` [#2](https://github.com/iandevlin/html5bones/issues/2)
- Replaced Google Analytics script with Mathias Bynens' optimised version [#8](https://github.com/iandevlin/html5bones/issues/8)
- Removed redundant html5shiv.js file [#4](https://github.com/iandevlin/html5bones/issues/4)
- Removed redundant `html5shiv.js` file [#4](https://github.com/iandevlin/html5bones/issues/4)
- Added MIT licence [#6](https://github.com/iandevlin/html5bones/issues/6)
- Removed XHTML self-closing tag slashes [#5](https://github.com/iandevlin/html5bones/issues/5)
- Added comments on origin of Google Video Player SWF file [#3](https://github.com/iandevlin/html5bones/issues/3)
Expand All @@ -85,5 +92,5 @@

###v1.0.2 (19th December 2012)

- Extra comments added to index.html
- Google Analytics moved to bottom of template [#1](https://github.com/iandevlin/html5bones/issues/1)
- Extra comments added to `index.html`
- Google Analytics moved to bottom of template [#1](https://github.com/iandevlin/html5bones/issues/1)
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Features

Documentation
=============
The documentation is contained within inline comments in the various files, but especially main-template.html.
The documentation is contained within inline comments in the various files, but especially `main-template.html`.

Contribute
==========
Expand Down
19 changes: 11 additions & 8 deletions clean-templates/main-template-no-comments.html
@@ -1,31 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta charset="utf-8">
<title>PAGE TITLE</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/normalize.css" rel="stylesheet" media="all">
<link href="css/styles.css" rel="stylesheet" media="all">
<link href="css/styles.css" rel="stylesheet" media="all">
<!--[if lt IE 9]><script src="js/html5shiv-printshiv.js" media="all"></script><![endif]-->
</head>
<body>
<header role="banner">
<header role="banner">
<h1>Main Title</h1>
<nav role="navigation">

</nav>
</header>

<div class="wrap">
<main role="main">

</main>
</div>

<footer role="contentinfo">
<address>
<p>For further information, please contact <a href="mailto:admin@example.com">Max Mustermann</a>.</p>
</address>
<small>Copyright &copy; <time datetime="2016">2016</time></small>
</footer>

</body>
</html>

0 comments on commit 71a892b

Please sign in to comment.