- From: Luke Warlow <notifications@github.com>
- Date: Thu, 20 Feb 2025 07:55:43 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 February 2025 15:55:47 UTC
@lukewarlow commented on this pull request. > + <li><p>Let <var>attributeExists</var> be false if <var>attribute</var> is null, and true otherwise. + + <li><p>If <var>attributeExists</var> is false, set <var>attribute</var> to an <a>attribute</a> + whose <a for=Attr>namespace</a> is <var>namespace</var>, <a for=Attr>namespace prefix</a> is + <var>prefix</var>, <a for=Attr>local name</a> is <var>localName</var>, <a for=Attr>value</a> is + <var>value</var>, and <a for=Node>node document</a> is <var>element</var>'s <a for=Node>node + document</a>. + + <li><p>Let <var>verifiedValue</var> be <var>value</var>. + + <li><p>If <var>verify</var> is true: + <ol> + <li><p>Set <var>verifiedValue</var> to the result of calling <a>verify attribute value</a> + <var>value</var> for <var>attribute</var>, with <var>element</var>. + + <li><p>Set <var>attributeExists</var> to true if <var>element</var> <a lt="has an attribute">has I think I've addressed all of these, will check the github diff to make sure -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#discussion_r1963848285 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/2630349871@github.com>
Received on Thursday, 20 February 2025 15:55:47 UTC