## What's the issue? Similar to: https://github.com/ampproject/amphtml/issues/26061 I get a validation error when I'm trying to redirect the user to Microsoft Edge, like in the example below: ```html <a href="microsoft-edge:https://www.google.com">Link</a> ```