Skip to content

Commit

Permalink
Cherry-pick 12430a2. rdar://problem/95968482
Browse files Browse the repository at this point in the history
    Disallow content property on video element
    https://bugs.webkit.org/show_bug.cgi?id=242855
    rdar://95968482

    Reviewed by Simon Fraser.

    Disallow content property on video element.

    Matches Firefox and Chrome.

    * Source/WebCore/css/html.css:
    (video):

    Canonical link: https://commits.webkit.org/252574@main

Canonical link: https://commits.webkit.org/252432.92@safari-7614.1.25.3-branch
  • Loading branch information
rwlbuis authored and alancoon committed Jul 28, 2022
1 parent f18b468 commit a386bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/css/html.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ video {
#if defined(WTF_PLATFORM_IOS_FAMILY) && WTF_PLATFORM_IOS_FAMILY
-webkit-tap-highlight-color: transparent;
#endif
content: normal !important;
}

audio {
Expand Down

0 comments on commit a386bef

Please sign in to comment.