Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit cb7d04c

Browse files
authored
changed some of http:// to https://
mostly to avoid browsers blocking 'mixed active content'
1 parent a9991b7 commit cb7d04c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spec/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<title>&lt;web-map&gt; Element Proposal</title>
88

9-
<link class="required" rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/w3c-unofficial.css" type="text/css"/>
10-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/w3c-tr.css" />
9+
<link class="required" rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/w3c-unofficial.css" type="text/css"/>
10+
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/w3c-tr.css" />
1111
<style>
1212
.content { background-image: none; }
1313
h5 { position: relative; z-index: 3; }
@@ -63,8 +63,8 @@
6363
td > .example:only-child { margin: 0 0 0 0.1em; }
6464
dt, dfn { font-weight: bold; font-style: normal; }
6565
</style>
66-
<script src="http://maps4html.github.io/Web-Map-Custom-Element/bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
67-
<link rel="import" href="http://maps4html.github.io/Web-Map-Custom-Element/web-map.html">
66+
<script src="https://maps4html.github.io/Web-Map-Custom-Element/bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
67+
<link rel="import" href="https://maps4html.github.io/Web-Map-Custom-Element/web-map.html">
6868

6969
</head>
7070
<body>
@@ -80,7 +80,7 @@ <h2 id="pagesubtitle"><time datetime="2015-11-24">November 24th, 2015</time></h2
8080

8181
<dl>
8282
<dt>This version:</dt>
83-
<dd><a href="http://maps4html.github.io/HTML-Map-Element/spec/">http://maps4html.github.io/HTML-Map-Element/spec/</a></dd>
83+
<dd><a href="https://maps4html.github.io/HTML-Map-Element/spec/">https://maps4html.github.io/HTML-Map-Element/spec/</a></dd>
8484

8585
<dt>Latest version:</dt>
8686
<dd><a href="https://github.com/Maps4HTML/HTML-Map-Element">https://github.com/Maps4HTML/HTML-Map-Element</a></dd>
@@ -91,7 +91,7 @@ <h2 id="pagesubtitle"><time datetime="2015-11-24">November 24th, 2015</time></h2
9191
<dt>Editors:</dt>
9292
<dd><em>Peter Rushforth</em>, Natural Resources Canada</dd>
9393
<dt>Authors:</dt>
94-
<dd><em><a href="http://www.w3.org/community/maps4html/">Maps for HTML Community Group</a></em>.</dd>
94+
<dd><em><a href="https://www.w3.org/community/maps4html/">Maps for HTML Community Group</a></em>.</dd>
9595
</dl>
9696

9797

@@ -672,9 +672,9 @@ <h3 id="normrefs">8.1. Normative References</h3>
672672

673673
<dt id="ref-MapML"><strong class="normref">[MapML]</strong></dt>
674674
<dd>
675-
<cite><a href="http://maps4html.github.io/MapML/spec/">Map Markup Language</a></cite>,
675+
<cite><a href="https://maps4html.github.io/MapML/spec/">Map Markup Language</a></cite>,
676676
Maps For HTML Community Group, July 14, 2015.
677-
<br>Available at http://maps4html.github.io/MapML/spec/.
677+
<br>Available at https://maps4html.github.io/MapML/spec/.
678678
</dd>
679679

680680
<dt id="ref-RNG"><strong class="normref">[RELAXNG]</strong></dt>
@@ -726,4 +726,4 @@ <h3 id="Acknowledgments">10. Acknowledgments</h3>
726726

727727
</div>
728728

729-
</body></html>
729+
</body></html>

0 commit comments

Comments
 (0)