-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix duration value to be floating point number #571
Comments
Best as I can see, the API does not define whether |
https://www.w3.org/TR/media-frags/#collected-syntax-uri I think it's optional inside of media frags.
I don't think this requirement is compatible with the JSON specification, which only describes a single type "number", which may or may not be fractional. Some serialisers, including |
It's not the only reason, but I believe the validator cries Foul at a duration that isn't a floating point. See 01b414d for changes to the AV choice recipe that reflect this and #474 for a previous time I corrected some recipes for this reason (though clearly when they were written the validator didn't complain about the datatype). This precedent citation is not to shut down the conversation, but to make a note to both of us that if we end up at a point that is not "duration needs to be written as 0.0" then there may be other recipes that need changing. |
Recipe info:
Correction request
Prezi 3 says that
duration
values MUST be floating point numbers. In this recipe, theduration
on the Canvas needs to be changed from 180 to 180.0The text was updated successfully, but these errors were encountered: