This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-startup.git
The following commit(s) were added to refs/heads/master by this push:
new 30fdd66 Resolving accessibility and best practices issues identified
in SLING-8278
new f9f9496 Merge branch 'master' of
github.com:apache/sling-org-apache-sling-starter-startup
30fdd66 is described below
commit 30fdd66b47116119ff7335abced032c394702546
Author: Dan Klco <[email protected]>
AuthorDate: Wed Mar 6 14:07:55 2019 -0500
Resolving accessibility and best practices issues identified in SLING-8278
---
src/main/resources/index.html | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/index.html b/src/main/resources/index.html
index fd177f6..5468e12 100644
--- a/src/main/resources/index.html
+++ b/src/main/resources/index.html
@@ -14,7 +14,8 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
-<html>
+<!DOCTYPE html>
+<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -222,11 +223,11 @@
<div class="Grid Fit-Medium Home-Grid">
<div class="Gradient"></div>
<header class="Cell Medium-35 Large-25 Align-Center Logos">
- <a href="https://sling.apache.org" target="_blank" id="sling-logo"
title="Visit the Apache Sling website">
+ <a href="https://sling.apache.org" target="_blank" rel="noopener"
id="sling-logo" title="Visit the Apache Sling website">
<img
src="data:image/svg+xml;base64,PCEtLQogIExpY2Vuc2VkIHRvIHRoZSBBcGFjaGUgU29mdHdhcmUgRm91bmRhdGlvbiAoQVNGKSB1bmRlciBvbmUKICBvciBtb3JlIGNvbnRyaWJ1dG9yIGxpY2Vuc2UgYWdyZWVtZW50cy4gIFNlZSB0aGUgTk9USUNFIGZpbGUKICBkaXN0cmlidXRlZCB3aXRoIHRoaXMgd29yayBmb3IgYWRkaXRpb25hbCBpbmZvcm1hdGlvbgogIHJlZ2FyZGluZyBjb3B5cmlnaHQgb3duZXJzaGlwLiAgVGhlIEFTRiBsaWNlbnNlcyB0aGlzIGZpbGUKICB0byB5b3UgdW5kZXIgdGhlIEFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMCAodGhlCiAgIkxpY2Vuc2UiKTsgeW91IG1heSBub3QgdXNlIHRoaXMg
[...]
alt="Apache Sling Logo">
</a>
- <a href="https://apache.org" target="_blank" id="asf-logo"
title="Visit the Apache Software Foundation website">
+ <a href="https://apache.org" target="_blank" rel="noopener"
id="asf-logo" title="Visit the Apache Software Foundation website">
<img
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLQogICAgTGljZW5zZWQgdG8gdGhlIEFwYWNoZSBTb2Z0d2FyZSBGb3VuZGF0aW9uIChBU0YpIHVuZGVyIG9uZQogICAgb3IgbW9yZSBjb250cmlidXRvciBsaWNlbnNlIGFncmVlbWVudHMuICBTZWUgdGhlIE5PVElDRSBmaWxlCiAgICBkaXN0cmlidXRlZCB3aXRoIHRoaXMgd29yayBmb3IgYWRkaXRpb25hbCBpbmZvcm1hdGlvbgogICAgcmVnYXJkaW5nIGNvcHlyaWdodCBvd25lcnNoaXAuICBUaGUgQVNGIGxpY2Vuc2VzIHRoaXMgZmlsZQogICAgdG8geW91IHVuZGVyIHRoZSBBcGFjaGUgTGljZW5zZSwgVmVy
[...]
alt="Apache Software Foundation Logo">
</a>
@@ -245,15 +246,15 @@
<h1>Resources</h1>
<h2>Reference</h2>
<ul>
- <li><a
href="https://sling.apache.org/apidocs/sling9/index.html" target="_blank"
title="Vist the Apache Sling Javadocs">API
+ <li><a
href="https://sling.apache.org/apidocs/sling9/index.html" target="_blank"
rel="noopener" title="Vist the Apache Sling Javadocs">API
Documentation</a></li>
- <li><a
href="https://sling.apache.org/project-information.html#mailing-lists"
target="_blank"
+ <li><a
href="https://sling.apache.org/project-information.html#mailing-lists"
target="_blank" rel="noopener"
title="View available Apache Sling mailing
lists">Mailing Lists</a></li>
- <li><a
href="https://sling.apache.org/documentation/tutorials-how-tos.html"
target="_blank"
+ <li><a
href="https://sling.apache.org/documentation/tutorials-how-tos.html"
target="_blank" rel="noopener"
title="View Apache Sling Developer
Tutorials">Tutorials</a></li>
- <li><a
href="https://github.com/apache?utf8=%E2%9C%93&q=sling-&type=source"
target="_blank"
+ <li><a
href="https://github.com/apache?utf8=%E2%9C%93&q=sling-&type=source"
target="_blank" rel="noopener"
title="View the Apache Sling source code on
Github">Source Code</a></li>
- <li><a href="https://github.com/apache/sling-samples"
target="_blank"
+ <li><a href="https://github.com/apache/sling-samples"
target="_blank" rel="noopener"
title="View Apache Sling sample applications on
Github">Sample Applications</a></li>
</ul>
</section>