From 8f85f1d2487e3a5015e090a474e9607d446102b4 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 8 Nov 2023 10:57:39 +0100 Subject: [PATCH] Fix the link markup (#201) --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 28d3ca0..1d55498 100644 --- a/index.bs +++ b/index.bs @@ -1066,7 +1066,7 @@ Specifically: 1. Script-ish constructs: - The {{HTMLScriptElement}}, which proudly executes script as its sole purpose. - - All [event handler attributes]((https://html.spec.whatwg.org/#event-handler-attributes), + - All [event handler attributes](https://html.spec.whatwg.org/#event-handler-attributes), since these also execute script. - {{HTMLIFrameElement}}, which loads arbitrary HTML content and therefor also script. - The legacy {{HTMLObjectElement}} and {{HTMLEmbedElement}}, which load