Bug 64662 (CalendarAPI)
Summary: | Support for Calendar API | ||
---|---|---|---|
Product: | WebKit | Reporter: | Donggwan Kim <donggwan.kim> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | benjamin, gyuyoung.kim, gyuyoung.kim, jamesr, kennyluck, laszlo.gombos, peter, ravi.kasibhatla, sam, simon.fraser, wonsuk11.lee |
Priority: | P4 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.w3.org/TR/2011/WD-calendar-api-20110419/ | ||
Bug Depends on: | |||
Bug Blocks: | 78947 |
Donggwan Kim
There is no Calendar API implementation in WebKit
This API is a new feature that is published by W3C.
The Device APIs Working Group of W3C has just released a Working Draft of its Calendar API:
http://www.w3.org/TR/2011/WD-calendar-api-20110419/
So we need to implement it.
I'd like to implement it and I'm implementing it now.
I'm going to commit patch for Calendar API implementation very soon
Thank you
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
James Robinson
(In reply to comment #0)
> There is no Calendar API implementation in WebKit
> This API is a new feature that is published by W3C.
> The Device APIs Working Group of W3C has just released a Working Draft of its Calendar API:
> http://www.w3.org/TR/2011/WD-calendar-api-20110419/
>
> So we need to implement it.
The fact that a standard exists does not mean that we have to implement it. Adam Barth raised some valid points here: https://lists.webkit.org/pipermail/webkit-dev/2011-July/017621.html that I think should be addressed before any code lands.