Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ec0f6661284bb7cb72c4f117f9288fef993a3d80
      
https://github.com/WebKit/WebKit/commit/ec0f6661284bb7cb72c4f117f9288fef993a3d80
  Author: Joanne Pan <[email protected]>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M Source/WebCore/page/Quirks.cpp
    M Source/WebCore/page/Quirks.h
    M Source/WebCore/page/QuirksData.h
    M Source/WebCore/style/StyleAdjuster.cpp

  Log Message:
  -----------
  sports.yahoo.com: volume slider baseline is incorrect and it is bit below 
compared to macOS
https://bugs.webkit.org/show_bug.cgi?id=313281
rdar://170502516

Reviewed by Aditya Keerthi and Abrar Rahman Protyasha.

The problem: The volume slider bar on sports.yahoo.com is too low
because the Video.js volume control container is being collapsed
to 1px in height. This only happens on iOS and not MacOS, since they are
being served different code via UA-sniff. The issue also reproduces on Chrome 
144
on Android 16, as well as the entire Yahoo.com domain.

The fix: Setting a min-height: 100% and align-items: center on
the .vjs-volume-control element across the domain.

* Source/WebCore/page/Quirks.cpp:
* Source/WebCore/page/Quirks.h:
* Source/WebCore/page/QuirksData.h:
* Source/WebCore/style/StyleAdjuster.cpp:
(WebCore::Style::Adjuster::adjustForSiteSpecificQuirks const):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to