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

Add support for the `wbr` element

Open whisk opened this issue 6 months ago • 0 comments

Description

The library currently lacks support for the wbr element. HTML5 reference: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-wbr-element. Note that this element has no end tag, that means it may not have children.

What to do

  • [ ] Add new element function in elements.go
  • [ ] Add the test case in elements_test.go

whisk avatar Jun 29 '25 14:06 whisk