[Webkit-unassigned] [Bug 196536] Compute accurate regions for touch-action

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 3 08:54:46 PDT 2019


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

--- Comment #6 from Antoine Quint <graouts at apple.com> ---
Comment on attachment 366611
  --> https://bugs.webkit.org/attachment.cgi?id=366611
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=366611&action=review

> Source/WebCore/ChangeLog:15
> +        This patch doesn't yes use the computed region for anything except test output.

Typo: yet.

> Source/WebCore/css/StyleResolver.cpp:853
> +    if (effectiveTouchActions.containsAll(elementTouchActions))
> +        return elementTouchActions;

I don't understand the intent of this code. What is an "effective touch-action"?

-- 
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/20190403/eaa23244/attachment-0001.html>


More information about the webkit-unassigned mailing list