[presentation-api] Pull Request: Reorder api

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

== Reorder api ==
This PR reorganizes the API section to be more logical, starting from 
the top level interface and working down.  It also improves naming for
 a couple of the algorithms.

The new outline:

```
6. API
6.1 Common idioms
6.2 Interface Presentation
6.2.1 Controlling user agent
6.2.2 Receiving user agent
6.3 Interface PresentationRequest
6.3.1 Constructing a PresentationRequest
6.3.2 Starting a presentation
6.3.3 Reconnecting to a presentation
6.3.4 Establishing a presentation connection
6.3.5 Event Handlers
6.4 Interface PresentationAvailability
6.4.1 The set of availability objects
6.4.2 The list of available presentation displays
6.4.3 Monitoring the list of available presentation displays
6.4.4 Interface PresentationConnectionAvailableEvent
6.5 Interface PresentationConnection
6.5.1 Sending a message through PresentationConnection
6.5.2 Receiving a message through PresentationConnection
6.5.3 Closing a PresentationConnection
6.5.4 Terminating a PresentationConnection
6.5.5 Event Handlers
6.6 Interface PresentationReceiver
6.6.1 Creating a receiving browsing context
6.7 Interface PresentationConnectionList
6.7.1 Monitoring incoming presentation connections
6.7.2 Event Handlers
```

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

Received on Friday, 11 December 2015 21:46:32 UTC