Index: chrome/common/extensions/docs/server2/templates/articles/api_other.html |
=================================================================== |
--- chrome/common/extensions/docs/server2/templates/articles/api_other.html (revision 150606) |
+++ chrome/common/extensions/docs/server2/templates/articles/api_other.html (working copy) |
@@ -1,4 +1,4 @@ |
-<div id="pageData-name" class="pageData">Other APIs</div> |
+<h1>Other APIs</h1> |
<p> |
In addition to the |
@@ -18,7 +18,7 @@ |
<a href="https://developer.mozilla.org/en/Gecko_DOM_Reference">Document Object Model</a> |
(DOM) APIs |
that you can use in ordinary web apps. |
- <!-- [PENDING: check! should link to complete list] --> |
+ |
<!-- Use onclick in your toolbar div to add click behavior. |
E.g. window.open(someUrl). --></dd> |
<dt><strong> XMLHttpRequest </strong></dt> |
@@ -73,10 +73,10 @@ |
} |
</style> |
</pre> |
- <!-- [PENDING: link to complete list of webkit apis] --> |
+ |
</dd> |
<dt><strong> V8 APIs</strong>, such as<strong> JSON </strong></dt> |
-<dd> Because JSON is in V8, you don't need to include a JSON library to use JSON functions. <!-- [PENDING: what other APIs are in v8? link to complete list] --></dd> |
+<dd> Because JSON is in V8, you don't need to include a JSON library to use JSON functions. </dd> |
<dt><strong>APIs in bundled libraries</strong></dt> |
<dd> If you want to use a library that the browser doesn't provide |
(for example, jQuery), |
@@ -84,4 +84,4 @@ |
Bundled libraries work in extensions |
just as they do in other web pages. |
</dd> |
-</dl> |
+</dl> |