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;








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?










share|improve this question
































    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?










    share|improve this question




























      0












      0








      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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

























          1 Answer
          1






          active

          oldest

          votes


















          0














          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.






          share|improve this answer
























            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
            );



            );













            draft saved

            draft discarded


















            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









            0














            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.






            share|improve this answer





























              0














              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.






              share|improve this answer



























                0












                0








                0







                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.






                share|improve this answer













                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 30 at 6:06









                user2468968user2468968

                2463 silver badges9 bronze badges




                2463 silver badges9 bronze badges





















                    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.



















                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript