We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09e310b + 491f3df commit 45fce5eCopy full SHA for 45fce5e
src/attrs.c
@@ -1811,9 +1811,11 @@ void CheckLang( TidyDocImpl* doc, Node *node, AttVal *attval)
1811
/* checks type attribute */
1812
void CheckType( TidyDocImpl* doc, Node *node, AttVal *attval)
1813
{
1814
- ctmbstr const valuesINPUT[] = {"text", "password", "checkbox", "radio",
1815
- "submit", "reset", "file", "hidden",
1816
- "image", "button", NULL};
+ ctmbstr const valuesINPUT[] = {
+ "text", "password", "checkbox", "radio", "submit", "reset", "file",
+ "hidden", "image", "button", "color", "date", "datetime",
1817
+ "datetime-local", "email", "month", "number", "range", "search",
1818
+ "tel", "time", "url", "week", NULL};
1819
ctmbstr const valuesBUTTON[] = {"button", "submit", "reset", NULL};
1820
ctmbstr const valuesUL[] = {"disc", "square", "circle", NULL};
1821
ctmbstr const valuesOL[] = {"1", "a", "i", NULL};
0 commit comments