-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL schemes supported in presentation API #76
Comments
@anssiko comment on this:
|
Another open question is whether vendor- or OS-specific schemes are allowed. For example, a Chrome extension or app may want to present content which would be hosted by that extension/app (using the scheme These scenarios may just be user agent specific features that are a superset of the specification, and not part of the specification itself. |
PROPOSED RESOLUTION: do not restrict extensions that might want to make use of other URL schemes than http(s), however those alternative schemes are out of scope for v1 Relevant discussion at Berlin F2F: http://www.w3.org/2015/05/20-webscreens-minutes.html#item08 |
@louaybassbouss, I just posted a pull request with some proposed text for this issue. Please review when you have a chance. |
thx @mfoltzgoogle I just replied to PR #96. I think we can close this issue for now. |
Since this issue contains a PROPOSED RESOLUTION from the F2F, we should keep this issue open until 10 working days have passed from the F2F meeting. That is, if by 3 June 3 2015 no concerns have been raised, we can convert this and other PROPOSED RESOLUTIONs into RESOLUTIONs, after which we can close such issues if they have been addressed. However, we can (and are encouraged to) land changes to the Editor's Draft spec meanwhile without the need to wait for 10 days in order to do so (a la commit-then-review). By keeping the issues with PROPOSED RESOLUTIONs open for 10 days after the F2F we make it obvious to people not at F2F that the resolutions are indeed proposed until 10 days have passed, and any concerns can be raised. |
Now that the consensus window has passed, and we have implemented the proposed resolution with PR #96, closing this issue. |
Presentation API addresses currently presentation of hosted web content (e.g. accessible via
http://
orhttps://
). According to the spec, presentation URLs follows the URL Standard. Questions is: are there other relevant URL schemes for Presentation API? for exampledata:
scheme can be used in the following way:Also the
file://
protocol could be relevant for non-hosted web content for example for Packaged Web Application like W3C Widgets.All relevant schemes need to be evaluated regarding limitations, security implications, performance etc. for usage in Presentation API. Also use cases to derive requirements are needed.
The text was updated successfully, but these errors were encountered: