[go: up one dir, main page]

tink_domspec


https://github.com/haxetink/tink_domspec/

To install, run:

haxelib install tink_domspec 0.5.2 

See using Haxelib in Haxelib documentation for more information.

README.md

Tinkerbell DOM Spec

This library contains a specification of the DOM elements, with their attributes and events. It has no use on its own, rather it is meant as a support library for coconut, tink_html, haxe-react and any other library that may require dealing with the DOM.

The spec found here does not represent an alternative for the js.html externs (but rather a complement). In fact it does not depend on js or the DOM at all, since it should be usable in situations like server side validation of HTML.

Because the spec is handwritten, it is not comprehensive. Properties that are deprecated or highly experimental are left out intentionally. However, pull requests to add missing properties you encounter a real world need for are highly welcome.

The main entry point for retrieving the type information at compile time is tink.domspec.Macro.tags.

Contributors
back2dos
Version
0.5.2
Published
2 years ago
Dependencies
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub