all repos — gomponents @ aa31c287a17885091d2dd9111f3eb798ee2ad91a

HTML components in pure Go

Merge remote-tracking branch 'upstream/main'

Alan Pearce
commit

aa31c287a17885091d2dd9111f3eb798ee2ad91a

parent

16f98a2bdbcfa112fb73fe318e88d497318ff8b3

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M html/attributes_test.gohtml/attributes_test.go
@@ -25,6 +25,7 @@ {Name: "formnovalidate", Func: FormNoValidate},
{Name: "loop", Func: Loop}, {Name: "multiple", Func: Multiple}, {Name: "muted", Func: Muted}, + {Name: "open", Func: Open}, {Name: "playsinline", Func: PlaysInline}, {Name: "readonly", Func: ReadOnly}, {Name: "required", Func: Required},