Add playsInline as an allowed HTML property (#7519)

The WHATWG has unprefixed `-webkit-playsinline` as `playsinline` (see: https://github.com/whatwg/html/pull/1444) and iOS 10 intends to use it (https://webkit.org/blog/6784/new-video-policies-for-ios/).
This commit is contained in:
Paul Kehrer
2016-08-24 01:47:51 +08:00
committed by Paul O’Shannessy
parent 32e60fecdc
commit 7b11aa9450
@@ -116,6 +116,7 @@ var HTMLDOMPropertyConfig = {
optimum: 0,
pattern: 0,
placeholder: 0,
playsInline: HAS_BOOLEAN_VALUE,
poster: 0,
preload: 0,
profile: 0,