- From: Luke Warlow <notifications@github.com>
- Date: Thu, 16 May 2024 08:50:24 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 16 May 2024 15:50:27 UTC
@lukewarlow commented on this pull request. > @@ -6807,12 +6838,29 @@ method steps are: and null otherwise. <!-- This is step 2 of "get an attribute by name", modified as appropriate --> - <li><p>If <var>attribute</var> is null, create an <a>attribute</a> whose - <a for=Attr>local name</a> is <var>qualifiedName</var>, <a for=Attr>value</a> is - <var>value</var>, and <a for=Node>node document</a> is <a>this</a>'s <a for=Node>node document</a>, - then <a lt="append an attribute">append</a> this <a>attribute</a> to <a>this</a>, and then return. + <li><p>Let <var>attributeExists</var> be false if <var>attribute</var> is null, and true otherwise. This algorithm covers setAttribute -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1268#pullrequestreview-2061221234 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1268/review/2061221234@github.com>
Received on Thursday, 16 May 2024 15:50:27 UTC