You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/06/12 19:50:38 UTC

[03/46] docs commit: more stubs

more stubs


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/b151e34c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/b151e34c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/b151e34c

Branch: refs/heads/master
Commit: b151e34c5d00f998bfd5bdc446ca0bcb25dc89b8
Parents: d33b887
Author: Mike Sierra <le...@gmail.com>
Authored: Fri Apr 26 10:20:55 2013 -0400
Committer: Mike Sierra <le...@gmail.com>
Committed: Fri Apr 26 10:20:55 2013 -0400

----------------------------------------------------------------------
 docs/en/edge/guide/overview/apis.md      |  25 +++
 docs/en/edge/guide/overview/index.md     |  29 +++
 docs/en/edge/guide/overview/support.html | 302 ++++++++++++++++++++++++++
 docs/en/edge/guide/overview/support.md   | 302 ++++++++++++++++++++++++++
 4 files changed, 658 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b151e34c/docs/en/edge/guide/overview/apis.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/overview/apis.md b/docs/en/edge/guide/overview/apis.md
new file mode 100644
index 0000000..a2c5d89
--- /dev/null
+++ b/docs/en/edge/guide/overview/apis.md
@@ -0,0 +1,25 @@
+---
+license: Licensed to the Apache Software Foundation (ASF) under one
+         or more contributor license agreements.  See the NOTICE file
+         distributed with this work for additional information
+         regarding copyright ownership.  The ASF licenses this file
+         to you under the Apache License, Version 2.0 (the
+         "License"); you may not use this file except in compliance
+         with the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+         Unless required by applicable law or agreed to in writing,
+         software distributed under the License is distributed on an
+         "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+         KIND, either express or implied.  See the License for the
+         specific language governing permissions and limitations
+         under the License.
+---
+
+API Primer
+==========
+
+This section introduces the Cordova APIs and shows how you might use
+them in your application.
+

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b151e34c/docs/en/edge/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/overview/index.md b/docs/en/edge/guide/overview/index.md
index bc10128..a17439b 100644
--- a/docs/en/edge/guide/overview/index.md
+++ b/docs/en/edge/guide/overview/index.md
@@ -20,3 +20,32 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 Overview
 ========
 
