Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b5d0c988
Commit
b5d0c988
authored
Jun 09, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Use DISPID_UNKNOWN for compat dispids not supported in compat mode.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a767467d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
htmlstyle.c
dlls/mshtml/htmlstyle.c
+6
-3
No files found.
dlls/mshtml/htmlstyle.c
View file @
b5d0c988
...
...
@@ -342,7 +342,8 @@ typedef struct {
static
const
style_tbl_entry_t
style_tbl
[]
=
{
{
L"animation-name"
,
DISPID_IHTMLCSSSTYLEDECLARATION2_ANIMATIONNAME
DISPID_IHTMLCSSSTYLEDECLARATION2_ANIMATIONNAME
,
DISPID_UNKNOWN
},
{
backgroundW
,
...
...
@@ -799,11 +800,13 @@ static const style_tbl_entry_t style_tbl[] = {
},
{
L"transform"
,
DISPID_IHTMLCSSSTYLEDECLARATION2_TRANSFORM
DISPID_IHTMLCSSSTYLEDECLARATION2_TRANSFORM
,
DISPID_UNKNOWN
},
{
L"transition"
,
DISPID_IHTMLCSSSTYLEDECLARATION2_TRANSITION
DISPID_IHTMLCSSSTYLEDECLARATION2_TRANSITION
,
DISPID_UNKNOWN
},
{
vertical_alignW
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment