about summary refs log tree commit diff stats
path: root/html/attributes_test.go
diff options
context:
space:
mode:
authorMarkus Wüstenberg2023-01-17 13:05:47 +0100
committerGitHub2023-01-17 12:05:47 +0000
commit8e4b1319d12e11fe62725fc30ea01b1f274f8c50 (patch)
tree87df4fd6c60ce06427698b6efb0a3b122b4bdcb5 /html/attributes_test.go
parente11dcad5185a1fb35a62076d4357c697da108ad7 (diff)
downloadgomponents-8e4b1319d12e11fe62725fc30ea01b1f274f8c50.tar.lz
gomponents-8e4b1319d12e11fe62725fc30ea01b1f274f8c50.tar.zst
gomponents-8e4b1319d12e11fe62725fc30ea01b1f274f8c50.zip
Add Step attribute (#126)
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#step

Fixes #120.
Diffstat (limited to 'html/attributes_test.go')
-rw-r--r--html/attributes_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/attributes_test.go b/html/attributes_test.go
index 4071101..5e2c179 100644
--- a/html/attributes_test.go
+++ b/html/attributes_test.go
@@ -70,6 +70,7 @@ func TestSimpleAttributes(t *testing.T) {
 		"rowspan":      RowSpan,
 		"src":          Src,
 		"srcset":       SrcSet,
+		"step":         Step,
 		"style":        StyleAttr,
 		"tabindex":     TabIndex,
 		"target":       Target,