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
Is the slash actually necessary? With anchors now being functions, the group parent would receive "child.center" which would be identified as a child's anchor. If a default anchor is given ("child"), they could just override/take precedence over the group's anchors?
Without a slash, how should we know if "elem.abc" is "elem.abc" or "elem.abc.default"? By probing if the anchor "abc" returns something and falling back to "default" otherwise?
Allow accessing nested element anchors by registering elements insides groups via the element path.
Proposed syntax is to separate element names by slashes (like file-system paths):
The text was updated successfully, but these errors were encountered: