pdf-association / arlington-pdf-model

A vendor- and implementation-independent specification-derived, machine-readable model of PDF.
Apache License 2.0
77 stars 6 forks source link

Invalid special case for Start in MovieActivation #72

Closed MaximPlusov closed 1 year ago

MaximPlusov commented 1 year ago

Special case for Start in MovieActivation is currently fn:Eval(@Start>0) while it should be fn:Eval(@Start>=0)

ISO 32000-2, table 307: The starting time shall be nominally a non-negative 64-bit integer

petervwyatt commented 1 year ago

Proper validation should have also noted that the default value of 0 was therefore also invalid!