-
495e0d46
by Gabriel Ivăncescu at 2025-05-27T21:08:15+02:00
include: Add IHTMLDOMAttribute3 interface.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
1663abde
by Gabriel Ivăncescu at 2025-05-27T21:08:15+02:00
mshtml: Expose ownerElement from attribute nodes in IE8+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
d8e7348a
by Gabriel Ivăncescu at 2025-05-27T21:08:15+02:00
mshtml: Implement ownerElement prop for attribute nodes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
d534ac63
by Gabriel Ivăncescu at 2025-05-27T21:08:15+02:00
mshtml: Introduce dispex_builtin_prop_name that returns static string for builtins.
And simplify attribute nodes' `specified` prop with it.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
d2eefcab
by Gabriel Ivăncescu at 2025-05-27T21:08:21+02:00
mshtml: Finish the nsAString in element_has_attribute.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>