-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
Description
The media query matcher and its service was never documented and has 0 document using it (recipe 560603).
This entrypoint and all the code that follows:
amphtml/extensions/amp-story/1.0/amp-story.js
Lines 477 to 481 in 50e6ed2
| const mediaQueryEls = this.element.querySelectorAll('media-query'); | |
| if (mediaQueryEls.length) { | |
| this.initializeMediaQueries_(mediaQueryEls); | |
| } |
cc @ampproject/wg-stories
Reproduction Steps
Recipe 560603
Relevant Logs
No response
Browser(s) Affected
No response
OS(s) Affected
No response
Device(s) Affected
No response
AMP Version Affected
No response
Reactions are currently unavailable