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.
git-svn-id: svn://10.0.0.236/trunk@64822 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -45,7 +45,8 @@ enum nsLinkState {
|
||||
enum nsLinkVerb {
|
||||
eLinkVerb_Replace = 0,
|
||||
eLinkVerb_New = 1,
|
||||
eLinkVerb_Embed = 2
|
||||
eLinkVerb_Embed = 2,
|
||||
eLinkVerb_Undefined = 3
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user