You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code now needs to be updated to add a few things from WebIDL that are missing, but the question of what to do with old constructs needs to be handled.
My proposal is this: keep them around, but for each of those when they are processed make a call to checkCompatMode(). If compatibility has been set, then accept the old constructs, otherwise die with a syntax error.
This is useful because it will make it possible to parse older specifications, warn, etc.
The text was updated successfully, but these errors were encountered:
The code now needs to be updated to add a few things from WebIDL that are missing, but the question of what to do with old constructs needs to be handled.
My proposal is this: keep them around, but for each of those when they are processed make a call to checkCompatMode(). If compatibility has been set, then accept the old constructs, otherwise die with a syntax error.
This is useful because it will make it possible to parse older specifications, warn, etc.
The text was updated successfully, but these errors were encountered: