Closed
Bug 302656
Opened 20 years ago
Closed 20 years ago
Not exposing language type from HTTP or meta content-language
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
|
1.75 KB,
patch
|
timeless
:
review+
neil
:
superreview+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
We have a method called ISimpleDOMNode::get_language which is supposed to expose
the computed language for a given DOM node.
It only works for lang attributes, but needs to support HTTP or <meta> ways of
setting the language
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #190966 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #190966 -
Flags: review?(timeless)
Attachment #190966 -
Flags: review?(timeless) → review+
Updated•20 years ago
|
Attachment #190966 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
| Assignee | ||
Updated•20 years ago
|
Attachment #190966 -
Flags: approval1.8b4?
Updated•20 years ago
|
Attachment #190966 -
Flags: approval1.8b4? → approval1.8b4+
| Assignee | ||
Comment 2•20 years ago
|
||
Checking in accessible/src/base/nsAccessibilityAtomList.h;
/cvsroot/mozilla/accessible/src/base/nsAccessibilityAtomList.h,v <--
nsAccessibilityAtomList.h
new revision: 1.30; previous revision: 1.29
done
Checking in accessible/src/base/nsOuterDocAccessible.cpp;
/cvsroot/mozilla/accessible/src/base/nsOuterDocAccessible.cpp,v <--
nsOuterDocAccessible.cpp
new revision: 1.23; previous revision: 1.22
done
Checking in accessible/src/msaa/nsAccessNodeWrap.cpp;
/cvsroot/mozilla/accessible/src/msaa/nsAccessNodeWrap.cpp,v <--
nsAccessNodeWrap.cpp
new revision: 1.18; previous revision: 1.17
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•