Bug 1264526 - process ARIA owns relocations for in-the-document accessibles only, r=yzen
This commit is contained in:
@@ -390,7 +390,9 @@ NotificationController::WillRefresh(mozilla::TimeStamp aTime)
|
||||
|
||||
// Process relocation list.
|
||||
for (uint32_t idx = 0; idx < mRelocations.Length(); idx++) {
|
||||
mDocument->DoARIAOwnsRelocation(mRelocations[idx]);
|
||||
if (mRelocations[idx]->IsInDocument()) {
|
||||
mDocument->DoARIAOwnsRelocation(mRelocations[idx]);
|
||||
}
|
||||
}
|
||||
mRelocations.Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user