Closed
Bug 626332
Opened 14 years ago
Closed 6 years ago
dom inspector should present nodes attributes in a more accessible way
Categories
(Other Applications :: DOM Inspector, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: tbsaunde, Unassigned)
References
Details
(Keywords: access)
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110107 Iceweasel/3.5.16 (like Firefox/3.5.16)
Build Identifier:
Currently dom inspector appears to present attributes for a node in a tree grid with 1 column and a row per attribute pair. These attributes seem to each be a xul label which means they can't be read letter by letter since they don't implement nsIaccessibleText see bug 396166. It would be nice if attributes and there values were in different columns, and it were possible to read the attribute name and value a letter at a time.
Reproducible: Always
Comment 1•14 years ago
|
||
(In reply to comment #0)
> Currently dom inspector appears to present attributes for a node in a tree
> grid with 1 column and a row per attribute pair. These attributes seem to each
> be a xul label
This isn't the case. Where does it seem like this is true?
Comment 2•14 years ago
|
||
iirc, they are presented by grid with two columns in XUL, perhaps there's something wrong how that grid is exposed to AT (since basically grid isn't exposed as a table). Otherwise it's dupe of bug 396166.
Comment 3•14 years ago
|
||
Is that the Local Name/Namespace URI/Node Type grid above the tree, or what are we talking about? Comment 0 mentions attributes.
Comment 4•14 years ago
|
||
(In reply to comment #3)
> Is that the Local Name/Namespace URI/Node Type grid above the tree, or what are
> we talking about? Comment 0 mentions attributes.
I must I misread the bug description. In this case the bug 396166 doesn't cover this bug and then XUL tree cell accessible should implement nsIAccessibleText.
Btw, this XUL tree is exposed to AT as a table with two columns.
Comment 5•6 years ago
|
||
Bulk close. This component is no longer supported or maintained.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Comment 6•6 years ago
|
||
Bulk close. This component is no longer supported or maintained.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
You need to log in
before you can comment on or make changes to this bug.
Description
•