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
Don't know if it helps but the newer (and better), version of this project (https://github.com/xmlet/HtmlApiFaster) provides an interface, GlobalEventAttributes, which contains default methods for every event attribute supported in the HTML5.2 specification.
If you are looking to use this solution to write well formed HTML you should also check https://github.com/xmlet/HtmlFlow. The HtmlFlow project uses the HtmlApiFaster API to write well formed, define HTML templates, etc.
If nothing of the above helps, I'll consider adding an enum on the next release.
Thank you for your quick answer, unfortunately, I was thinking to use your librairies on top of a project I'm contributing. Using HTML5 fluent builder (which is awesome by the way), I'd also need constants event names (it'd be great if it could be defined just like https://www.w3schools.com/tags/ref_eventattributes.asp, e.g in separate enums/classes)
Is it possible to provide all the HTML5 event names as constants? (e.g contained in enum class)
See https://www.w3schools.com/tags/ref_eventattributes.asp
The text was updated successfully, but these errors were encountered: