[Webkit-unassigned] [Bug 226972] CSSStyleDeclaration.overscrollBehaviorX setter behaves differently from Chrome and Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 09:12:00 PDT 2021


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

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
(In reply to Chris Dumez from comment #1)
> `obj.setProperty("overscrollBehaviorX", '');` does throw but
> `obj.overscrollBehaviorX = '';` does not.

We don't seem to have a named property setter (only a named getter), and neither does the spec:
https://drafts.csswg.org/cssom/#the-cssstyledeclaration-interface

However, Chrome has one:
    [CEReactions, CallWith=ScriptState] setter void (DOMString property, [TreatNullAs=EmptyString] DOMString propertyValue);

-- 
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/20210615/c9ae95c2/attachment-0001.htm>


More information about the webkit-unassigned mailing list