Skip to content

Commit

Permalink
re-import docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz committed Feb 19, 2019
1 parent 998a567 commit 86aa890
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
Binary file removed .staging-secret.json.enc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ rules. Similar in spirit to the
[AMP format rules](https://www.ampproject.org/docs/fundamentals/spec.html), AMPHTML ads have
access to a limited set of allowed tags, capabilities, and extensions.

**Table of Contents**

* [AMPHTML ad format rules](#amphtml-ad-format-rules)
* [Boilerplate](#boilerplate)
* [CSS](#css)
* [CSS animations and transitions](#css-animations-and-transitions)
* [Selectors](#selectors)
* [Transitionable and animatable properties](#transitionable-and-animatable-properties)
* [Allowed AMP extensions and builtins](#allowed-amp-extensions-and-builtins)
* [HTML tags](#html-tags)

## AMPHTML ad format rules

Unless otherwise specified below, the creative must obey all rules given by the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,15 @@ event.response</pre></td>
</tr>
<tr>
<td><code>show</code></td>
<td>Shows the target element.</td>
<td>Shows the target element. If an
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#autofocus"><code>autofocus</code> element</a> becomes visible as a
result, it gains focus.</td>
</tr>
<tr>
<td><code>toggleVisibility</code></td>
<td>Toggles the visibility of the target element.</td>
<td>Toggles the visibility of the target element. If an
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#autofocus"><code>autofocus</code> element</a> becomes visible as a
result, it gains focus.</td>
</tr>
<tr>
<td><code>toggleClass(class=STRING, force=BOOLEAN)</code></td>
Expand Down

0 comments on commit 86aa890

Please sign in to comment.