Skip to content

Commit 71a892b

Browse files
committed
Added <address> to examples. Updated to v4.1.1 of normalize.css. Updated to v3.7.3 of HTML5 Shiv. Styled code in changelog
1 parent 9e35d07 commit 71a892b

8 files changed

+295
-278
lines changed

Diff for: CHANGELOG.md

+29-22
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,41 @@
1+
###v1.7.0 (24th April 2016)
2+
3+
- Added `<address>` to examples
4+
- Updated to v4.1.1 of `normalize.css`
5+
- Updated to v3.7.3 of HTML5 Shiv
6+
- Styled code in changelog
7+
18
###v1.6.5 (17th January 2016)
29

310
- Updated sample footer copyright date to 2016
411

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

7-
- Upgraded to v3.0.2 of normalize.css
14+
- Upgraded to v3.0.2 of `normalize.css`
815
- Updated sample footer copyright date to 2015
916
- Converted tabs to spaces in code indentation
1017

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

1320
- Upgraded to version prev3.7.2 of the HTML5 Shiv
14-
- Upgraded to version 1.1.3 of normalize-legacy.css and v3.0.1 of normalize.css
21+
- Upgraded to version 1.1.3 of `normalize-legacy.css` and v3.0.1 of `normalize.css`
1522
- Removed Google Analytics code
1623
- Added basic bower support
1724

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

20-
- Renamed index.html to main-template.html
27+
- Renamed `index.html` to `main-template.html`
2128
- Moved all HTML5 multimedia related files into multimedia sub-directory
22-
- 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
23-
- Changed doctype back to DOCTYPE (simply because I prefer it that way)
29+
- 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
30+
- Changed `doctype` back to `DOCTYPE` (simply because I prefer it that way)
2431

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

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

@@ -41,40 +48,40 @@
4148

4249
- Added template for HTML5 video with subtitles
4350
- Added default CSS link styling for accessibility
44-
- Upgraded normalize-legacy.css to v1.1.0
51+
- Upgraded `normalize-legacy.css` to v1.1.0
4552

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

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

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

53-
- Added main element
54-
- Changed DOCTYPE to doctype
60+
- Added `<main>` element
61+
- Changed `DOCTYPE` to `doctype`
5562

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

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

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

6370
- Added cutdown "bare bones" template file for pedants
64-
- Removed superfluous htmlshiv.js file
71+
- Removed superfluous `htmlshiv.js` file
6572

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

6875
- Added commented HTML5 audio template file
6976
- Added changelog
7077
- Added JavaScript for Android video play to HTML5 video template file
71-
- Fixed incorrect closing section tag in index-no-comments.html
78+
- Fixed incorrect closing section tag in `index-no-comments.html`
7279

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

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

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

88-
- Extra comments added to index.html
89-
- Google Analytics moved to bottom of template [#1](https://github.com/iandevlin/html5bones/issues/1)
95+
- Extra comments added to `index.html`
96+
- Google Analytics moved to bottom of template [#1](https://github.com/iandevlin/html5bones/issues/1)

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Features
2525

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

3030
Contribute
3131
==========

Diff for: clean-templates/main-template-no-comments.html

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset="utf-8">
55
<title>PAGE TITLE</title>
66
<meta name="description" content="">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<link href="css/normalize.css" rel="stylesheet" media="all">
9-
<link href="css/styles.css" rel="stylesheet" media="all">
9+
<link href="css/styles.css" rel="stylesheet" media="all">
1010
<!--[if lt IE 9]><script src="js/html5shiv-printshiv.js" media="all"></script><![endif]-->
1111
</head>
1212
<body>
13-
<header role="banner">
13+
<header role="banner">
1414
<h1>Main Title</h1>
1515
<nav role="navigation">
16-
16+
1717
</nav>
1818
</header>
19-
19+
2020
<div class="wrap">
2121
<main role="main">
22-
22+
2323
</main>
2424
</div>
25-
25+
2626
<footer role="contentinfo">
27+
<address>
28+
<p>For further information, please contact <a href="mailto:[email protected]">Max Mustermann</a>.</p>
29+
</address>
2730
<small>Copyright &copy; <time datetime="2016">2016</time></small>
2831
</footer>
29-
32+
3033
</body>
3134
</html>

0 commit comments

Comments
 (0)