amphtml
amphtml copied to clipboard
The AMP web component framework.
## Description Adds a close button (×) inside the `amp-sidebar` component in the responsive menu example to improve user experience. Previously, users could only close the sidebar by clicking the...
### Description When using nested selectors inside an AMP page’s ``, the CSS is not applied. AMP validates the page with errors, but the nested selectors are working in all...
### Description The AMP validator is flagging a warning for a CSS media query using the `not (prefers-reduced-motion: reduce)` syntax. While this syntax is valid in modern browsers, the AMP...
### Description MAPCLUB had already requested AMP, and the request was approved successfully. After that, we conducted several rounds of testing to ensure everything was working as expected. At the...
Fixes #40409 - Added autoplay on story load - Prevented skipping of slides when user delays interaction - Ensured continuous story advancement without manual click
### Description Project’s documentation page notes: “If you see out of date, misplaced, or incorrect information, you can fix it! We welcome fixes as pull requests, but are equally appreciative...
This pull request adds a small, non-impactful test line to the end of the build-system/README.md file. The purpose of this change is to verify that the full fork → branch...
### Description While browsing the Japanese version of the AMP Fest 2020 event page, I noticed that a large portion of the content is still displayed in English even though...
📖 Documentation Closes #40431 Added a new “Building AMP Locally” section to `README.md` to help new contributors set up their environment. This section explains how to install dependencies and use...