Closed
Description
I'm coming across some WordPress themes that are using input[type=button]
and input[type=image]
. Are there specific reasons for why are not allowed in AMP?
amphtml/validator/validator-main.protoascii
Lines 4509 to 4517 in a81762b
I'm wanting to know if either AMP should allow them or otherwise if the WordPress AMP plugin should try to convert them to <button>
and <button><amp-img></amp-img></button>
respectively.
Activity