Skip to content

Commit

Permalink
Update amp-accordion.md
Browse files Browse the repository at this point in the history
Accordion intro table. No example to link to yet and no validations implemented yet.
  • Loading branch information
Meggin committed Feb 23, 2016
1 parent 41b5ba3 commit 8df5547
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion extensions/amp-accordion/amp-accordion.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,24 @@ limitations under the License.

### <a name="amp-accordion"></a> `amp-accordion`

An accordion provides a way for viewers to have a glance at the outline of the content and jump to a section or their choice at their will. This would be extremely helpful for handheld mobile devices where even a couple of sentences in a section would lead to the viewer needing to scroll.
<table>
<tr>
<td width="40%"><strong>Description</strong></td>
<td>An accordion provides a way for viewers to glance at the content outline and jump to any section. This is helpful for handheld mobile devices where even a couple of sentences into a section requires scrolling.</td>
</tr>
<tr>
<td width="40%"><strong>Availability</strong></td>
<td>Stable</td>
</tr>
<tr>
<td width="40%"><strong>Required Script</strong></td>
<td><code>&lt;script async custom-element="amp-accordion" src="https://cdn.ampproject.org/v0/amp-accordion-0.1.js">&lt;/script></code></td>
</tr>
<tr>
<td width="40%"><strong>Examples</strong></td>
<td>None</td>
</tr>
</table>

#### Behavior

Expand Down

0 comments on commit 8df5547

Please sign in to comment.