- From: Anssi Kostiainen via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 Apr 2015 12:19:16 +0000
- To: public-secondscreen@w3.org
Thanks for the PR! Some comments below: * For "Note: ..." please use `<p class="note">...</p>` * The new link type "default-presentation" is used in the example, but it is not defined in the normative prose. Please add a new section for this. You can refer to the Link types section [1] in the HTML spec for some inspiration. * In the "6.6 Interface DefaultSessionStart" section [2] it is said: > An event named defaultsessionstart is fired when the UA initiates a presentation on behalf of the page. We should specify at which stage of the "establish a presentation connection" algorithm [3] the event is fired. * Could we fire the `defaultsessionstart` event whenever a new session is started, regardless of whether it is UA initiated or a result of `startSession()` or `joinSession()` invocation? [1] http://www.w3.org/TR/html51/semantics.html#linkTypes [2] http://avayvod.github.io/#interface-defaultsessionstart [3] http://avayvod.github.io/#establish-a-presentation-connection -- GitHub Notif of comment by anssiko See https://github.com/w3c/presentation-api/pull/77#issuecomment-94437252
Received on Monday, 20 April 2015 12:19:24 UTC