Open kaikoga opened 5 years ago
Just allow <data>
inside anything?
Maybe named anything could be allowed, but we should consider checking slot overwrite
Going to low priority, because we can write this:
<data>
<obj name="@" objRefWithSomeWeirdName="ref1" objRefWithOtherWeirdName="ref2" />
<obj name="objRefWithSomeWeirdName" value="1" />
<obj name="objRefWithOtherWeirdName" value="2" />
</data>
I think this is blocked by #30Background
would be inline defined like this
but this would be cleaner:
though it is impossible because currently
<obj>
cannot accept<obj>
seed