- From: Luke Warlow <notifications@github.com>
- Date: Mon, 26 Feb 2024 07:34:50 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 February 2024 15:34:55 UTC
@lukewarlow commented on this pull request. > @@ -6408,6 +6411,18 @@ steps: <a for=Attr>value</a>. </ol> +<p>To <dfn id=concept-element-attributes-validate-and-set-value>validate and set attribute value</dfn> +{{TrustedType}} or a string <var>value</var> for an <a>attribute</a> <var>attribute</var>, with +<a for=/>element</a> <var>element</var>: + +<ol> + <li><p>Let <var>validValue</var> be the result of calling + <a>Get Trusted Types-compliant attribute value</a> for <var>attribute</var>, with ```suggestion [$get Trusted Types-compliant attribute value$] for <var>attribute</var>, with ``` This fixes the bikeshed error (it's exported with a lowercase g) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1247#pullrequestreview-1901208190 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1247/review/1901208190@github.com>
Received on Monday, 26 February 2024 15:34:55 UTC