aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-06-12 18:38:16 +0200
committerJF Bastien <github@jfbastien.com>2015-06-12 18:38:16 +0200
commit5ef82922cf0522560e0aa77452c2ec302d4f63b4 (patch)
tree5d94988c3a33f4a20f88a9aa621eb6bfa76bc6c7 /HighLevelGoals.md
parent233235a152f6101b92665626117ac9646c42df71 (diff)
downloadnanowasm-design-5ef82922cf0522560e0aa77452c2ec302d4f63b4.tar.gz
Fix capitalization correctly, per APA
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md20
1 files changed, 10 insertions, 10 deletions
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: