Skip to content

Commit 50e0519

Browse files
committed
fix minor typos on URLs
1 parent 87108b1 commit 50e0519

File tree

2 files changed

+59
-56
lines changed

2 files changed

+59
-56
lines changed

releases/wd2/Overview.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@
894894
"date": "1 October 2012"
895895
},
896896
"WEBAPPSEC": {
897-
"href": "https://w3c.github.io/webappsec/specs/powerfulfeatures",
897+
"href": "https://w3c.github.io/webappsec/specs/powerfulfeatures/",
898898
"title": "Secure Contexts",
899899
"publisher": "W3C",
900900
"date": "17 July 2015"
@@ -1694,7 +1694,7 @@ <h2 id="x1-introduction"><span class="secno">1.</span>
16941694
<p>For an introduction on how scripts could be used in <a href=
16951695
"#dfn-web-of-things" class="internalDFN" data-link-type=
16961696
"dfn">Web of Things</a>, check the <a href=
1697-
"https://w3c.github.io/wot-scripting-api/primer">Primer</a>
1697+
"https://w3c.github.io/wot-scripting-api/primer/">Primer</a>
16981698
document. For some background on API design decisions check the
16991699
<a href=
17001700
"https://w3c.github.io/wot-scripting-api/rationale">Rationale</a>
@@ -4540,15 +4540,15 @@ <h2 id="x9-terminology-and-conventions"><span class=
45404540
[<cite><a class="bibref" href=
45414541
"#bib-ECMASCRIPT">ECMASCRIPT</a></cite>].</p>
45424542
<p><a href=
4543-
"http://heycam.github.io/webidl/#idl-DOMString"><dfn data-dfn-type="dfn"
4543+
"https://heycam.github.io/webidl/#idl-DOMString"><dfn data-dfn-type="dfn"
45444544
id="dfn-domstring">DOMString</dfn></a>, <a href=
45454545
"https://heycam.github.io/webidl/#idl-USVString"><dfn data-dfn-type="dfn"
45464546
id="dfn-usvstring">USVString</dfn></a>, <a href=
4547-
"http://heycam.github.io/webidl/#idl-ArrayBuffer"><dfn data-dfn-type="dfn"
4547+
"https://heycam.github.io/webidl/#idl-ArrayBuffer"><dfn data-dfn-type="dfn"
45484548
id="dfn-arraybuffer">ArrayBuffer</dfn></a>, <a href=
4549-
"http://heycam.github.io/webidl/#common-BufferSource"><dfn data-dfn-type="dfn"
4549+
"https://heycam.github.io/webidl/#common-BufferSource"><dfn data-dfn-type="dfn"
45504550
id="dfn-buffersource">BufferSource</dfn></a> and <a href=
4551-
"http://heycam.github.io/webidl/#idl-any"><dfn data-dfn-type=
4551+
"https://heycam.github.io/webidl/#idl-any"><dfn data-dfn-type=
45524552
"dfn" id="dfn-any-0">any</dfn></a> are defined in
45534553
[<cite><a class="bibref" href=
45544554
"#bib-WEBIDL">WEBIDL</a></cite>].</p>
@@ -4561,7 +4561,7 @@ <h2 id="x9-terminology-and-conventions"><span class=
45614561
"#bib-ENCODING">ENCODING</a></cite>].</p>
45624562
<p><dfn data-dfn-type="dfn" id="dfn-iana-media-type">IANA media
45634563
type</dfn>s (formerly known as MIME types) are defined in
4564-
<a href="http://tools.ietf.org/html/rfc2046">RFC2046</a>.</p>
4564+
<a href="https://tools.ietf.org/html/rfc2046">RFC2046</a>.</p>
45654565
<p>The terms <dfn data-dfn-type="dfn" id=
45664566
"dfn-hyperlink-reference">hyperlink reference</dfn> and
45674567
<dfn data-dfn-type="dfn" id="dfn-relation-type">relation
@@ -4760,10 +4760,10 @@ <h3 id="d-1-normative-references"><span class=
47604760
<dt id="bib-WEBAPPSEC">[WEBAPPSEC]</dt>
47614761
<dd>
47624762
<a href=
4763-
"https://w3c.github.io/webappsec/specs/powerfulfeatures"><cite>
4763+
"https://w3c.github.io/webappsec/specs/powerfulfeatures/"><cite>
47644764
Secure Contexts</cite></a>. W3C. 17 July 2015. URL:
47654765
<a href=
4766-
"https://w3c.github.io/webappsec/specs/powerfulfeatures">https://w3c.github.io/webappsec/specs/powerfulfeatures</a>
4766+
"https://w3c.github.io/webappsec/specs/powerfulfeatures/">https://w3c.github.io/webappsec/specs/powerfulfeatures/</a>
47674767
</dd>
47684768
<dt id="bib-WEBIDL">[WEBIDL]</dt>
47694769
<dd>

