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

Commit f76ca39

Browse files
committed
Fix links in w3c version and avoid // URLs
1 parent afc3f8e commit f76ca39

File tree

4 files changed

+30
-28
lines changed

4 files changed

+30
-28
lines changed

Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<div class="not-whatwg">
3636
<h1>HTML5 Differences from HTML4</h1>
37-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 28 October 2014</h2>
37+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 31 October 2014</h2>
3838
</div>
3939

4040
<dl>
@@ -75,7 +75,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 28 October 2014</h2>
7575
(<a href="http://www.opera.com/">Opera Software ASA</a>)
7676
&lt;<a href="mailto:simonp@opera.com">simonp@opera.com</a>&gt;</dd>
7777
<dt>Previous Editor:</dt>
78-
<dd><a href="//annevankesteren.nl/">Anne van Kesteren</a>
78+
<dd><a href="https://annevankesteren.nl/">Anne van Kesteren</a>
7979
&lt;<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</a>&gt;</dd>
8080
</dl>
8181

@@ -105,7 +105,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
105105
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
106106
at http://www.w3.org/TR/.</i></p>
107107

108-
<p>This is the 28 October 2014 Editor's Draft produced by the
108+
<p>This is the 31 October 2014 Editor's Draft produced by the
109109
<a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
110110
<a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
111111
Working Group intends to publish this document as a
@@ -771,7 +771,7 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
771771
instance, the <code class="external" title="handler-onplay"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#handler-onplay">onplay</a></code>
772772
event handler attribute for the <code class="external" title="event-media-play"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#event-media-play">play</a></code> event which is used by the API for the
773773
media elements (<code class="external"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-video-element">video</a></code> and <code class="external"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-audio-element">audio</a></code>).
774-
The specification has an <a href="//html.spec.whatwg.org/multipage/indices.html#events-2">index of all events</a>.</p>
774+
The specification has an <a href="https://html.spec.whatwg.org/multipage/indices.html#events-2">index of all events</a>.</p>
775775

776776

777777
<h3 id="changed-elements"><span class="secno">3.3 </span>Changed Elements</h3>
@@ -1571,7 +1571,7 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
15711571
<ul>
15721572
<li><p>The <code class="external" title="attr-img-alt"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-alt">alt</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element">img</a></code>
15731573
has more elaborate requirements, and in some cases can also be omitted.
1574-
For details, see <a href="//html.spec.whatwg.org/multipage/embedded-content.html#alt">the specification</a>.
1574+
For details, see <a href="https://html.spec.whatwg.org/multipage/embedded-content.html#alt">the specification</a>.
15751575

