From 4b000a795835861f16fff5962eb858a9394ccecf Mon Sep 17 00:00:00 2001 From: dgash Date: Tue, 9 Feb 2016 11:32:09 -0800 Subject: [PATCH] Copy edit Spelling, grammar, punctuation, markdown formatting; no significant content changes. --- builtins/amp-ad.md | 74 ++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 39 deletions(-) diff --git a/builtins/amp-ad.md b/builtins/amp-ad.md index f6e143294c1a..23ce48221d4d 100644 --- a/builtins/amp-ad.md +++ b/builtins/amp-ad.md @@ -1,13 +1,10 @@ -### `amp-ad` +## `amp-ad` -NOTE: The specification of `amp-ad` is likely to significantly evolve over time. The current approach is designed to bootstrap the format to be able to show ads. +**Note:** The specification of `amp-ad` is likely to significantly evolve over time. The current approach is designed to bootstrap the format to be able to show ads. A container to display an ad. -Ads are loaded like all other resources in AMP documents, with a special -custom element called ``. No ad network provided JavaScript is allowed to run inside the AMP document. Instead the AMP runtime loads an iframe from a -different origin (via iframe sandbox) as the AMP document and executes the ad -network’s JS inside that iframe sandbox. +Ads are loaded like all other resources in AMP documents, with a special custom element called ``. No ad network is required, provided that JavaScript is allowed to run inside the AMP document. Instead, the AMP runtime loads an iframe from a different origin (via an iframe sandbox) as the AMP document, and executes the ad network’s JS inside that iframe sandbox.