Gabriel Ivăncescu : mshtml: Associate props with attributes for IE8 mode, but keep them stringified.

Alexandre Julliard julliard at winehq.org
Wed Dec 1 15:23:51 CST 2021


Module: wine
Branch: master
Commit: 6f37e50a1dd6fbfacbace83d08d9ef8a3dd7e3e2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6f37e50a1dd6fbfacbace83d08d9ef8a3dd7e3e2

Author: Gabriel Ivăncescu <gabrielopcode at gmail.com>
Date:   Wed Dec  1 15:41:52 2021 +0200

mshtml: Associate props with attributes for IE8 mode, but keep them stringified.

For non-builtin props, getAttribute retrieves the stringified value of the
prop. setAttribute also stringifies the value if it's a builtin only.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode at gmail.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mshtml/htmlelem.c            | 83 +++++++++++++++++++++++++++++++--------
 dlls/mshtml/tests/documentmode.js | 77 +++++++++++++++++++++++++++++-------
 2 files changed, 129 insertions(+), 31 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=6f37e50a1dd6fbfacbace83d08d9ef8a3dd7e3e2



More information about the wine-cvs mailing list