From 7ad031d2ce787f81936521fbf1caf58668a3ae49 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 4 Apr 2018 21:19:40 +0900 Subject: [PATCH 1/4] https a link --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6431b4efad..2fd6697e10 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -130,7 +130,7 @@ included in the project: ``` 4. Commit your changes in logical chunks. Please adhere to these [git commit - message guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) + message guidelines](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) or your code is unlikely be merged into the main project. Use Git's [interactive rebase](https://help.github.com/articles/about-git-rebase/) feature to tidy up your commits before making them public. From cf18779ab8e917b6fbedb29e4d7491987be81880 Mon Sep 17 00:00:00 2001 From: coliff Date: Wed, 4 Apr 2018 21:28:48 +0900 Subject: [PATCH 2/4] https more links --- dist/doc/css.md | 6 +++--- dist/doc/html.md | 2 +- src/doc/css.md | 6 +++--- src/doc/html.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/doc/css.md b/dist/doc/css.md index ac853ef84a..031a2aa16c 100644 --- a/dist/doc/css.md +++ b/dist/doc/css.md @@ -72,7 +72,7 @@ visually, while still have its content accessible to screen readers. See also: * [CSS in Action: Invisible Content Just for Screen Reader - Users](http://webaim.org/techniques/css/invisiblecontent/) + Users](https://webaim.org/techniques/css/invisiblecontent/) * [Hiding content for accessibility](https://snook.ca/archives/html_and_css/hiding-content-for-accessibility) * [HTML5 Boilerplate - Issue #194](https://github.com/h5bp/html5-boilerplate/issues/194). @@ -108,8 +108,8 @@ we use the [micro clearfix](http://nicolasgallagher.com/micro-clearfix-hack/). ## Media Queries HTML5 Boilerplate makes it easy for you to get started with a -[_mobile first_](http://www.lukew.com/presos/preso.asp?26) and [_responsive web -design_](http://alistapart.com/article/responsive-web-design) approach to +[_mobile first_](https://www.lukew.com/presos/preso.asp?26) and [_responsive web +design_](https://alistapart.com/article/responsive-web-design) approach to development. But it's worth remembering that there are [no silver bullets](https://cloudfour.com/thinks/css-media-query-for-mobile-is-fools-gold/). diff --git a/dist/doc/html.md b/dist/doc/html.md index 0b3b802493..ae925f789c 100644 --- a/dist/doc/html.md +++ b/dist/doc/html.md @@ -23,7 +23,7 @@ FOUC](https://www.paulirish.com/2009/avoiding-the-fouc-v3/). ## Language Attribute -Please consider specifying the language of your content by adding a [value](http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) to the `lang` +Please consider specifying the language of your content by adding a [value](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) to the `lang` attribute in the `` as in this example: ```html diff --git a/src/doc/css.md b/src/doc/css.md index ac853ef84a..031a2aa16c 100644 --- a/src/doc/css.md +++ b/src/doc/css.md @@ -72,7 +72,7 @@ visually, while still have its content accessible to screen readers. See also: * [CSS in Action: Invisible Content Just for Screen Reader - Users](http://webaim.org/techniques/css/invisiblecontent/) + Users](https://webaim.org/techniques/css/invisiblecontent/) * [Hiding content for accessibility](https://snook.ca/archives/html_and_css/hiding-content-for-accessibility) * [HTML5 Boilerplate - Issue #194](https://github.com/h5bp/html5-boilerplate/issues/194). @@ -108,8 +108,8 @@ we use the [micro clearfix](http://nicolasgallagher.com/micro-clearfix-hack/). ## Media Queries HTML5 Boilerplate makes it easy for you to get started with a -[_mobile first_](http://www.lukew.com/presos/preso.asp?26) and [_responsive web -design_](http://alistapart.com/article/responsive-web-design) approach to +[_mobile first_](https://www.lukew.com/presos/preso.asp?26) and [_responsive web +design_](https://alistapart.com/article/responsive-web-design) approach to development. But it's worth remembering that there are [no silver bullets](https://cloudfour.com/thinks/css-media-query-for-mobile-is-fools-gold/). diff --git a/src/doc/html.md b/src/doc/html.md index 0b3b802493..ae925f789c 100644 --- a/src/doc/html.md +++ b/src/doc/html.md @@ -23,7 +23,7 @@ FOUC](https://www.paulirish.com/2009/avoiding-the-fouc-v3/). ## Language Attribute -Please consider specifying the language of your content by adding a [value](http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) to the `lang` +Please consider specifying the language of your content by adding a [value](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) to the `lang` attribute in the `` as in this example: ```html From cc283222378c0a516d9cd2b3f9bb8d81c3e72626 Mon Sep 17 00:00:00 2001 From: coliff Date: Wed, 4 Apr 2018 23:33:05 +0900 Subject: [PATCH 3/4] Fix paramaters typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a4446e3d..aba2af0d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -280,7 +280,7 @@ * Remove `handheld.css` as it has very poor device support. * Remove touch-icon `link` elements from the HTML and include improved touch-icon support. -* Remove the cache-busting query paramaters from files references in +* Remove the cache-busting query parameters from files references in the HTML. * Remove IE6 PNGFix. From 2c1f6cb8c60889881551be65103d3ecf3341c33b Mon Sep 17 00:00:00 2001 From: coliff Date: Thu, 5 Apr 2018 00:25:37 +0900 Subject: [PATCH 4/4] Remove trailing . (unneeded) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aba2af0d4b..ba7b1b3bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -219,7 +219,7 @@ * Update to Modernizr 2.5.3. -### 3.0.1 (February 08, 2012). +### 3.0.1 (February 08, 2012) * Update to Modernizr 2.5.2 (includes html5shiv 3.3).