mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
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,
|
||||
|
||||
Reference in New Issue
Block a user