- Notifications
You must be signed in to change notification settings - Fork40
Closed
Description
I failed to notice that when I reviewed the update, but I think "in parallel" is wrong in step 11 of thegetAvailability algorithm which instructs the user agent to "Run the algorithm to monitor the list of available presentation displays in parallel".
In practice, if the algorithm is run in parallel, that means the first time an app callsgetAvailability, it will always end up with aPresentationAvailability object whosevalue isfalse (set by step 9.1 since the list of available presentation displays is empty to start with). Is that the intent? I would rather expect thevalue to convey the outcome of running the monitoring algorithm.
Metadata
Metadata
Assignees
Labels
No labels