We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ec:aspectRatio has a string type, ec:displayAspectRatio and ec:ActiveFormatDescriptorCode
ec:aspectRatio
string
ec:displayAspectRatio
ec:ActiveFormatDescriptorCode
I suggest to change to have only a type ec:aspectRatio with a numerator and denominator.
So ec:displayAspectRatio will target ec:aspectRatio and ec:aspectRatio (the property) that target an ec:aspectRatio.
It will be relavant as with validation shape (SHACL/SHex), a validation against the width/height is possible for the aspectRatio property.
The text was updated successfully, but these errors were encountered:
feat!: create Ratio and use it for aspectRatio and displayAspectRatio
5c7e332
issue ebu#332
No branches or pull requests
ec:aspectRatio
has astring
type,ec:displayAspectRatio
andec:ActiveFormatDescriptorCode
I suggest to change to have only a type
ec:aspectRatio
with a numerator and denominator.So
ec:displayAspectRatio
will targetec:aspectRatio
andec:aspectRatio
(the property) that target anec:aspectRatio
.It will be relavant as with validation shape (SHACL/SHex), a validation against the width/height is possible for the aspectRatio property.
The text was updated successfully, but these errors were encountered: