Skip to content

Commit 059010b

Browse files
authored
modify terms and definitions to align with Ecma style (#111)
1 parent a7d7c94 commit 059010b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,19 @@ The following documents are referred to in the text in such a way that some or a
7575
Terms and definitions {#terminology}
7676
====================================
7777

78+
For the purposes of this document, the terms and definitions given in ECMA-262, Compression Standard, Console Standard, DOM Standard, Encoding Standard, Fetch Standard, File API, High-Resolution Time, HTML Standard, Streams Standard, URL Standard, URL Pattern Standard, WebAssembly JavaScript Interface, WebAssembly Web API, W3C Web Cryptography Level 2, and the following apply. Externally-defined terms are mapped to source in Annex A.
79+
7880
<dfn>Web Platform</dfn> {#term-web-platform}
7981
--------------------------------------------
8082

81-
The Web Platform is the combination of technology standards defined by organizations such as the W3C, the WHATWG, and others as implemented by Web Browsers.
83+
the combination of technology standards defined by organizations such as the W3C, the WHATWG, and others as implemented by Web Browsers
8284

8385
<dfn>Web-interoperable Runtime</dfn> {#term-web-interoperable-runtime}
8486
----------------------------------------------------------------------
8587

86-
Any ECMAScript-based runtime environment that implements this Standard. Web Browsers are Web-interoperable Runtimes.
88+
ECMAScript-based runtime environment that implements this Standard
8789

90+
Note: Web Browsers are Web-interoperable Runtimes.<br>
8891
The term "Web-interoperable Runtime" is intentionally broad. The primary focus of this Standard is web server runtimes.
8992

9093
Common API Index {#api-index}

0 commit comments

Comments
 (0)