Skip to content

Commit

Permalink
[iOS] Switch InlineMediaPlaybackRequiresPlaysInlineAttribute to false…
Browse files Browse the repository at this point in the history
… by default

https://bugs.webkit.org/show_bug.cgi?id=270691
rdar://124264770

Reviewed by Eric Carlson.

We started to add quirks to remove playsinline requirement for some websites.
We can try now to do the reverse as a way to deprecate playsinline.
Set the playsinline requirement to false by default on iOS.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

Canonical link: https://commits.webkit.org/276029@main
  • Loading branch information
youennf committed Mar 13, 2024
1 parent 40a84b1 commit ceb3a87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3374,10 +3374,8 @@ InlineMediaPlaybackRequiresPlaysInlineAttribute:
"PLATFORM(IOS_FAMILY)": WebKit::defaultInlineMediaPlaybackRequiresPlaysInlineAttribute()
default: false
WebKit:
"PLATFORM(IOS_FAMILY)": true
default: false
WebCore:
"PLATFORM(IOS_FAMILY)": true
default: false

InlinePredictionsInAllEditableElementsEnabled:
Expand Down

0 comments on commit ceb3a87

Please sign in to comment.