Skip to content

Commit

Permalink
Add playsInline as an allowed HTML property
Browse files Browse the repository at this point in the history
The WHATWG has unprefixed `-webkit-playsinline` as `playsinline` (see: whatwg/html#1444) and iOS 10 intends to use it (https://webkit.org/blog/6784/new-video-policies-for-ios/).
  • Loading branch information
reaperhulk authored Aug 18, 2016
1 parent a9e681a commit 4de1ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/dom/shared/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ var HTMLDOMPropertyConfig = {
optimum: 0,
pattern: 0,
placeholder: 0,
playsInline: HAS_BOOLEAN_VALUE,
poster: 0,
preload: 0,
profile: 0,
Expand Down

0 comments on commit 4de1ea1

Please sign in to comment.