IIIF / api

Source for API and model specifications documents (api and model)
http://iiif.io/api
105 stars 54 forks source link

Is a selection of t a point or a duration? #2271

Open azaroth42 opened 5 months ago

azaroth42 commented 5 months ago

According to the PointSelector definition, the value of t is a floating point number of seconds. It thus selects an instant in time with a 0 duration.

The Presentation API says:

A segment of the Canvas’s area using the media fragment syntax of #xywh= for spatial regions, and/or #t= for temporal segments.

The definition of t in media fragments:

denoted by the name t, and specified as an interval with a begin time and an end time

This led to confusion in #2253 as to how to select a point over time, and we should fix it.

azaroth42 commented 5 months ago

Eds to discuss and come back with a proposal

azaroth42 commented 5 months ago

Will be solved by #2280 if approved