15761576
<li><p>The <code class="external" title="attr-input-accept"><a href="https://html.spec.whatwg.org/multipage/forms.html#attr-input-accept">accept</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/forms.html#the-input-element">input</a></code> now allows the values
15771577
<code>audio/*</code>, <code>video/*</code> and <code>image/*</code>.

Overview.src.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.bad { color: gray; }
1616
</style>
1717
<link class=not-whatwg rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
18-
<link class=not-w3c rel="stylesheet" href="//www.whatwg.org/style/specification">
18+
<link class=not-w3c rel="stylesheet" href="https://www.whatwg.org/style/specification">
1919
</head>
2020
<body>
2121
<!--
@@ -27,7 +27,7 @@
2727
-->
2828
<div class="head">
2929
<div class=not-whatwg><!--logo--></div>
30-
<p class=not-w3c><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="//resources.whatwg.org/logo-differences.svg" width="100"></a></p>
30+
<p class=not-w3c><a class="logo" href="https://www.whatwg.org/"><img alt="WHATWG" height="100" src="https://resources.whatwg.org/logo-differences.svg" width="100"></a></p>
3131

3232
<hgroup class=not-w3c>
3333
<h1>Differences from HTML4</h1>
@@ -43,7 +43,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 1 August 1986]</h
4343
<dt>This Version:</dt>
4444
<dd class="not-draft not-whatwg"><a href="[VERSION]">[VERSION]</a></dd>
4545
<dd class="not-tr not-whatwg"><a href="https://rawgit.com/whatwg/html-differences/master/Overview.html">https://rawgit.com/whatwg/html-differences/master/Overview.html</a>
46-
<dd class="not-w3c"><a href="//html-differences.whatwg.org/">https://html-differences.whatwg.org/</a>
46+
<dd class="not-w3c"><a href="https://html-differences.whatwg.org/">https://html-differences.whatwg.org/</a>
4747

4848
<dt class=not-draft>Latest Version:</dt>
4949
<dd class=not-draft><a href="[LATEST]">[LATEST]</a></dd>
@@ -53,13 +53,13 @@ <h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 1 August 1986]</h
5353

5454
<dt>Participate:</dt>
5555
<dd class=not-w3c>Send feedback to
56-
<a href="//www.whatwg.org/mailing-list">whatwg@whatwg.org</a>
57-
(<a href=//lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/>archives</a>)
56+
<a href="https://www.whatwg.org/mailing-list">whatwg@whatwg.org</a>
57+
(<a href=https://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/>archives</a>)
5858
<dd class="not-w3c"><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=WHATWG&component=HTML%20Differences">File a bug</a>
5959
(<a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=WHATWG&component=HTML%20Differences&amp;resolution=---">open bugs</a>)
6060
<dd class="not-whatwg"><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG&component=HTML5%20differences%20from%20HTML4">File a bug</a>
6161
(<a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=HTML%20WG&component=HTML5%20differences%20from%20HTML4&amp;resolution=---">open bugs</a>)
62-
<dd class=not-w3c><a href="//wiki.whatwg.org/wiki/IRC">IRC: #whatwg on Freenode</a>
62+
<dd class=not-w3c><a href="https://wiki.whatwg.org/wiki/IRC">IRC: #whatwg on Freenode</a>
6363

6464
<dt>Version History:
6565
<dd><a href="https://github.com/whatwg/html-differences/commits">https://github.com/whatwg/html-differences/commits</a>
@@ -94,7 +94,7 @@ <h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 1 August 1986]</h
9494

9595
<div class="not-whatwg"><!--copyright--></div>
9696

97-
<p class="copyright not-w3c"><a rel="license" href="//creativecommons.org/publicdomain/zero/1.0/"><img src="//i.creativecommons.org/p/zero/1.0/80x15.png" alt="CC0"></a>
97+
<p class="copyright not-w3c"><a rel="license" href="https://creativecommons.org/publicdomain/zero/1.0/"><img src="https://i.creativecommons.org/p/zero/1.0/80x15.png" alt="CC0"></a>
9898
To the extent possible under law, the editors have waived all copyright and
9999
related or neighboring rights to this work. In addition, as of
100100
[DATE: 01 Jan 1901], the editors have made this specification available
@@ -849,7 +849,7 @@ <h3 id="new-attributes">New Attributes</h3>
849849
title=event-media-play>play</code> event which is used by the API for the
850850
media elements (<code data-anolis-spec=html>video</code> and <code
851851
data-anolis-spec=html>audio</code>).
852-
The specification has an <a href="//html.spec.whatwg.org/multipage/indices.html#events-2">index of all events</a>.</p>
852+
The specification has an <a href="https://html.spec.whatwg.org/multipage/indices.html#events-2">index of all events</a>.</p>
853853

854854

855855
<h3 id="changed-elements">Changed Elements</h3>
@@ -1656,7 +1656,7 @@ <h3 id="changed-attributes">Changed Attributes</h3>
16561656
<ul>
16571657
<li><p>The <code data-anolis-spec=html title=attr-img-alt>alt</code> attribute on <code data-anolis-spec=html>img</code>
16581658
has more elaborate requirements, and in some cases can also be omitted.
1659-
For details, see <a href="//html.spec.whatwg.org/multipage/embedded-content.html#alt">the specification</a>.
1659+
For details, see <a href="https://html.spec.whatwg.org/multipage/embedded-content.html#alt">the specification</a>.
16601660

16611661
<li><p>The <code data-anolis-spec=html
16621662
title=attr-input-accept>accept</code> attribute on <code

Overview.whatwg.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.bad { color: gray; }
99
</style>
1010

11-
<link class="not-w3c" href="//www.whatwg.org/style/specification" rel="stylesheet">
11+
<link class="not-w3c" href="https://www.whatwg.org/style/specification" rel="stylesheet">
1212
</head>
1313
<body>
1414
<!--
@@ -20,19 +20,19 @@
2020
-->
2121
<div class="head">
2222

23-
<p class="not-w3c"><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="//resources.whatwg.org/logo-differences.svg" width="100"></a></p>
23+
<p class="not-w3c"><a class="logo" href="https://www.whatwg.org/"><img alt="WHATWG" height="100" src="https://resources.whatwg.org/logo-differences.svg" width="100"></a></p>
2424

2525
<hgroup class="not-w3c">
2626
<h1>Differences from HTML4</h1>
27-
<h2 class="no-num no-toc">Living Document — Last Updated 28 October 2014</h2>
27+
<h2 class="no-num no-toc">Living Document — Last Updated 31 October 2014</h2>
2828
</hgroup>
2929

3030

3131

3232
<dl>
3333
<dt>This Version:</dt>
3434

35-
<dd class="not-w3c"><a href="//html-differences.whatwg.org/">https://html-differences.whatwg.org/</a>
35+
<dd class="not-w3c"><a href="https://html-differences.whatwg.org/">https://html-differences.whatwg.org/</a>
3636

3737
</dd>
3838

@@ -42,11 +42,11 @@ <h2 class="no-num no-toc">Living Document — Last Updated 28 October 2014</h2>
4242

4343
<dt>Participate:</dt>
4444
<dd class="not-w3c">Send feedback to
45-
<a href="//www.whatwg.org/mailing-list">whatwg@whatwg.org</a>
46-
(<a href="//lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/">archives</a>)
45+
<a href="https://www.whatwg.org/mailing-list">whatwg@whatwg.org</a>
46+
(<a href="https://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/">archives</a>)
4747
<dd class="not-w3c"><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=WHATWG&amp;component=HTML%20Differences">File a bug</a>
4848
(<a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=WHATWG&amp;component=HTML%20Differences&amp;resolution=---">open bugs</a>)
49-
<dd class="not-w3c"><a href="//wiki.whatwg.org/wiki/IRC">IRC: #whatwg on Freenode</a>
49+
<dd class="not-w3c"><a href="https://wiki.whatwg.org/wiki/IRC">IRC: #whatwg on Freenode</a>
5050

5151
<dt>Version History:
5252
<dd><a href="https://github.com/whatwg/html-differences/commits">https://github.com/whatwg/html-differences/commits</a>
@@ -73,18 +73,18 @@ <h2 class="no-num no-toc">Living Document — Last Updated 28 October 2014</h2>
7373
(<a href="http://www.opera.com/">Opera Software ASA</a>)
7474
&lt;<a href="mailto:simonp@opera.com">simonp@opera.com</a>&gt;</dd>
7575
<dt>Previous Editor:</dt>
76-
<dd><a href="//annevankesteren.nl/">Anne van Kesteren</a>
76+
<dd><a href="https://annevankesteren.nl/">Anne van Kesteren</a>
7777
&lt;<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</a>&gt;</dd>
7878
</dl>
7979

8080
<script async="" class="not-tr" src="//resources.whatwg.org/file-bug.js"></script>
8181

8282

8383

84-
<p class="copyright not-w3c"><a href="//creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="//i.creativecommons.org/p/zero/1.0/80x15.png"></a>
84+
<p class="copyright not-w3c"><a href="https://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="https://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
8585
To the extent possible under law, the editors have waived all copyright and
8686
related or neighboring rights to this work. In addition, as of
87-
28 October 2014, the editors have made this specification available
87+
31 October 2014, the editors have made this specification available
8888
under the
8989
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
9090
which is available at
@@ -811,7 +811,7 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
811811
instance, the <code class="external" title="handler-onplay"><a href="https://html.spec.whatwg.org/multipage/webappapis.html#handler-onplay">onplay</a></code>
812812
event handler attribute for the <code class="external" title="event-media-play"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#event-media-play">play</a></code> event which is used by the API for the
813813
media elements (<code class="external"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-video-element">video</a></code> and <code class="external"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-audio-element">audio</a></code>).
814-
The specification has an <a href="//html.spec.whatwg.org/multipage/indices.html#events-2">index of all events</a>.</p>
814+
The specification has an <a href="https://html.spec.whatwg.org/multipage/indices.html#events-2">index of all events</a>.</p>
815815

816816

817817
<h3 id="changed-elements"><span class="secno">3.3 </span>Changed Elements</h3>
@@ -1615,7 +1615,7 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
16151615
<ul>
16161616
<li><p>The <code class="external" title="attr-img-alt"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-alt">alt</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element">img</a></code>
16171617
has more elaborate requirements, and in some cases can also be omitted.
1618-
For details, see <a href="//html.spec.whatwg.org/multipage/embedded-content.html#alt">the specification</a>.
1618+
For details, see <a href="https://html.spec.whatwg.org/multipage/embedded-content.html#alt">the specification</a>.
16191619

16201620
<li><p>The <code class="external" title="attr-input-accept"><a href="https://html.spec.whatwg.org/multipage/forms.html#attr-input-accept">accept</a></code> attribute on <code class="external"><a href="https://html.spec.whatwg.org/multipage/forms.html#the-input-element">input</a></code> now allows the values
16211621
<code>audio/*</code>, <code>video/*</code> and <code>image/*</code>.

TR.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
* isindex-2 -> isindex-0
2929
* colour -> color
3030
* http://www.w3.org/html/wg/drafts/html/CR/ -> http://www.w3.org/TR/2014/REC-html5-20141028/
31+
* //html.spec.whatwg.org/multipage/embedded-content.html#alt -> http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#alt
32+
* //html.spec.whatwg.org/multipage/embedded-content.html#events-2 -> http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#events-0
3133
3234
-->
3335
<div class="head">
@@ -777,7 +779,7 @@ <h3 id="new-attributes"><span class="secno">3.2 </span>New Attributes</h3>
777779
instance, the <code class="external" title="handler-onplay"><a href="http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#handler-onplay">onplay</a></code>
778780
event handler attribute for the <code class="external" title="event-media-play"><a href="http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#event-media-play">play</a></code> event which is used by the API for the
779781
media elements (<code class="external"><a href="http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#the-video-element">video</a></code> and <code class="external"><a href="http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#the-audio-element">audio</a></code>).
780-
The specification has an <a href="//html.spec.whatwg.org/multipage/indices.html#events-2">index of all events</a>.</p>
782+
The specification has an <a href="http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#events-0">index of all events</a>.</p>
781783

782784

783785
<h3 id="changed-elements"><span class="secno">3.3 </span>Changed Elements</h3>
@@ -1577,7 +1579,7 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
15771579
<ul>
15781580
<li><p>The <code class="external" title="attr-img-alt"><a href="http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#attr-img-alt">alt</a></code> attribute on <code class="external"><a href="http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#the-img-element">img</a></code>
15791581
has more elaborate requirements, and in some cases can also be omitted.
1580-
For details, see <a href="//html.spec.whatwg.org/multipage/embedded-content.html#alt">the specification</a>.
1582+
For details, see <a href="http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#alt">the specification</a>.
15811583

15821584
<li><p>The <code class="external" title="attr-input-accept"><a href="http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#attr-input-accept">accept</a></code> attribute on <code class="external"><a href="http://www.w3.org/TR/2014/REC-html5-20141028/single-page.html#the-input-element">input</a></code> now allows the values
15831585
<code>audio/*</code>, <code>video/*</code> and <code>image/*</code>.

0 commit comments

Comments
 (0)