From ba5a989334bba5126603ea95fe6602de9a57462f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Mar 2025 10:04:13 +0100 Subject: Add `Scope` attribute (#249) https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#scope--- html/attributes_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'html/attributes_test.go') diff --git a/html/attributes_test.go b/html/attributes_test.go index 88185b1..6a01e03 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -93,6 +93,7 @@ func TestSimpleAttributes(t *testing.T) { {Name: "role", Func: Role}, {Name: "rows", Func: Rows}, {Name: "rowspan", Func: RowSpan}, + {Name: "scope", Func: Scope}, {Name: "slot", Func: SlotAttr}, {Name: "src", Func: Src}, {Name: "srcset", Func: SrcSet}, -- cgit 1.4.1