From 9dc51be4c5dddf09ac4a3df538763fc3ae288d90 Mon Sep 17 00:00:00 2001 From: "aaronleventhal%moonset.net" Date: Thu, 4 Aug 2005 21:32:13 +0000 Subject: [PATCH] Bug 302554. Fix accessibility problems in migration wizard (import). r+a=mconnor --- .../migration/content/migration.xul | 27 +++++++++++-------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/browser/components/migration/content/migration.xul b/browser/components/migration/content/migration.xul index 0f3476d1b62..6d6c53b129f 100644 --- a/browser/components/migration/content/migration.xul +++ b/browser/components/migration/content/migration.xul @@ -45,7 +45,9 @@ onload="MigrationWizard.init()" onunload="MigrationWizard.uninit()" style="width: 40em;" - buttons="accept,cancel"> + buttons="accept,cancel" + xmlns:xhtml2="http://www.w3.org/TR/xhtml2" + xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#">