-
901380ac
by Gabriel Ivăncescu at 2025-07-17T23:09:01+02:00
mshtml: Use HasAttribute instead of GetAttributeNode when checking if specified attribute.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
c7b6faf6
by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00
mshtml: Clone name properly from attached attribute nodes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
ae3da647
by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00
mshtml: Use a BSTR to store the detached attribute's name.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
01065b7d
by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00
mshtml: Use a helper function to find an attribute in the collection's list.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
13f91703
by Gabriel Ivăncescu at 2025-07-17T23:09:05+02:00
mshtml: Detach attribute nodes when removing the attribute from the element.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
182e2887
by Gabriel Ivăncescu at 2025-07-17T23:09:05+02:00
mshtml: Implement 'specified' for detached attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>