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

                    SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                    은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현