Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spec details for http-equiv per #369 #8993

Merged
1 commit merged into from May 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions spec/amp-html-format.md
Expand Up @@ -16,6 +16,8 @@ limitations under the License.

# AMP HTML ⚡

[TOC]

AMP HTML is a subset of HTML for authoring content pages such as news articles in a way that guarantees certain baseline performance characteristics.

Being a subset of HTML, it puts some restrictions on the full set of tags and functionality available through HTML but it does not require the development of new rendering engines: existing user agents can render AMP HTML just like all other HTML.
Expand Down Expand Up @@ -190,7 +192,7 @@ HTML tags can be used unchanged in AMP HTML. Certain tags have equivalent custom
</tr>
<tr>
<td width="30%">meta</td>
<td>The <code>http-equiv</code> attribute is banned. Otherwise allowed.</td>
<td>The <code>http-equiv</code> attribute may be used for specific allowable values; see the <a href="https://github.com/ampproject/amphtml/blob/master/validator/validator-main.protoascii">AMP validator specification</a> for details.</td>
</tr>
<tr>
<td width="30%"><code><a name="ancr"></a>a</code></td>
Expand Down Expand Up @@ -285,7 +287,7 @@ In the following examples `<property>` needs to be in the whitelist above.

`overflow` (and `overflow-y`, `overflow-x`) may not be styled as “auto” or “scroll”. No user defined element in an AMP document may have a scrollbar.

##### Maximum size
#### Maximum size
It is a validation error if the author stylesheet is larger than 50,000 bytes.

### Custom fonts
Expand Down