summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLInputElement.webidl
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-14 14:45:58 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-14 14:45:58 +0100
commit73c6f6b3deb95fff270898dfb3e48c116f714d5c (patch)
tree175c24964f6ccad4e1649171062d41ca7a3e0777 /dom/webidl/HTMLInputElement.webidl
parent8a15fd8d24e4373f462046b46fbe8558f57f3403 (diff)
downloadUXP-73c6f6b3deb95fff270898dfb3e48c116f714d5c.tar
UXP-73c6f6b3deb95fff270898dfb3e48c116f714d5c.tar.gz
UXP-73c6f6b3deb95fff270898dfb3e48c116f714d5c.tar.lz
UXP-73c6f6b3deb95fff270898dfb3e48c116f714d5c.tar.xz
UXP-73c6f6b3deb95fff270898dfb3e48c116f714d5c.zip
Bug 1320225: [DateTimeInput] Integration of input type=date input box with picker (part 2)
Diffstat (limited to 'dom/webidl/HTMLInputElement.webidl')
-rw-r--r--dom/webidl/HTMLInputElement.webidl3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/webidl/HTMLInputElement.webidl b/dom/webidl/HTMLInputElement.webidl
index d3d537f84..99da49ca2 100644
--- a/dom/webidl/HTMLInputElement.webidl
+++ b/dom/webidl/HTMLInputElement.webidl
@@ -238,6 +238,9 @@ partial interface HTMLInputElement {
dictionary DateTimeValue {
long hour;
long minute;
+ long year;
+ long month;
+ long day;
};
partial interface HTMLInputElement {