Skip to content
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

Upgrade schema to HTML5 #150

Open
bitcoinwarrior1 opened this issue May 12, 2019 · 3 comments
Open

Upgrade schema to HTML5 #150

bitcoinwarrior1 opened this issue May 12, 2019 · 3 comments
Assignees
Labels

Comments

@bitcoinwarrior1
Copy link
Contributor

bitcoinwarrior1 commented May 12, 2019

@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

@SmartLayer
Copy link

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.

@bitcoinwarrior1
Copy link
Contributor Author

Note that this can be solved by using react to render your HTML

@SmartLayer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants