Skip to content

Commit

Permalink
Update amp-access-spec.md
Browse files Browse the repository at this point in the history
Noticed some bugs in validation (confusion over amp-access vs amp-access-spec). Cleaned them up.
  • Loading branch information
Meggin committed Feb 23, 2016
1 parent cd6bd9a commit aab575c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/amp-access/amp-access-spec.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### <a name="amp-access-spec"></a> `amp-access-spec`
### <a name="amp-access-spec"></a> AMP Access Specification

**This extension is under active development, and the version number of the specification section should provide guidance to its evolution.**

Expand Down Expand Up @@ -47,11 +47,11 @@ The following lists validation errors specific to the `amp-access-spec` tag
</tr>
<tr>
<td width="40%"><a href="https://www.ampproject.org/docs/reference/validation_errors.html#tag-required-by-another-tag-is-missing">The 'example1' tag is missing or incorrect, but required by 'example2'.</a></td>
<td>Error thrown when required <code>amp-access-spec</code> extension <code>.js</code> script tag is missing or incorrect.</td>
<td>Error thrown when required <code>amp-access</code> extension <code>.js</code> script tag is missing or incorrect.</td>
</tr>
<tr>
<td width="40%"><a href="https://www.ampproject.org/docs/reference/validation_errors.html#mandatory-attribute-missing">The mandatory attribute 'example1' is missing in tag 'example2'.</a></td>
<td>Error thrown when the <code>amp-access-spec</code> extension <code>.json</code> script is missing the mandatory attribute, <code>type</code>.</td>
<td>Error thrown when the <code>amp-access</code> extension <code>.json</code> script is missing the mandatory attribute, <code>type</code>.</td>
</tr>
<tr>
<td width="40%"><a href="https://www.ampproject.org/docs/reference/validation_errors.html#invalid-attribute-value">The attribute 'example1' in tag 'example2' is set to the invalid value 'example3'.</a></td>
Expand Down

0 comments on commit aab575c

Please sign in to comment.