api
api copied to clipboard
unordered behavior is defined in terms of canvases, but allowed on Collection
Where the intent is, I believe, that the set of manifests in the collection is unordered, rather than anything to do with those manifests canvases.
Seems like a bug in the description of the behavior value to me. Thanks to sadler
in slack for reporting it.
To clarify, unordered
is not valid on Manifests then? Is there a use case where someone would have an unordered
behavior on a Manifest that did not apply to its Canvases?
Oh no, it's valid on both, but defined only in terms of Canvases as the things which are unordered.
e.g. unordered on Collection = Manifests are unordered ; unordered on Manifest = Canvases are unordered
It could (as written) be interpreted that on a Collection, the Canvases in all of the component Manifests are unordered.
Oh, gotcha. The current language didn't at first seem to be ambiguous, so I misread your message above. I'll take a stab at clarifying the language.