Merge remote-tracking branch 'upstream/main'
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M html/attributes.go → html/attributes.go
@@ -60,6 +60,10 @@ func Muted() g.Node { return g.Attr("muted") } +func Open() g.Node { + return g.Attr("open") +} + func PlaysInline() g.Node { return g.Attr("playsinline") }