api icon indicating copy to clipboard operation
api copied to clipboard

unordered behavior is defined in terms of canvases, but allowed on Collection

Open azaroth42 opened this issue 3 years ago • 3 comments

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.

azaroth42 avatar Feb 24 '21 15:02 azaroth42

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?

kirschbombe avatar Jun 09 '24 00:06 kirschbombe

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.

azaroth42 avatar Jun 11 '24 12:06 azaroth42

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.

kirschbombe avatar Jun 14 '24 16:06 kirschbombe