Bug 169403

Summary: Align Document.elementFromPoint() with the CSSOM specification
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: CSSAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, dbates, esprehn+autocc, kangil.han, kondapallykalyan, sam, simon.fraser
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2017-03-08 21:20:15 PST
Align Document.elementFromPoint() with the CSSOM specification:
- https://drafts.csswg.org/cssom-view/#extensions-to-the-document-interface

parameters should be mandatory and of type double.

The parameters are mandatory in both Firefox and Chrome already.
Comment 1 Chris Dumez 2017-03-09 08:45:59 PST
Created attachment 303921 [details]
Patch
Comment 2 WebKit Commit Bot 2017-03-09 09:59:50 PST
Comment on attachment 303921 [details]
Patch

Clearing flags on attachment: 303921

Committed r213646: <http://trac.webkit.org/changeset/213646>
Comment 3 WebKit Commit Bot 2017-03-09 09:59:55 PST
All reviewed patches have been landed.  Closing bug.