tomoyukikashiro / html2amp

html2amp is simple converter from HTML into AMP(Accelerated Mobile Pages).
MIT License
15 stars 15 forks source link

Meta tag attributes blacklisting/whitelisting #71

Open beliayeu opened 5 years ago

beliayeu commented 5 years ago

Problem

References

Code sample https://codesandbox.io/s/html2-amp-meta-7xem2?fontsize=14&previewwindow=tests

html containing

<meta http-equiv="cleartype" content="on" />

fails with error

The attribute 'http-equiv' may not appear in tag 'meta name= and content='.
tomoyukikashiro commented 5 years ago

Hi, @beliayeu

Thank you for your issue let me think for this soon ! 👍