mshtml: Implement inline attributes parsing for createElement.
commita5be97d6342d02659cc86795ae2634b048e2803a
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Tue, 9 Nov 2021 21:00:38 +0000 (9 23:00 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 Nov 2021 17:56:29 +0000 (10 18:56 +0100)
tree295a63e5a0dc44885db5ee783e24b19c819d9243
parentb72053868a00e7a327fadabc55c0eb1191cf2bc2
mshtml: Implement inline attributes parsing for createElement.

We let gecko parse a dummy unknown tag (after validation) using a contextual
fragment, and then copy its attributes to the proper element with correct tag.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/mshtml/htmlelem.c
dlls/mshtml/tests/documentmode.js