Merge remote-tracking branch 'upstream/main'
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M html/attributes_test.go → html/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},