[mediacapture-main] new commits pushed by adam-be

The following commits were just pushed by adam-be to https://github.com/w3c/mediacapture-main:

* format & fixup Example code

cleanup code example in HTML help us understand features more easily.
so I cleanup some code like below.

- format indent
- use basic new feature of ES6^
  - const
  - arrow function
  - async/await
- remove deprecated scoped css

if there are some format rule or feature regulation in spec.
please mention me and I'll fix them.
  by Jxck
https://github.com/w3c/mediacapture-main/commit/0cb4adb0ded97e7d4a79bb768c5769142df6e3e6

* replace aspectRatio value in division calclate rather than decimal
  by Jxck
https://github.com/w3c/mediacapture-main/commit/d3a906dae1297e7bfc18bb5e078e639e8bfe30ae

* remove mid-sentence space aligning
  by Jxck
https://github.com/w3c/mediacapture-main/commit/8b5b65caa1d8be10c7cc786ad7ae98694a22575a

* include completeness result from await
  by Jxck
https://github.com/w3c/mediacapture-main/commit/16c3b28ea57cf77cf25f3d799f39765efa5f2937

* move comment for readable
  by Jxck
https://github.com/w3c/mediacapture-main/commit/df6140c5cb2c65af644b9ad5a2c44e3b03cf12cd

* use await for premise consitently
  by Jxck
https://github.com/w3c/mediacapture-main/commit/6a52498491944ece1321d89965713c25f41e8e56

* make plural variable name
  by Jxck
https://github.com/w3c/mediacapture-main/commit/a2fbdc4592d9046b8ca7398e33c32c61498235b9

* simpler
  by Jxck
https://github.com/w3c/mediacapture-main/commit/430914fa4cde8633dde8faf964decc60bd7bc857

* google style spacing
  by Jxck
https://github.com/w3c/mediacapture-main/commit/2107215e657a5eccddc800d7c471c589fd3d43b3

* s/gotten/stream/
  by Jxck
https://github.com/w3c/mediacapture-main/commit/8f7b8b51db7b3e4b0aa3ee68d7aace75a14e21de

* fixup getusermedia handling
  by Jxck
https://github.com/w3c/mediacapture-main/commit/2759e4219012e43d52d168c74eba4f14dd6b1337

* replace addEventListener to onhandler
  by Jxck
https://github.com/w3c/mediacapture-main/commit/b82c59dd6318e6e1a9804aa77e259181c5534ea4

* promisify onloadedmetadata
  by Jxck
https://github.com/w3c/mediacapture-main/commit/2af2c5d73ba7125c16ac21b8c6e0cd45a02fd331

* simplify property access
  by Jxck
https://github.com/w3c/mediacapture-main/commit/e5949bb730a636f8f1456c0ab61b5577df6a681c

* semi-colon
  by Jxck
https://github.com/w3c/mediacapture-main/commit/56360675d333c018630304a58f72edd8caa7d9ad

* inlining handler set
  by Jxck
https://github.com/w3c/mediacapture-main/commit/1386a3b382495b9d8f695d5b1dc8f28c0dbb3c8a

* tiny style fixup
  by Jxck
https://github.com/w3c/mediacapture-main/commit/cb3f0fc790a0684d89f14bcb66f21d0249e5aac9

* Merge branch 'patch-1' of https://github.com/Jxck/mediacapture-main into Jxck-patch-1
  by Adam Bergkvist
https://github.com/w3c/mediacapture-main/commit/ed1b765efc6c5b715fd8b2addbc0798bda456134

* Editorial: Fix remaining style issues in examples (Google style with mods)
  by Adam Bergkvist
https://github.com/w3c/mediacapture-main/commit/a02ba88f652bca4aa6f9cd1ee09ba15ba24223ec

* Editorial: Use single quotes in examples (Google style)
  by Adam Bergkvist
https://github.com/w3c/mediacapture-main/commit/48b6933888c040cfb9cb75a9a3f6914bc4363457

* git push origin masterMerge branch 'Jxck-patch-1'
  by Adam Bergkvist
https://github.com/w3c/mediacapture-main/commit/8a803b5b5398a8e41c360b54626a15b85ea3ac2a

Received on Monday, 30 October 2017 07:19:33 UTC