[presentation-api] Pull Request: Issue 9: How to filter available screens according to the content being presented

mfoltzgoogle has just submitted a new pull request for 
https://github.com/w3c/presentation-api:

== Issue 9: How to filter available screens according to the content 
being presented ==
Implements the resolution for Issue #9:

PROPOSED RESOLUTION: For issue #9, include a URL parameter to 
"getAvailability" (subject to amendments to issue #81)

- Adds an optional availabilityUrl to getAvailability().
- Updates the algorithms for monitoring available presentation 
displays to take into account the availability URL.
- Introduces a new global data structure, the set of availability 
objects:
  - So we can be more proscriptive about when monitoring should be 
done (or not done);
  - Customize the firing of the change event;
  - Delay resolving the Availability Promise until monitoring has 
completed.  
- Defines what it means to be a compatible presentation display.
- Generally re-organizes the discussion around monitoring available 
presentation displays

@avayvod This makes some modifications to your specification for the 
Availability object.

@mwatson2 This topic is of interest to you, please take a look.



 

See https://github.com/w3c/presentation-api/pull/114

Received on Friday, 12 June 2015 00:05:08 UTC