From 5ef82922cf0522560e0aa77452c2ec302d4f63b4 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Fri, 12 Jun 2015 18:38:16 +0200 Subject: Fix capitalization correctly, per APA --- HighLevelGoals.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'HighLevelGoals.md') diff --git a/HighLevelGoals.md b/HighLevelGoals.md index dafc05b..608960d 100644 --- a/HighLevelGoals.md +++ b/HighLevelGoals.md @@ -7,27 +7,27 @@ [mobile](http://en.wikipedia.org/wiki/Mobile_device) and [IoT](http://en.wikipedia.org/wiki/Internet_of_Things). 2. Specify and implement incrementally: - * A [Minimum Viable Product (MVP)](MVP.md) for the standard with + * a [Minimum Viable Product (MVP)](MVP.md) for the standard with roughly the same functionality as [asm.js](http://asmjs.org); - * An effective and efficient [polyfill](Polyfill.md) library for the + * an effective and efficient [polyfill](Polyfill.md) library for the MVP that translates WebAssembly code into JavaScript in the client so that WebAssembly MVP can run on existing browsers; - * A [follow-up to the MVP](PostMVP.md) which adds several more + * a [follow-up to the MVP](PostMVP.md) which adds several more essential features; and - * [Additional features](FutureFeatures.md), specified iteratively and + * [additional features](FutureFeatures.md), specified iteratively and prioritized by feedback and experience, including support for languages other than C/C++. 3. Design to execute within and integrate well with the *existing* [Web platform](Web.md): - * Maintain the versionless, [feature-tested](FeatureTest.md) and + * maintain the versionless, [feature-tested](FeatureTest.md) and [backwards-compatible](BinaryEncoding.md#backwards-compatibility) evolution story of the Web; - * Execute in the same semantic universe as JavaScript; - * Allow synchronous calls to and from JavaScript; - * Enforce the same-origin and permissions security policies; - * Access browser functionality through the same Web APIs that are accessible + * mxecute in the same semantic universe as JavaScript; + * allow synchronous calls to and from JavaScript; + * enforce the same-origin and permissions security policies; + * access browser functionality through the same Web APIs that are accessible to JavaScript; and - * Define a human-editable text format that is convertible to and from the + * define a human-editable text format that is convertible to and from the binary format, supporting View Source functionality. 4. Design to support [non-browser embeddings](NonWeb.md) as well. 5. Make a great platform: -- cgit v1.2.3