Closed
Bug 400889
Opened 18 years ago
Closed 18 years ago
Warning on console, no content at line 540 in nsAccessibilityUtils.cpp
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
884 bytes,
patch
|
surkov
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
We have no content here:
PRUint32
nsAccUtils::GetAriaPropTypes(nsIContent *aContent, nsIWeakReference *aWeakShell)
{
NS_ENSURE_ARG_POINTER(aContent);
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #285922 -
Flags: review?(surkov.alexander)
Comment 2•18 years ago
|
||
So if atomic is setted on node of the accessible then the accessible is member of itself? Otherwise what node can be atomic for html/body?
Assignee | ||
Comment 3•18 years ago
|
||
True, maybe we could say the root atomic node is not a member of itself, but I think it's okay if we keep it as is.
atomic node ancestor
descendant 1
descendant 2
All 3 nodes here are members of the same group, so it makes sense for them to have the same value for member-of. The group is represented by the atomic node ancestor (member of that node).
Comment 4•18 years ago
|
||
Comment on attachment 285922 [details] [diff] [review]
Technically a doc accessible could be atomic, if aria-atomic is set on html/body element
so r=me
Attachment #285922 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #285922 -
Attachment description: Technically a doc accessible could be atomic, if aria-atomic is set on html/body element → Technically a doc accessible could be atomic, if aria-atomic is set on html/body element
Attachment #285922 -
Flags: approval1.9?
Updated•18 years ago
|
Attachment #285922 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•