You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the :target css selector is not working on amp-page.
I honestly don't know why since the url is updated correctly like on a none-amp page.
It can be used for some css tricks like described in #827
The text was updated successfully, but these errors were encountered:
I'm not entirely sure why the :target selector is not working - from what I understand it should work, but most probably it's because with preventDefault on the click event. This, in turn, is necessary because iframe navigation breaks the parent page's history state, hence we were forced to implement it ourselves directly.
I noticed that the
:target
css selector is not working on amp-page.I honestly don't know why since the url is updated correctly like on a none-amp page.
It can be used for some css tricks like described in #827
The text was updated successfully, but these errors were encountered: