Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 444 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 444 Bytes

dom Go Reference

This package has pure Go implementation of some Document Object Model functions using golang.org/x/net/html.Node.

It makes use of the awesome package andybalholm/cascadia.

The spec pacakge specifies interfaces; dom has implementations.