"a target for events generated by a remote server"
Empty element:
<event-source
src="http://www.example.com/sensordata/"/>
src attribute points to the event source
Events are sent in application/x-dom-event-stream format.
This is essentially name: value
records with optional values:
All values are given in Celsius Temperature 900: 5.2 Temperature 901: 5.3 Temperature 902: 5.4
Is this server push (at an element level)?