BorderTech / wcomponents

Accessible Web UI Framework for Enterprise
GNU General Public License v3.0
21 stars 17 forks source link

Get rid of "Widget" #1826

Closed ricksbrown closed 8 months ago

ricksbrown commented 11 months ago

Now handled by browser apis:

findAncestor: Element.closest isOneOfMe: Element.matches findDescendants: Element.querySelectorAll findDescendant: Element.querySelector