mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches.
This commit is contained in:
parent
7b08d052f2
commit
0d2b4b4b46
@ -45,7 +45,8 @@ enum nsLinkState {
|
||||
enum nsLinkVerb {
|
||||
eLinkVerb_Replace = 0,
|
||||
eLinkVerb_New = 1,
|
||||
eLinkVerb_Embed = 2
|
||||
eLinkVerb_Embed = 2,
|
||||
eLinkVerb_Undefined = 3
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user