+Cordova is an open-source mobile development framework. It allows you
+to use standard web technologies such as HTML5, CSS3, and JavaScript
+for cross-platform development, avoiding each mobile platforms' native
+development language.  Applications execute as a WebView within a
+native wrapper, and rely on standards-compliant Cordova API bindings
+to access the device's sensors, data, and network status.
+
+Cordova also offers features
+
+PhoneGap is a product offering that relies on the Cordova framework.
+Its PhoneGap Build service provides a way to build applications
+remotely without having to run local tools.
+
+Use Cordova if you are:
+
+* a mobile developer and want to extend an application across more
+  than one platform, without having to re-implement it with each
+  platform's language and tool set.
+
+* a web developer and want to deploy a web app that's packaged for
+  distribution in app store portals.
+
+* a developer who wants to blend
+
+
+How Do You Use It?
+---------------------
+
+There are several ways to build

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b151e34c/docs/en/edge/guide/overview/support.html
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/overview/support.html b/docs/en/edge/guide/overview/support.html
new file mode 100644
index 0000000..3dd6c5c
--- /dev/null
+++ b/docs/en/edge/guide/overview/support.html
@@ -0,0 +1,302 @@
+<style>
+[data-support=y] { background-color: lightgreen }
+[data-support=p] { background-color: gold }
+[data-support=n] { background-color: pink }
+[data-support=u] { background-color: #ddd }
+</style>
+
+<table width="100%">
+    <tr>
+        <th></th>
+        <th>Android</th>
+        <th>Blackberry</th>
+        <th>iOS</th>
+        <th>Symbian</th>
+        <th>WebOS</th>
+        <th>Windows<br/>Phone 7</th>
+        <th>Windows<br/>Phone 8</th>
+        <th>Windows<br/>8</th>
+        <th>Bada</th>
+        <th>Tizen</th>
+    </tr>
+
+    <tr>
+        <th>Accelerometer</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004; (5.x+)</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Camera</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004; (5.x+)</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="p">&#10013;</th>
+    </tr>
+
+    <tr>
+        <th>Capture</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Compass</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="n">&#10008;</th>
+        <th class="ios" data-support="y">&#10004; (3GS+)</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Connection</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Contacts</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="n">&#10008;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Device</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Events</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>File</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="n">&#10008;</th>
+        <th class="webos" data-support="n">&#10008;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="n">&#10008;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Geolocation</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Globalization</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>InAppBrowser</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Media</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="n">&#10008;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="n">&#10008;</th>
+        <th class="webos" data-support="n">&#10008;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="n">&#10008;</th>
+        <th class="tizen" data-support="p">&#10013;</th>
+    </tr>
+
+    <tr>
+        <th>Notification</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Splashscreen</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Storage</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004; (5.x+)</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="n">&#10008;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th colspan="20">Other Features</th>
+    </tr>
+    <tr>
+        <th>Command-line<br/>Interface</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="u">&#10013;</th>
+        <th class="webos" data-support="u">&#10013;</th>
+        <th class="winphone7" data-support="u">&#10013;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="u">&#10013;</th>
+        <th class="bada" data-support="u">&#10013;</th>
+        <th class="tizen" data-support="u">&#10013;</th>
+    </tr>
+    <tr>
+        <th>PhoneGap<br/>Build</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="u">&#10013;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="u">&#10013;</th>
+        <th class="bada" data-support="u">&#10013;</th>
+        <th class="tizen" data-support="u">&#10013;</th>
+    </tr>
+    <tr>
+        <th>Embedded<br/>WebView</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="u">&#10013;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="u">&#10013;</th>
+        <th class="webos" data-support="u">&#10013;</th>
+        <th class="winphone7" data-support="u">&#10013;</th>
+        <th class="winphone8" data-support="u">&#10013;</th>
+        <th class="win8" data-support="u">&#10013;</th>
+        <th class="bada" data-support="u">&#10013;</th>
+        <th class="tizen" data-support="u">&#10013;</th>
+    </tr>
+    <tr>
+        <th>Plug-in<br/>Interface</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="u">&#10013;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="u">&#10013;</th>
+        <th class="winphone8" data-support="u">&#10013;</th>
+        <th class="win8" data-support="u">&#10013;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+</table>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b151e34c/docs/en/edge/guide/overview/support.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/overview/support.md b/docs/en/edge/guide/overview/support.md
index 3ea9cf5..b5dfa72 100644
--- a/docs/en/edge/guide/overview/support.md
+++ b/docs/en/edge/guide/overview/support.md
@@ -20,3 +20,305 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 Supported Features
 ==================
 
+<style>
+[data-support=y] { background-color: lightgreen }
+[data-support=p] { background-color: gold }
+[data-support=n] { background-color: pink }
+[data-support=u] { background-color: #ddd }
+</style>
+
+<table width="100%">
+    <tr>
+        <th></th>
+        <th>Android</th>
+        <th>Blackberry</th>
+        <th>iOS</th>
+        <th>Symbian</th>
+        <th>WebOS</th>
+        <th>Windows<br/>Phone 7</th>
+        <th>Windows<br/>Phone 8</th>
+        <th>Windows<br/>8</th>
+        <th>Bada</th>
+        <th>Tizen</th>
+    </tr>
+
+    <tr>
+        <th>Accelerometer</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004; (5.x+)</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Camera</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004; (5.x+)</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="p">&#10013;</th>
+    </tr>
+
+    <tr>
+        <th>Capture</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Compass</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="n">&#10008;</th>
+        <th class="ios" data-support="y">&#10004; (3GS+)</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Connection</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Contacts</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="n">&#10008;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Device</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Events</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>File</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="n">&#10008;</th>
+        <th class="webos" data-support="n">&#10008;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="n">&#10008;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Geolocation</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Globalization</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>InAppBrowser</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Media</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="n">&#10008;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="n">&#10008;</th>
+        <th class="webos" data-support="n">&#10008;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="n">&#10008;</th>
+        <th class="tizen" data-support="p">&#10013;</th>
+    </tr>
+
+    <tr>
+        <th>Notification</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Splashscreen</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th>Storage</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004; (5.x+)</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="y">&#10004;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="y">&#10004;</th>
+        <th class="bada" data-support="n">&#10008;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+
+    <tr>
+        <th colspan="20">Other Features</th>
+    </tr>
+    <tr>
+        <th>Command-line<br/>Interface</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="u">&#10013;</th>
+        <th class="webos" data-support="u">&#10013;</th>
+        <th class="winphone7" data-support="u">&#10013;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="u">&#10013;</th>
+        <th class="bada" data-support="u">&#10013;</th>
+        <th class="tizen" data-support="u">&#10013;</th>
+    </tr>
+    <tr>
+        <th>PhoneGap<br/>Build</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="y">&#10004;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="u">&#10013;</th>
+        <th class="winphone8" data-support="y">&#10004;</th>
+        <th class="win8" data-support="u">&#10013;</th>
+        <th class="bada" data-support="u">&#10013;</th>
+        <th class="tizen" data-support="u">&#10013;</th>
+    </tr>
+    <tr>
+        <th>Embedded<br/>WebView</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="u">&#10013;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="u">&#10013;</th>
+        <th class="webos" data-support="u">&#10013;</th>
+        <th class="winphone7" data-support="u">&#10013;</th>
+        <th class="winphone8" data-support="u">&#10013;</th>
+        <th class="win8" data-support="u">&#10013;</th>
+        <th class="bada" data-support="u">&#10013;</th>
+        <th class="tizen" data-support="u">&#10013;</th>
+    </tr>
+    <tr>
+        <th>Plug-in<br/>Interface</th>
+        <th class="android" data-support="y">&#10004;</th>
+        <th class="blackberry" data-support="y">&#10004;</th>
+        <th class="ios" data-support="y">&#10004;</th>
+        <th class="symbian" data-support="u">&#10013;</th>
+        <th class="webos" data-support="y">&#10004;</th>
+        <th class="winphone7" data-support="u">&#10013;</th>
+        <th class="winphone8" data-support="u">&#10013;</th>
+        <th class="win8" data-support="u">&#10013;</th>
+        <th class="bada" data-support="y">&#10004;</th>
+        <th class="tizen" data-support="y">&#10004;</th>
+    </tr>
+</table>