зеркало из https://github.com/mozilla/pjs.git
Bug 195350: Fix regression from earlier patch in same bug: make html-attributes be case-insensitive again.
r=caillon sr=peterv
This commit is contained in:
Родитель
6196411b0b
Коммит
048c504b30
|
@ -4439,6 +4439,9 @@ nsGenericHTMLElement::InternalGetExistingAttrNameFromQName(const nsAString& aStr
|
|||
}
|
||||
|
||||
NS_ConvertUTF16toUTF8 utf8name(aStr);
|
||||
if (mNodeInfo->NamespaceEquals(kNameSpaceID_None)) {
|
||||
ToLowerCase(utf8name);
|
||||
}
|
||||
|
||||
PRInt32 i, count = 0;
|
||||
mAttributes->GetAttributeCount(count);
|
||||
|
|
Загрузка…
Ссылка в новой задаче