amp-library icon indicating copy to clipboard operation
amp-library copied to clipboard

Convert HTML to AMP HTML and report HTML compliance with the AMP HTML specification

Results 81 amp-library issues
Sort by recently updated
recently updated
newest added

## What's the issue? Using Drupal 8 with stable amp module version 2.1 https://www.drupal.org/project/amp/releases/8.x-2.1 and amp-library version 1.1.4 ## How do we reproduce the issue? Include amp-user-notification element, the library...

Hi, not work TAG html ` `and `` ``` ``` Not convert to AMP

amp validator is removing **amp-selector** tag because it is not defined on **Lullabot\AMP\Spec\ValidationRulesFactory** class this is link to tag documents [link to amp-select tag on amp.dev](https://amp.dev/documentation/components/amp-selector?format=websites)

validator-generated.php file has not been updated for 2 years and there are several implementation like the issue https://github.com/Lullabot/amp-library/issues/222 which removed second or more implementation of side bar.

I am integrating this library with YII framework but it is not working and always gives error that AMP class not found.

Hi, i have added these libraries in my amp page. only v0.js and amp-carousel libraries loading rest gives validation errors. i have added them in head tag. **** on line...

AMP class removes attribute scrollable from amp-lightbox tag. In official documentation it exists. https://www.ampproject.org/docs/reference/components/amp-lightbox

Hi. I'd like to thank you for this library. You saved me a lot of time including the fact that it works in a proper way. It would be nice...

When a HTML content contains `style` tag, it doesn't convert it. Few weird things happen: 1. `$amp->convertToAmpHtml()` completely removes `style` tag 2. **But**, `$amp->warningsHumanText()` displays error something like (from input...

I am trying to install the library on my drupal website and i am not able to do it. Can anybody tell me a step-by-step instruction? The complete mensage from...