elem-go icon indicating copy to clipboard operation
elem-go copied to clipboard

Add support for HTML5 `<picture>` element

Open chasefleming opened this issue 9 months ago • 0 comments

Description

The library currently lacks support for the <picture> element.

Tasks

  • [ ] New element function in elements.go
  • [ ] Test case in elements_test.go
  • [ ] Add SrcSet attribute to attrs package if not already present

chasefleming avatar Mar 26 '25 22:03 chasefleming