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

Hyperview schema: allow custom elements #155

Merged
merged 1 commit into from May 5, 2020
Merged

Conversation

adamstep
Copy link
Contributor

@adamstep adamstep commented May 5, 2020

Some improvements to the Hyperview schema. I discovered these while running validation against the unit tests in our backend:

  • Allow attributes from other namespaces on the <doc> element. This is needed to support xsi:schemaLocation and other XML-related attributes.
  • Allow any elements from other namespaces in the <view> element. This is needed to support embedded <svg> and custom elements.
  • Add transparent as a supported named color.
  • Support verb as a behavior attribute.

@adamstep adamstep merged commit d56da78 into master May 5, 2020
@adamstep adamstep deleted the adam/schema-improvements branch May 5, 2020 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants