Index: chrome/common/extensions/docs/templates/articles/app_csp.html |
diff --git a/chrome/common/extensions/docs/templates/articles/app_csp.html b/chrome/common/extensions/docs/templates/articles/app_csp.html |
index 3af785cb11510949e193fb011fb52f1395b4da4b..3b774e26e5ec1088353db3c9a08f7c6e52f290f9 100644 |
--- a/chrome/common/extensions/docs/templates/articles/app_csp.html |
+++ b/chrome/common/extensions/docs/templates/articles/app_csp.html |
@@ -83,7 +83,7 @@ You may also want to access external resources in your app |
(external images, content from websites). |
</p> |
-<h3>Use templating libraries</h3> |
+<h3 id="use">Use templating libraries</h3> |
not at google - send to devlin
2012/09/26 01:57:17
People might link to these sections directly, so t
cduvall
2012/09/27 23:39:39
Done.
|
<p> |
Use a library that offers precompiled templates |
@@ -101,7 +101,7 @@ your sandboxed content can't directly interact with these APIs |
(see <a href="app_external.html#sandboxing">Sandbox local content</a>). |
</p> |
-<h3>Access remote resources</h3> |
+<h3 id="access">Access remote resources</h3> |
not at google - send to devlin
2012/09/26 01:57:17
remote_resources
cduvall
2012/09/27 23:39:39
Done.
|
<p> |
You can fetch remote resources via <code>XMLHttpRequest</code> |
@@ -115,7 +115,7 @@ Video and audio can be loaded from remote services |
because they have good fallback behavior when offline or under spotty connectivity. |
</p> |
-<h3>Embed web content</h3> |
+<h3 id="embed">Embed web content</h3> |
<p> |
Instead of using an iframe, |