Bug 169403 - Align Document.elementFromPoint() with the CSSOM specification
Summary: Align Document.elementFromPoint() with the CSSOM specification
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2017-03-08 21:20 PST by Chris Dumez
Modified: 2017-03-09 09:59 PST (History)
8 users (show)

See Also:


Attachments
Patch (8.21 KB, patch)
2017-03-09 08:45 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.