зеркало из https://github.com/mozilla/gecko-dev.git
Fixed bug #3597 - lower case alpha/roman bullets
This commit is contained in:
Родитель
87ef0ebdda
Коммит
45fde9019e
|
@ -145,8 +145,9 @@ nsHTMLLIElement::StringToAttribute(nsIAtom* aAttribute,
|
|||
nsHTMLValue& aResult)
|
||||
{
|
||||
if (aAttribute == nsHTMLAtoms::type) {
|
||||
if (nsGenericHTMLElement::ParseEnumValue(aValue, kListItemTypeTable,
|
||||
aResult)) {
|
||||
if (nsGenericHTMLElement::ParseCaseSensitiveEnumValue(aValue,
|
||||
kListItemTypeTable,
|
||||
aResult)) {
|
||||
return NS_CONTENT_ATTR_HAS_VALUE;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -145,8 +145,9 @@ nsHTMLLIElement::StringToAttribute(nsIAtom* aAttribute,
|
|||
nsHTMLValue& aResult)
|
||||
{
|
||||
if (aAttribute == nsHTMLAtoms::type) {
|
||||
if (nsGenericHTMLElement::ParseEnumValue(aValue, kListItemTypeTable,
|
||||
aResult)) {
|
||||
if (nsGenericHTMLElement::ParseCaseSensitiveEnumValue(aValue,
|
||||
kListItemTypeTable,
|
||||
aResult)) {
|
||||
return NS_CONTENT_ATTR_HAS_VALUE;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче