[Webkit-unassigned] [Bug 275941] Add Quirks for skype on iPadMini so the content is fully accessible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 26 23:11:48 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=275941

--- Comment #2 from Karl Dubost <karlcow at apple.com> ---
A quirk might be doable in the case of iPads using similar Quirks than 

void Adjuster::adjustForSiteSpecificQuirks(RenderStyle& style) const {}
https://searchfox.org/wubkat/rev/3402d3c3b3ae0bab3996518d8be3c5d26fb53b16/Source/WebCore/style/StyleAdjuster.cpp#920-974


It needs to be applied to the domain web.skype.com
and with this rule.
document.querySelector('.app-container .noFocusOutline > div').style.overflowY = 'scroll’

Something along with the right list of rules 


if (m_document.quirks().needsIPadSkypeOverflowScrollQuirk()) {
    // list of rules to target the right element.
    // .app-container .noFocusOutline > div

    }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240627/731e573e/attachment.htm>


More information about the webkit-unassigned mailing list