mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 878567 Remove unused if block from implicit landmark role handling, r=tbsaunde
This commit is contained in:
parent
c54d91b294
commit
b8a6675233
@ -1323,9 +1323,6 @@ HyperTextAccessible::NativeAttributes()
|
||||
NS_LITERAL_STRING("contentinfo"));
|
||||
}
|
||||
}
|
||||
} else if (tag == nsGkAtoms::footer) {
|
||||
nsAccUtils::SetAccAttr(attributes, nsGkAtoms::xmlroles,
|
||||
NS_LITERAL_STRING("contentinfo"));
|
||||
} else if (tag == nsGkAtoms::aside) {
|
||||
nsAccUtils::SetAccAttr(attributes, nsGkAtoms::xmlroles,
|
||||
NS_LITERAL_STRING("complementary"));
|
||||
|
Loading…
Reference in New Issue
Block a user