Open
Bug 302094
Opened 20 years ago
Updated 1 year ago
Replace label class="text-link" with proper xul:link tag
Categories
(Firefox :: Disability Access, defect)
Tracking
()
NEW
People
(Reporter: aaronlev, Unassigned)
Details
(Keywords: access)
We currently create XUL links in 2 ways:
<label class="text-link" value="labeltext">
or
<link>
<label value="labeltext"/>
</label>
An href attribute can be used with either, otherwise it is exposed as a button.
We should be able to do
<link value="foo"/> with an optional href right on there.
| Reporter | ||
Comment 1•20 years ago
|
||
So this bug should consolodate the 2 ways we have of doing links into 1 new good
one.
Updated•19 years ago
|
Status: NEW → ASSIGNED
Updated•19 years ago
|
Assignee: aaronleventhal → pilgrim
Status: ASSIGNED → NEW
Updated•19 years ago
|
Target Milestone: --- → Firefox 3 alpha1
Updated•18 years ago
|
Target Milestone: Firefox 3 alpha1 → Firefox 3 beta1
Updated•11 years ago
|
Target Milestone: Firefox 3 alpha7 → ---
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:asa, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: pilgrim → nobody
Flags: needinfo?(asa)
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 year ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE.
For more information, please visit BugBot documentation.
Flags: needinfo?(asa)
You need to log in
before you can comment on or make changes to this bug.
Description
•