scala-dom-types icon indicating copy to clipboard operation
scala-dom-types copied to clipboard

Scala types for your library to represent HTML tags, attributes, properties and CSS styles

Results 22 scala-dom-types issues
Sort by recently updated
recently updated
newest added

Such as: * margin-block, margin-block-start, margin-block-end * margin-inline, margin-inline-start, margin-inline-end * padding-block, padding-block-start, padding-block-end * padding-inline, padding-inline-start, padding-inline-end * inset * inset-block, inset-block-start, inset-block-end * inset-inline, inset-inline-start, inset-inline-end * etc...

See also: https://github.com/raquo/scala-dom-types/issues/71

enhancement

I would like to merge colliding html and svg attribute names into a shared definition. Attrs like `height` or `href` exist in both html and svg so when we import...

enhancement
need to find time

I started adding grid styles but according to MDN they are still a candidate or a working-draft. So I am not sure whether they belong into sdt. Or can we...

Adding aria-current to AriaAttrs.

Currently, domtypes defines dom attributes, properties, styles, events and elements as `lazy val`. Now, we use domtypes in OutWatch, where most of the things we are constructing are builders. For...

discussion

fixes #53 I had this branch lying around...

Just found this: https://github.com/mdn/data I think it should be possible to extract a huge amount of code automatically and have a more up-to-date library in general. There is also https://github.com/mdn/browser-compat-data...

discussion