~fr33domlover
5 years ago
Technically, items
is valid for use there because the domain and range match (the AS2 spec implies items
is for Collection
and orderedItems
is for OrderedCollection
, but there’s no MUST or SHOULD), but I suppose it’s clearer to use orderedItems
for an OrderedCollection
. The examples in the specs do that, so it’s probably what implementations will do.
I’ll fix that in the code :)
reply