Bug 148868
Summary: | Value sanitization algorithms for month and week don't conform to HTML5 spec | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | akeerthi, cdumez, karlcow, webkit-bug-importer |
Priority: | P2 | Keywords: | BrowserCompat, InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=200416 |
Ryosuke Niwa
See
https://html.spec.whatwg.org/multipage/forms.html#month-state-(type=month)
https://html.spec.whatwg.org/multipage/forms.html#week-state-(type=week)
We don't seem to implement the sanitization algorithm properly according to
/html/semantics/forms/the-input-element/number.html
/html/semantics/forms/the-input-element/week.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/22589724>
Sam Sneddon [:gsnedders]
Is this just Bug 200416, where we don't support either (at least on macOS)?
Aditya Keerthi
I think it might be worth keeping this as a separate bug until we validate our existing (partial) implementation.
Month/week inputs are currently off-by-default experimental features on macOS, there is some code in the tree for them.