-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xilem_html: Add MathML and SVG elements/DOM interface traits (#153)
* Added all MathML elements * xilem_html: Add all SVG elements and DOM interfaces, and an example using MathML and raw SVG * Cargo fmt * xilem_html: Reduce boilerplate in elements, by adding a new macro match arm * xilem_html mathml_svg example: Remove unnecessary stuff in index.html * xilem_html: Use `mod`s for each element namespace (html, mathml, svg)
- Loading branch information
Showing
11 changed files
with
655 additions
and
143 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.