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
According to the ECMA specification, the fallback should inherit the scope of it's grandparent, excluding AlternateContent (so AlternateContent may not contain other AlternateContents).
Currently we have Fallback implemented to allow any child node.
Proposed idea for implementing:
Add a new XmlField type for lazy evaluation
Allow referencing the field's parent before content initialization. Currently the parent relationship is setup afterwards.
The text was updated successfully, but these errors were encountered:
According to the ECMA specification, the fallback should inherit the scope of it's grandparent, excluding AlternateContent (so AlternateContent may not contain other AlternateContents).
Currently we have Fallback implemented to allow any child node.
Proposed idea for implementing:
The text was updated successfully, but these errors were encountered: