Index: chrome/common/extensions/docs/templates/articles/app_csp.html |
=================================================================== |
--- chrome/common/extensions/docs/templates/articles/app_csp.html (revision 159603) |
+++ chrome/common/extensions/docs/templates/articles/app_csp.html (working copy) |
@@ -83,7 +83,7 @@ |
(external images, content from websites). |
</p> |
-<h3>Use templating libraries</h3> |
+<h3 id="templating">Use templating libraries</h3> |
<p> |
Use a library that offers precompiled templates |
@@ -101,7 +101,7 @@ |
(see <a href="app_external.html#sandboxing">Sandbox local content</a>). |
</p> |
-<h3>Access remote resources</h3> |
+<h3 id="remote_resources">Access remote resources</h3> |
<p> |
You can fetch remote resources via <code>XMLHttpRequest</code> |
@@ -115,7 +115,7 @@ |
because they have good fallback behavior when offline or under spotty connectivity. |
</p> |
-<h3>Embed web content</h3> |
+<h3 id="embed_content">Embed web content</h3> |
<p> |
Instead of using an iframe, |