diff --git a/features/registerprotocolhandler.yml b/features/registerprotocolhandler.yml index d5eb39f8976..03e06101509 100644 --- a/features/registerprotocolhandler.yml +++ b/features/registerprotocolhandler.yml @@ -1,5 +1,5 @@ name: registerProtocolHandler -description: "The `navigator.registerProtocolHandler()' method declares a site's ability to handle an address scheme (also known as a protocol). For example, an email site can register to open `mailto:` URLs or a VoIP site to open `tel:` URLs." +description: "The `navigator.registerProtocolHandler()` method declares a site's ability to handle an address scheme (also known as a protocol). For example, an email site can register to open `mailto:` URLs or a VoIP site to open `tel:` URLs." spec: https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers compat_features: - api.Navigator.registerProtocolHandler