Skip to content

Commit 405a49c

Browse files
Resseguiezcorpan
authored andcommitted
Editorial: Use consistent spacing for "Web IDL"
Common usage does not include space, but the Web IDL specification itself does, so that seems most appropriate here. Fixes #1023. PR: #1424
1 parent d013cd1 commit 405a49c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
Web platform specification stack relative to other specifications can be best summed up as
414414
follows:</p>
415415

416-
<svg viewBox="0 0 398 359" width=398 height=359 role=img aria-label="It consists of everything else, above such core technologies as HTTP, TLS, MQ, DOM, Unicode, WebIDL, MIME, URL, XML, JavaScript, and Encodings; below presentation-layer technologies like CSS, SVG, MathML, and NPAPI; and to the side of technologies like Geo, Fetch, CSP, JPEG, GIF, and PNG." id="abstractimg">
416+
<svg viewBox="0 0 398 359" width=398 height=359 role=img aria-label="It consists of everything else, above such core technologies as HTTP, TLS, MQ, DOM, Unicode, Web IDL, MIME, URL, XML, JavaScript, and Encodings; below presentation-layer technologies like CSS, SVG, MathML, and NPAPI; and to the side of technologies like Geo, Fetch, CSP, JPEG, GIF, and PNG." id="abstractimg">
417417
<style>
418418
@media (max-width: 767px) {
419419
#abstractimg { width: 100%; }
@@ -434,7 +434,7 @@
434434
<image x=72 y=85 width=326 height=177 xlink:href="images/abstract.jpeg"/>
435435
<text x=130 y=250 class=right>THIS SPECIFICATION</text>
436436
<rect width=398 height=92 y=267 />
437-
<text x=15 y=300 class=bottom>HTTP TLS MQ DOM Unicode WebIDL</text>
437+
<text x=15 y=300 class=bottom>HTTP TLS MQ DOM Unicode Web IDL</text>
438438
<text x=18 y=330 class=bottom>MIME URL XML JavaScript Encodings</text>
439439
</svg>
440440

@@ -2899,7 +2899,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
28992899
<li><dfn data-x-href="https://heycam.github.io/webidl/#dfn-frozen-array-type">frozen array</dfn>
29002900
<li><dfn data-x="dfn-read-only-array">read only</dfn> (when applied to arrays)
29012901
<li><dfn data-x="dfn-callback-this-value" data-x-href="https://heycam.github.io/webidl/#dfn-callback-this-value">callback this value</dfn>
2902-
<li><dfn data-x="concept-idl-convert" data-x-href="https://heycam.github.io/webidl/#es-type-mapping">converting</dfn> between WebIDL types and JS types
2902+
<li><dfn data-x="concept-idl-convert" data-x-href="https://heycam.github.io/webidl/#es-type-mapping">converting</dfn> between Web IDL types and JS types
29032903
<li><dfn data-x="es-invoking-callback-functions" data-x-href="https://heycam.github.io/webidl/#es-invoking-callback-functions">invoke the Web IDL callback function</dfn>
29042904
</ul>
29052905

@@ -2927,9 +2927,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
29272927

29282928
<p>The term <dfn data-noexport=""
29292929
data-x-href="https://heycam.github.io/webidl/#dfn-throw">throw</dfn> in this specification is
2930-
used as defined in the WebIDL specification. The <dfn
2930+
used as defined in the Web IDL specification. The <dfn
29312931
data-x-href="https://heycam.github.io/webidl/#dfn-DOMException"><code>DOMException</code></dfn> type and the
2932-
following exception names are defined by WebIDL and used by this specification:</p>
2932+
following exception names are defined by Web IDL and used by this specification:</p>
29332933

29342934
<ul class="brief">
29352935
<li><dfn data-noexport="" data-x-href="https://heycam.github.io/webidl/#indexsizeerror">"<code>IndexSizeError</code>"</dfn></li>
@@ -118844,6 +118844,7 @@ INSERT INTERFACES HERE
118844118844
David Kendal,
118845118845
David Matja,
118846118846
David Remahl,
118847+
David Resseguie,
118847118848
David Smith,
118848118849
David Vest,
118849118850
David Woolley,

0 commit comments

Comments
 (0)