r=mkaply, sr=kin Patch from glazou - don't use the lowercased CSS value if the value is case sensitive git-svn-id: svn://10.0.0.236/trunk@158542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ab3929a87f
commit
84e8d39c71
@ -881,7 +881,7 @@ nsHTMLCSSUtils::BuildCSSDeclarations(nsVoidArray & aPropertyArray,
|
||||
nsIAtom * cssPropertyAtom;
|
||||
// find the equivalent css value for the index-th property in
|
||||
// the equivalence table
|
||||
(*aEquivTable[index].processValueFunctor) (aEquivTable[index].caseSensitiveValue ? &value : &lowerCasedValue,
|
||||
(*aEquivTable[index].processValueFunctor) ((!aGetOrRemoveRequest || aEquivTable[index].caseSensitiveValue) ? &value : &lowerCasedValue,
|
||||
cssValue,
|
||||
aEquivTable[index].defaultValue,
|
||||
aEquivTable[index].prependValue,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user