Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choice and order of items #368

Closed
mikeapp opened this issue Sep 3, 2014 · 5 comments
Closed

Choice and order of items #368

mikeapp opened this issue Sep 3, 2014 · 5 comments

Comments

@mikeapp
Copy link
Member

mikeapp commented Sep 3, 2014

For some cases the order of (non-default) items in a choice resource is meaningful and it would benefit the user if the client maintained the order in the display. (Our use case is arranging the multispectral imagery by wavelength. Another might be conservation images in chronological order.) Perhaps we could recommend this?

@azaroth42
Copy link
Member

This is going to be a LONG defer unfortunately. The Choice construction in Open Annotation isn't ordered, so while in JSON it looks like a list, in RDF it's actually:

_:choice default <a> ;
  item <b> ;
  item <c> ;
  item <d> .

This is on my list of issues to discuss in the Web Annotation Working Group... which should have its TR done by 2016.

@mikeapp
Copy link
Member Author

mikeapp commented Sep 4, 2014

😢 I'd forgotten it wasn't a list; despite this the order was preserved in my processing workflow.

Could/should we suggest any behavior on the client side? Sorting by label?

@azaroth42 azaroth42 added this to the Presentation 3.0 milestone Mar 14, 2015
@azaroth42
Copy link
Member

Noting that Choice in WAWG is an ordered list of options, and hence we're able to progress on this in 3.0.

@zimeon zimeon removed the defer label May 31, 2017
@azaroth42 azaroth42 removed the defer label May 31, 2017
@azaroth42 azaroth42 added discuss and removed discuss labels Jun 14, 2017
@jpstroop
Copy link
Member

jpstroop commented Aug 2, 2017

2 August 2017 call: Make sure this is surfaced in the companion document about the web annotation that accompanies prezi 3.

@azaroth42 azaroth42 added Ready-for-Eds Editorial changes ready for Editorial review and removed Ready-for-Eds Editorial changes ready for Editorial review labels Sep 15, 2017
@azaroth42
Copy link
Member

Closing as in Prezi3 there won't be any normative text about Choices, there will just be recipes for using Annotations in this way in the cookbook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants