Add validation to CI - #113
Conversation
|
I personally would propose to have action repository within w3c organization for (far) future maintenance and continuity. I'm happy to setup tools repository, if needed. |
Which action do you mean? This could be a very useful thing, if it's reusable generally. |
ah, actually was not action, but toolkit used for main part of this CI I haven't checked well for which part of toolkit is used for validation, but I somehow afraid that PR would be failed with unsupported repository or something.. |
Yes, unless @skynavga has any reasons not to use ttv to validate the files, I think it should be fine. |
|
Noting that the ttv model for imsc1 doesn't seem to accept the value in the Also noting that we expect all the test TTML files to be valid, because they're all presentation tests, i.e. there are (intentionally) no tests that check a validator catches invalid content. From a tests perspective, So one way to address the failing validation for a subset of files is to remove It's possible that there are other validation approaches we could take that would be less semantically discriminating but still catch syntactic errors, e.g. include a script that does XSD validation based on the schema in the spec at the relevant release tag, or find an alternative validator. |
No description provided.