Bug 72955 - Implement command API
Summary: Implement command API
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-22 06:51 PST by Rakesh
Modified: 2023-12-11 07:27 PST (History)
9 users (show)

See Also:


Attachments
Proposed patch (7.31 KB, patch)
2011-11-22 07:08 PST, Rakesh
rniwa: review-
rniwa: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rakesh 2011-11-22 06:51:16 PST
Implement command API. Specs are http://dev.w3.org/html5/spec/Overview.html#commands
Comment 1 Rakesh 2011-11-22 07:08:21 PST
Created attachment 116224 [details]
Proposed patch

This patch implments basic command apis, the specific case of http://dev.w3.org/html5/spec/Overview.html#using-the-accesskey-attribute-to-define-a-command-on-other-elements
Comment 2 Alexey Proskuryakov 2011-11-22 10:28:51 PST
Did you e-mail webkit-dev about this feature? We need to discuss if it's wanted in WebKit, and whether it should be behind an ifdef.
Comment 3 Rakesh 2011-11-23 01:15:57 PST
(In reply to comment #2)
> Did you e-mail webkit-dev about this feature? We need to discuss if it's wanted in WebKit, and whether it should be behind an ifdef.

Thanks for your inputs, I sent a e-mail on webkit-dev about this.
Comment 4 Ryosuke Niwa 2012-04-19 16:55:54 PDT
Comment on attachment 116224 [details]
Proposed patch

I don't think we want to land this patch as is.
Comment 5 Anne van Kesteren 2023-12-11 07:27:19 PST
No follow-up for over a decade, closing.