AMP subset of HTML, or extended subset? amp-img in HTMLDetails on pre-rendering with AMP HTMLGoogle Amp responsive image doesn’t display when wrapped in an anchor tagamp img is not working on dropdown menuamp-img swallows inline elements very after itAMP Errors in GSC for non-amp pagesMake AMP URL as CanonicalAccelerated Mobile Pages (AMP) -HTMLIs it possible to use amp-img with srcset and fallback?Is it possible to render AMP components from JSON inside of amp-list?SVG file with xlink to another page in AMP project
Was Switzerland really impossible to invade during WW2?
How to dismiss intrusive questions from a colleague with whom I don't work?
Co-author responds to email by mistake cc'ing the EiC
Taking out number of subarrays from an array which contains all the distinct elements of that array
Can a group have a cyclical derived series?
How does turbine efficiency compare with internal combustion engines if all the turbine power is converted to mechanical energy?
Are there reliable, formulaic ways to form chords on the guitar?
Do I have to learn /o/ or /ɔ/ separately?
Does Swashbuckler's Fancy Footwork apply if the attack was made with Booming Blade?
Does adding the 'precise' tag to daggers break anything?
How much code would a codegolf golf if a codegolf could golf code?
Why are delta bots so finicky?
Is it safe to remove the bottom chords of a series of garage roof trusses?
Can others monetize my project with GPLv3?
How to determine if an Apex class hasn't been used recently
Are required indicators necessary for radio buttons?
Can you be convicted for being a murderer twice?
Can you grapple/shove with the Hunter Ranger's Whirlwind Attack?
How to compare two different formulations of a problem?
Why is 日本 read as "nihon" but not "nitsuhon"?
Why didn’t Doctor Strange stay in the original winning timeline?
Why would the US President need briefings on UFOs?
Potential new partner angry about first collaboration - how to answer email to close up this encounter in a graceful manner
Most practical knots for hitching a line to an object while keeping the bitter end as tight as possible, without sag?
AMP subset of HTML, or extended subset? amp-img in HTML
Details on pre-rendering with AMP HTMLGoogle Amp responsive image doesn’t display when wrapped in an anchor tagamp img is not working on dropdown menuamp-img swallows inline elements very after itAMP Errors in GSC for non-amp pagesMake AMP URL as CanonicalAccelerated Mobile Pages (AMP) -HTMLIs it possible to use amp-img with srcset and fallback?Is it possible to render AMP components from JSON inside of amp-list?SVG file with xlink to another page in AMP project
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm new to AMP, and keep reading that it's a subset of HTML. However, it has tags that HTML does not, such as amp-img
. So, I believe the proper term would be extended subset.
For example, if I include the tag amp-img
in my AMP, it won't render at all in an HTML-only browser.
What am I missing?
amp-html
add a comment |
I'm new to AMP, and keep reading that it's a subset of HTML. However, it has tags that HTML does not, such as amp-img
. So, I believe the proper term would be extended subset.
For example, if I include the tag amp-img
in my AMP, it won't render at all in an HTML-only browser.
What am I missing?
amp-html
add a comment |
I'm new to AMP, and keep reading that it's a subset of HTML. However, it has tags that HTML does not, such as amp-img
. So, I believe the proper term would be extended subset.
For example, if I include the tag amp-img
in my AMP, it won't render at all in an HTML-only browser.
What am I missing?
amp-html
I'm new to AMP, and keep reading that it's a subset of HTML. However, it has tags that HTML does not, such as amp-img
. So, I believe the proper term would be extended subset.
For example, if I include the tag amp-img
in my AMP, it won't render at all in an HTML-only browser.
What am I missing?
amp-html
amp-html
edited Mar 28 at 9:31
Vadim Kotov
5,3607 gold badges36 silver badges49 bronze badges
5,3607 gold badges36 silver badges49 bronze badges
asked Mar 27 at 15:27
Marc RochkindMarc Rochkind
2,9462 gold badges25 silver badges34 bronze badges
2,9462 gold badges25 silver badges34 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It is a subset in the sense that only the whitelisted HTML5 tags are allowed:
https://github.com/ampproject/amphtml/blob/master/spec/amp-tag-addendum.md
Also, AMP comes with a set of components, such as amp-img, which provides most of the functionality (otherwise requiring Javascripting) for publishing.
So I would call it a subset with the addition of pre-defined (web) components — my 2 cents.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55380899%2famp-subset-of-html-or-extended-subset-amp-img-in-html%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It is a subset in the sense that only the whitelisted HTML5 tags are allowed:
https://github.com/ampproject/amphtml/blob/master/spec/amp-tag-addendum.md
Also, AMP comes with a set of components, such as amp-img, which provides most of the functionality (otherwise requiring Javascripting) for publishing.
So I would call it a subset with the addition of pre-defined (web) components — my 2 cents.
add a comment |
It is a subset in the sense that only the whitelisted HTML5 tags are allowed:
https://github.com/ampproject/amphtml/blob/master/spec/amp-tag-addendum.md
Also, AMP comes with a set of components, such as amp-img, which provides most of the functionality (otherwise requiring Javascripting) for publishing.
So I would call it a subset with the addition of pre-defined (web) components — my 2 cents.
add a comment |
It is a subset in the sense that only the whitelisted HTML5 tags are allowed:
https://github.com/ampproject/amphtml/blob/master/spec/amp-tag-addendum.md
Also, AMP comes with a set of components, such as amp-img, which provides most of the functionality (otherwise requiring Javascripting) for publishing.
So I would call it a subset with the addition of pre-defined (web) components — my 2 cents.
It is a subset in the sense that only the whitelisted HTML5 tags are allowed:
https://github.com/ampproject/amphtml/blob/master/spec/amp-tag-addendum.md
Also, AMP comes with a set of components, such as amp-img, which provides most of the functionality (otherwise requiring Javascripting) for publishing.
So I would call it a subset with the addition of pre-defined (web) components — my 2 cents.
answered Mar 30 at 6:06
user2468968user2468968
2463 silver badges9 bronze badges
2463 silver badges9 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55380899%2famp-subset-of-html-or-extended-subset-amp-img-in-html%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown