-
Notifications
You must be signed in to change notification settings - Fork 181
Nodes can have multiple parents #191
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingcode qualityMake the code cleaner or prettier.Make the code cleaner or prettier.good first issueGood for newcomersGood for newcomersusabilityMake the library more comfortable to useMake the library more comfortable to use
Description
Nodes can currently have multiple parents. Under the no-allocation settings though, the number of parents is limited to one, as reported by @mcrvz in #176.
This creates divergence, but the correct behavior is actually to limit the number of parents to 1 across all platforms (likely by not storing a vec). Multiple parents cannot be defined in HTML, and there is no logical interpration of how style inheritance should work with more than one parent.
This should both improve robustness and performance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcode qualityMake the code cleaner or prettier.Make the code cleaner or prettier.good first issueGood for newcomersGood for newcomersusabilityMake the library more comfortable to useMake the library more comfortable to use