releases/wd2/diff.html

+50-47
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@
909909
"date": "1 October 2012"
910910
},
911911
"WEBAPPSEC": {
912-
"href": "https://w3c.github.io/webappsec/specs/powerfulfeatures",
912+
"href": "https://w3c.github.io/webappsec/specs/powerfulfeatures/",
913913
"title": "Secure Contexts",
914914
"publisher": "W3C",
915915
"date": "17 July 2015"
@@ -3247,7 +3247,7 @@ <h2 id="x1-introduction">
32473247
</a>,
32483248
check
32493249
the
3250-
<a href= "https://w3c.github.io/wot-scripting-api/primer">
3250+
<a href= "https://w3c.github.io/wot-scripting-api/primer/">
32513251
Primer
32523252
</a>
32533253
document.
@@ -4106,9 +4106,7 @@ <h3 id="x2-3-exposing-a-thing">
41064106
return
41074107
the
41084108
result;
4109-
</ins>
4110-
</li>
4111-
</ul>
4109+
</ins></li></ul>
41124110
</li>
41134111
</ul>
41144112
</section>
@@ -7545,9 +7543,7 @@ <h3 id="x4-7-the-onevent-method">
75457543
.
75467544
4.9.1.1
75477545
The
7548-
</del>
7549-
<code>
7550-
<del class="diff-old">PropertyChangeEventInit
7546+
PropertyChangeEventInit
75517547
dictionary
75527548
&lt;span class="idlDictionary" id=
75537549
"idl-def-propertychangeeventinit" data-idl="" data-title=
@@ -7579,7 +7575,9 @@ <h3 id="x4-7-the-onevent-method">
75797575
Property
75807576
name.
75817577
The
7582-
value
7578+
</del>
7579+
<code>
7580+
<del class="diff-old">value
75837581
</del>
75847582
<ins class="diff-chg">subscribe()
75857583
</ins>
@@ -8718,31 +8716,33 @@ <h2 id="x5-the-exposedthing-interface">
87188716
"idlCallbackID"><a data-no-default="" data-link-for="" data-lt=""
87198717
href="#dom-propertywritehandler" class="internalDFN"
87208718
data-link-type="dfn"><code>PropertyWriteHandler</code></a></span> = <span class="idlCallbackType"><a href="https://heycam.github.io/webidl/#idl-promise">Promise</a>&lt;void&gt;</span> (<span class="idlParam"><span class="idlParamType"><a href="https://heycam.github.io/webidl/#idl-any">any</a></span> <span class="idlParamName">value</span></span>);</span>
8721-
</ins>
8722-
<span class="idlCallback" id="idl-def-actionhandler" data-idl=""
8723-
<ins class="diff-new">data-title="ActionHandler">callback <span class=
8719+
</ins><span class="idlCallback" id="idl-def-actionhandler" data-idl=""<ins class="diff-chg">
8720+
data-title="ActionHandler">callback <span class=
87248721
"idlCallbackID"><a data-no-default="" data-link-for="" data-lt=""
87258722
href="#dom-actionhandler" class="internalDFN" data-link-type=
87268723
"dfn"><code>ActionHandler</code></a></span> = <span class=
87278724
"idlCallbackType"><a href=
87288725
"https://heycam.github.io/webidl/#idl-promise">
87298726
Promise
8730-
</ins>
8731-
</a>
8732-
<del class="diff-old">;
8733-
</del>
8734-
<ins class="diff-chg">&lt;
8727+
</ins></a><ins class="diff-chg">
8728+
&lt;
87358729
</ins><a<ins class="diff-chg">
87368730
href="https://heycam.github.io/webidl/#idl-any">
87378731
any
87388732
</ins></a><ins class="diff-chg">
87398733
&gt;
87408734
</ins></span><ins class="diff-chg">
87418735
(
8742-
</ins><span class="idlParam"><span class="idlParamType"><a href="https://heycam.github.io/webidl/#idl-any"><ins class="diff-chg">
8743-
any
8744-
</ins></a></span><span class="idlParamName"><ins class="diff-chg">
8745-
parameters
8736+
</ins><span class="idlParam"><span class="idlParamType">
8737+
<a href="https://heycam.github.io/webidl/#idl-any">
8738+
<ins class="diff-new">any
8739+
</ins>
8740+
</a>
8741+
<del class="diff-old">;
8742+
</del>
8743+
</span>
8744+
<span class="idlParamName">
8745+
<ins class="diff-chg">parameters
87468746
</ins></span></span><ins class="diff-chg">
87478747
);
87488748
</ins>
@@ -11739,27 +11739,26 @@ <h3 id="x5-18-the-setactionhandler-method">
1173911739
will
1174011740
receive
1174111741
a
11742-
</ins>
11743-
<code>
11744-
<ins class="diff-new">parameters
11745-
</ins></code><ins class="diff-new">
11742+
</ins><code><ins class="diff-chg">
11743+
parameters
11744+
</ins></code><ins class="diff-chg">
1174611745
dictionary
1174711746
argument.
11748-
</ins></p><p><ins class="diff-new">
11747+
</ins></p><p><ins class="diff-chg">
1174911748
There
11750-
</ins><em class="rfc2119" title="SHOULD"><ins class="diff-new">
11749+
</ins><em class="rfc2119" title="SHOULD"><ins class="diff-chg">
1175111750
SHOULD
11752-
</ins></em><ins class="diff-new">
11751+
</ins></em><ins class="diff-chg">
1175311752
be
1175411753
exactly
1175511754
one
1175611755
handler
1175711756
for
1175811757
any
1175911758
given
11760-
</ins><a href="#dfn-actions" class= "internalDFN" data-link-type="dfn"><ins class="diff-new">
11759+
</ins><a href="#dfn-actions" class= "internalDFN" data-link-type="dfn"><ins class="diff-chg">
1176111760
Action
11762-
</ins></a>.<ins class="diff-new">
11761+
</ins></a>.<ins class="diff-chg">
1176311762
If
1176411763
no
1176511764
handler
@@ -11768,13 +11767,13 @@ <h3 id="x5-18-the-setactionhandler-method">
1176811767
for
1176911768
any
1177011769
given
11771-
</ins><a href="#dfn-actions" class= "internalDFN" data-link-type="dfn"><ins class="diff-new">
11770+
</ins><a href="#dfn-actions" class= "internalDFN" data-link-type="dfn"><ins class="diff-chg">
1177211771
Action
11773-
</ins></a>,<ins class="diff-new">
11772+
</ins></a>,<ins class="diff-chg">
1177411773
implementations
11775-
</ins><em class="rfc2119" title="SHOULD"><ins class="diff-new">
11774+
</ins><em class="rfc2119" title="SHOULD"><ins class="diff-chg">
1177611775
SHOULD
11777-
</ins></em><ins class="diff-new">
11776+
</ins></em><ins class="diff-chg">
1177811777
return
1177911778
error
1178011779
if
@@ -11785,15 +11784,16 @@ <h3 id="x5-18-the-setactionhandler-method">
1178511784
by
1178611785
any
1178711786
client.
11788-
</ins></p></section><section id="examples-1"><h3 id="x5-19-examples">
11789-
<span class="secno">
11790-
<ins class="diff-chg">5.19
11787+
</ins></p></section><section id="examples-1"><h3 id="x5-19-examples"><span class="secno"><ins class="diff-chg">
11788+
5.19
1179111789
</ins></span><ins class="diff-chg">
1179211790
Examples
1179311791
</ins></h3><p><ins class="diff-chg">
1179411792
Below
1179511793
some
11796-
</ins><code><a href="#dom-exposedthing" class="internalDFN" data-link-type="dfn">
11794+
</ins>
11795+
<code>
11796+
<a href="#dom-exposedthing" class="internalDFN" data-link-type="dfn">
1179711797
<code>
1179811798
<del class="diff-old">Request
1179911799
</del>
@@ -14012,8 +14012,8 @@ <h2 id="x9-terminology-and-conventions">
1401214012
].
1401314013
</p>
1401414014
<p>
14015-
<a href= "http://heycam.github.io/webidl/#idl-DOMString">
14016-
<dfn data-dfn-type= "dfn" id="dfn-domstring">
14015+
<a href= "https://heycam.github.io/webidl/#idl-DOMString">
14016+
<dfn data-dfn-type="dfn" id="dfn-domstring">
1401714017
DOMString
1401814018
</dfn>
1401914019
</a>,
@@ -14022,18 +14022,18 @@ <h2 id="x9-terminology-and-conventions">
1402214022
USVString
1402314023
</dfn>
1402414024
</a>,
14025-
<a href= "http://heycam.github.io/webidl/#idl-ArrayBuffer">
14025+
<a href= "https://heycam.github.io/webidl/#idl-ArrayBuffer">
1402614026
<dfn data-dfn-type="dfn" id="dfn-arraybuffer">
1402714027
ArrayBuffer
1402814028
</dfn>
1402914029
</a>,
14030-
<a href= "http://heycam.github.io/webidl/#common-BufferSource">
14030+
<a href= "https://heycam.github.io/webidl/#common-BufferSource">
1403114031
<dfn data-dfn-type="dfn" id="dfn-buffersource">
1403214032
BufferSource
1403314033
</dfn>
1403414034
</a>
1403514035
and
14036-
<a href= "http://heycam.github.io/webidl/#idl-any">
14036+
<a href= "https://heycam.github.io/webidl/#idl-any">
1403714037
<dfn data-dfn-type="dfn" id="dfn-any-0">
1403814038
any
1403914039
</dfn>
@@ -14144,7 +14144,7 @@ <h2 id="x9-terminology-and-conventions">
1414414144
are
1414514145
defined
1414614146
in
14147-
<a href= "http://tools.ietf.org/html/rfc2046">
14147+
<a href= "https://tools.ietf.org/html/rfc2046">
1414814148
RFC2046
1414914149
</a>.
1415014150
</p>
@@ -14956,7 +14956,7 @@ <h3 id="d-1-normative-references">
1495614956
[WEBAPPSEC]
1495714957
</dt>
1495814958
<dd>
14959-
<a href= "https://w3c.github.io/webappsec/specs/powerfulfeatures">
14959+
<a href= "https://w3c.github.io/webappsec/specs/powerfulfeatures/">
1496014960
<cite>
1496114961
Secure
1496214962
Contexts
@@ -14967,8 +14967,11 @@ <h3 id="d-1-normative-references">
1496714967
July
1496814968
2015.
1496914969
URL:
14970-
<a href= "https://w3c.github.io/webappsec/specs/powerfulfeatures">
14971-
https://w3c.github.io/webappsec/specs/powerfulfeatures
14970+
<del class="diff-old">https://w3c.github.io/webappsec/specs/powerfulfeatures
14971+
</del>
14972+
<a href= "https://w3c.github.io/webappsec/specs/powerfulfeatures/">
14973+
<ins class="diff-chg">https://w3c.github.io/webappsec/specs/powerfulfeatures/
14974+
</ins>
1497214975
</a>
1497314976
</dd>
1497414977
<dt id="bib-WEBIDL">

0 commit comments

Comments
 (0)