Closed
Bug 408685
Opened 18 years ago
Closed 18 years ago
After ARIA namespaces have been removed, correct XUL in Thunderbird
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: MarcoZ, Assigned: MarcoZ)
References
Details
(Keywords: access)
Attachments
(1 file, 1 obsolete file)
3.76 KB,
patch
|
aaronlev
:
review+
Bienvenu
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Correct XUL in Thunderbird to rectify for ARIA namespace removal.
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #293521 -
Flags: superreview?
Attachment #293521 -
Flags: review?(aaronleventhal)
Comment 2•18 years ago
|
||
Comment on attachment 293521 [details] [diff] [review]
Patch removing the aaa: namespace from Thunderbird XUL and JS files
Hi Marco, the attribute names will now be aria-propertyname, e.g. aria-labelledby.
So, no actual XML namespace but a hyphenated prefix. This allows it to be used the same way in all markup including text/html.
Attachment #293521 -
Flags: superreview?
Attachment #293521 -
Flags: review?(aaronleventhal)
Attachment #293521 -
Flags: review-
Assignee | ||
Comment 3•18 years ago
|
||
Attachment #293521 -
Attachment is obsolete: true
Attachment #293526 -
Flags: review?(aaronleventhal)
Updated•18 years ago
|
Attachment #293526 -
Flags: review?(bienvenu)
Attachment #293526 -
Flags: review?(aaronleventhal)
Attachment #293526 -
Flags: review+
Updated•18 years ago
|
Attachment #293526 -
Flags: review?(bienvenu) → review+
Updated•18 years ago
|
Attachment #293526 -
Flags: superreview+
Assignee | ||
Comment 4•18 years ago
|
||
Requesting assistance checking in this patch. Thanks!
Keywords: checkin-needed
Comment 5•18 years ago
|
||
Checking in mailnews/compose/resources/content/addressingWidgetOverlay.js;
/cvsroot/mozilla/mailnews/compose/resources/content/addressingWidgetOverlay.js,v <-- addressingWidgetOverlay.js
new revision: 1.97; previous revision: 1.96
done
Checking in mailnews/compose/resources/content/addressingWidgetOverlay.xul;
/cvsroot/mozilla/mailnews/compose/resources/content/addressingWidgetOverlay.xul,v <-- addressingWidgetOverlay.xul
new revision: 1.69; previous revision: 1.68
done
Checking in mailnews/news/resources/content/downloadheaders.xul;
/cvsroot/mozilla/mailnews/news/resources/content/downloadheaders.xul,v <-- downloadheaders.xul
new revision: 1.28; previous revision: 1.27
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3
You need to log in
before you can comment on or make changes to this bug.
Description
•