You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can still define a schema for it and I'm sure someone did it somewhere.
but going without schema has some problem that we can't enforce certain rules.
This is blocked by the lack of modular HTML5 schema (meaning it is either applied all, including <head> and <title>, or none. Can't embed a segment without violating validator.
The alternative path is to include it in the Manifest which the current Signature validator doesn't support. This will be solved in 2 stages: adding manifest support in Android/iOS then replacing the support with a JavaScript based TokenScript library.
@colourful-land it seems there is no official support for HTML5 due to it being it's own language: https://stackoverflow.com/questions/36071493/why-isnt-there-an-official-xml-schema-for-xhtml5
The text was updated successfully, but these errors were encountered: