зеркало из https://github.com/mozilla/gecko-dev.git
bug 454538 - Rename the 'static' text attribute to 'auto-generated', r=aaronlev
This commit is contained in:
Родитель
c05f662cbb
Коммит
ef06fa9b7b
|
@ -104,7 +104,7 @@ nsHTMLTextAccessible::GetAttributesInternal(nsIPersistentProperties *aAttributes
|
|||
GetRole(&role);
|
||||
if (role == nsIAccessibleRole::ROLE_STATICTEXT) {
|
||||
nsAutoString oldValueUnused;
|
||||
aAttributes->SetStringProperty(NS_LITERAL_CSTRING("static"),
|
||||
aAttributes->SetStringProperty(NS_LITERAL_CSTRING("auto-generated"),
|
||||
NS_LITERAL_STRING("true"), oldValueUnused);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче