Skip to content

Commit 45fce5e

Browse files
Merge branch 'master' of github.com:w3c/tidy-html5
Forgot to pull.
2 parents 09e310b + 491f3df commit 45fce5e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/attrs.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,9 +1811,11 @@ void CheckLang( TidyDocImpl* doc, Node *node, AttVal *attval)
18111811
/* checks type attribute */
18121812
void CheckType( TidyDocImpl* doc, Node *node, AttVal *attval)
18131813
{
1814-
ctmbstr const valuesINPUT[] = {"text", "password", "checkbox", "radio",
1815-
"submit", "reset", "file", "hidden",
1816-
"image", "button", NULL};
1814+
ctmbstr const valuesINPUT[] = {
1815+
"text", "password", "checkbox", "radio", "submit", "reset", "file",
1816+
"hidden", "image", "button", "color", "date", "datetime",
1817+
"datetime-local", "email", "month", "number", "range", "search",
1818+
"tel", "time", "url", "week", NULL};
18171819
ctmbstr const valuesBUTTON[] = {"button", "submit", "reset", NULL};
18181820
ctmbstr const valuesUL[] = {"disc", "square", "circle", NULL};
18191821
ctmbstr const valuesOL[] = {"1", "a", "i", NULL};

0 commit comments

Comments
 (0)