-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's "Ecma International", but it's not "EcmaScript".
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Level: none | |
URL: https://common-min-api.proposal.wintercg.org/ | ||
Repository: https://github.com/wintercg/proposal-common-minimum-api | ||
Editor: James M Snell, Cloudflare https://cloudflare.com/, [email protected] | ||
Abstract: Minimum Common Web Platform API for Non-Browser EcmaScript-based runtimes. | ||
Abstract: Minimum Common Web Platform API for Non-Browser ECMAScript-based runtimes. | ||
Markup Shorthands: markdown yes | ||
</pre> | ||
<pre class=link-defaults> | ||
|
@@ -27,7 +27,7 @@ Terminology {#terminology} | |
|
||
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. | ||
|
||
A <dfn>Web-interoperable Runtime</dfn> is any EcmaScript-based application runtime environment that implements the subset of Web Platform APIs outlined in this specification. | ||
A <dfn>Web-interoperable Runtime</dfn> is any ECMAScript-based application runtime environment that implements the subset of Web Platform APIs outlined in this specification. | ||
While this term is intentionally broad to also encompass Web Browsers, the primary focus here is on outlining expectations for non-browser runtimes. | ||
|
||
Common API Index {#index} | ||
|