Add Step attribute (#126) See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#step Fixes #120.
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M html/attributes_test.go → html/attributes_test.go
@@ -70,6 +70,7 @@ "rows": Rows, "rowspan": RowSpan, "src": Src, "srcset": SrcSet, + "step": Step, "style": StyleAttr, "tabindex": TabIndex, "target": Target,