scalm icon indicating copy to clipboard operation
scalm copied to clipboard

Support all HTML tags as wrappers

Open salc2 opened this issue 7 years ago • 1 comments

Currently there are just a few HTML tags. It is desired to have all of then if it is possible. Here are some useful resources. html-tags html-tags-void Additionally would be great have also many attributes as we can including events. See Html module

salc2 avatar Jan 25 '18 16:01 salc2

Consider using Scala DOM Types if you want a comprehensive list of HTML tags and/or attributes/properties. You would also get specific types out of it. It's currently used by Outwatch (DomTypes.scala) and my own Laminar and is designed to be very flexible.

raquo avatar Jan 25 '18 18:01 raquo