From a8991335adac192f8c82c753c55cfaf0050855ca Mon Sep 17 00:00:00 2001 From: Kevin Abel Date: Fri, 8 Jan 2016 12:24:33 -0600 Subject: [PATCH] Fix grammer/spelling in UPGRADING documentation --- Templates/UPGRADING.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Templates/UPGRADING.markdown b/Templates/UPGRADING.markdown index 114152a4a..68a2838b0 100644 --- a/Templates/UPGRADING.markdown +++ b/Templates/UPGRADING.markdown @@ -19,9 +19,9 @@ ``` -**Changes to sharedcode files**: New examples for building a local footer are provided in `sharedcode/localFooter.html`. One of the examples _should_ replace your existing content for the two regions `contactinfo` and `leftcollinks`, previously filled with the files `sharedcode/footerContactInfo.html`, `sharedcode/relatedLinks.html` respectively. The examples no longer recommend adding any heading elements (`h1` - `h6`) in the local footer, instead a tag with `role=heading` will provide good accessiblity while not hurting the HTML parsed document outline. Please consider removing outdated, no longer used files from your `sharedcode` directory. +**Changes to sharedcode files**: New examples for building a local footer are provided in `sharedcode/localFooter.html`. One of the examples _should_ replace your existing content for the two regions `contactinfo` and `leftcollinks`, previously filled with the files `sharedcode/footerContactInfo.html`, `sharedcode/relatedLinks.html` respectively. The examples no longer recommend adding any heading elements (`h1` - `h6`) in the local footer, instead a tag with `role=heading` will provide good accessibility while not hurting the HTML parsed document outline. Please consider removing outdated, no longer used files from your `sharedcode` directory. -**New affiliation region**: A new region called `affiliation` has been added above the `titlegraphic` region. Previously adding an affiliation to your Site Title required adding `` elements to the `titlegraphic` region. Those `` elements should be removed and the afffiliation text should be put into the `affiliation` region. +**New affiliation region**: A new region called `affiliation` has been added above the `titlegraphic` region. Previously adding an affiliation to your Site Title required adding `` elements to the `titlegraphic` region. Those `` elements should be removed and the affiliation text should be put into the `affiliation` region. **Review other regions for outdated code**: Over the years the templates have evolved and developers have often placed design (css) and experience (javascript) file references in various editable regions. You should take the time to review _all_ editable regions for things that are no longer necessary or would otherwise be considered an _override_ of the framework. Specifically, the following issues have come up during transitions: @@ -35,20 +35,20 @@ ``` * Old analytics scripts. Often appended to the removed `footercontent` region, it should be (re)moved or updated to work with the latest analytics recommendations (Universal Analytics). If you still see code like `_gaq.push`, you should look into upgrading. -* Unnecessary HTML Comments. HTML comments are found in code that looks like ``. These can be very helpful during site development, however they provide little-to-no value to you website end-users that still have to download them when visiting your site. Help your end-users save money on their mobile phone bills by removing comments from your production-ready site. +* Unnecessary HTML Comments. HTML comments are found in code that looks like ``. These can be very helpful during site development; however, they provide little-to-no value to your website end-users that still have to download them when visiting your site. Help your end-users save money on their mobile phone bills by removing comments from your production-ready site. * Using `WDN.jQuery` or other javascript global variable/functions: Please read about our recommended javascript loader at http://wdn.unl.edu/using-requirejs * Anything that uses IE conditional comments. _All_ legacy versions of Internet Explorer are no longer supported, and thus the use of conditional comments (for loading additional css or javascript) are highly discouraged. It would be a good idea to do a site-wide find/replace for references to `