From 54bc99c73bed89bc3d8eb9d5be26c522281cbab8 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Wed, 12 Jun 2024 14:27:58 +0200 Subject: [PATCH] Add inline issue linking to github issue for event handlers. --- spec/index.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/index.bs b/spec/index.bs index 085aaac..587b3de 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -1103,6 +1103,8 @@ To get Trusted Types-compliant attribute value on ## Get Trusted Type data for attribute ## {#get-trusted-type-data-for-attribute} To Get Trusted Type data for attribute given |element|, |attribute|, |attributeNs|, perform the following steps: +Issue: The [=event handler content attribute=] concept used below is ambiguous. This spec needs a better mechanism to identify event handler attributes. See [https://github.com/w3c/trusted-types/issues/520](https://github.com/w3c/trusted-types/issues/520). + 1. Let |data| be null. 1. If |attributeNs| is null, and |attribute| is the name of an [=event handler content attribute=], then: 1. Return ({{Element}}, null, |attribute|, {{TrustedScript}}, "Element " + |attribute|).