This group is announcement-only. You cannot post messages because you are not a manager.
Description:
The public home of the Web Intents API pre-working group. Topics include proposals for and feedback of the API draft.
|
|
|
Web Intents Google Group closed
|
| |
Now that public discussion of Web Intents has a proper home [1], I've disabled sending messages to this Google Group. We'll refrain from deleting the group in order to keep the historical messages archived. [1] public-web-inte...@w3.org Thanks, James
|
|
/list.html page on webintents.org is currently broken
|
| |
As already mentioned in a post in this group, the /list.html page on
webintents.org is currently broken.
Check this out:
1. /list.html
line 45: IntentController.renderActions (action.actions, undefined,
root) where intent has the value UNDEFINED.
The renderActions function calls the renderAction function with in... more »
|
|
Could webintents.org be made to serve via https?
|
| |
Hi, The instructions suggest loading the shim directly from [link]. This won't work well for sites served via https (eg. Chrome will block the script and present a warning, user must click 'Load Anyway' and then the page reloads). Could webintents.org be setup to also serve via https to avoid this problem?... more »
|
|
library for parsing data URIs?
|
| |
If web intents are going to encourage the use of data URIs for passing data by value encoded in a URL, then I think we need to supply a standard library for parsing these URIs. It looks like all the samples today just store the received URI as the src of an img element. Real-world scenarios will often require manipulating the data directly in JavaScript.... more »
|
|
Can intents specify a list of potential mime types?
|
| |
Hi, Say I want to use pick to let a user insert an image or video into a post (eg. social network site, e-mail client, etc.). Do I really need to give the user two buttons (insert image, insert video), or can we come up with some way that I can request a pick for images OR videos (eg. support an array of mime types for intents with output data only)? I certainly don't... more »
|
|
Quick question on pick specification data format
|
| |
The pick intent specification <[link]> doesn't seem very clear on it's data formats (some of this applies to the other intents specifications as well, but let's just focus on pick here first). In particular: - Implies that pick can be used only for data of type image/*, audio/*,... more »
|
|
a small guide for "getting started with web intents"
|
| |
Hi! I put together this little getting-started guide, for myself, but maybe other people will find it helpful as well, which is why i'm posting it here: As a starting point, consider these minimal examples: * minimalHandler.html: -------------- <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8">... more »
|
|
Validation
|
| |
Hello, I was at Devoxx 2011 in Antwerp, Belgium and I was present in the conference about Web Intents. I asked the question about having the ability to specify validation in the webintents and was told to post the idea here. So here we go. :-) Our situation : We currently work with our own inhouse built CMS which... more »
|
|
|