Fixing brain dead type for yesterday's checkin to bug 280220: named anchor fixes for GW Micro.
git-svn-id: svn://10.0.0.236/trunk@168540 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
69d04fdb1d
commit
c5a36c3ee4
@ -296,7 +296,7 @@ PRBool nsLinkableAccessible::IsALink()
|
||||
walkUpContent;
|
||||
walkUpContent = walkUpContent->GetParent()) {
|
||||
nsIAtom *tag = walkUpContent->Tag();
|
||||
if ((tag == nsAccessibilityAtoms::a || nsAccessibilityAtoms::area)) {
|
||||
if ((tag == nsAccessibilityAtoms::a || tag == nsAccessibilityAtoms::area)) {
|
||||
// Currently we do not expose <link> tags, because they are not typically
|
||||
// in <body> and rendered.
|
||||
// We do not yet support xlinks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user