RESOLVED FIXED 160663
Align Selection API with the specification
https://bugs.webkit.org/show_bug.cgi?id=160663
Summary Align Selection API with the specification
Chris Dumez
Reported 2016-08-08 10:49:00 PDT
Align Selection API with the specification: - https://www.w3.org/TR/selection-api/#idl-def-Selection In particular, the following changes need to be made: - Mark parameters as non-nullable when they should be. - Mark parameters as mandatory when they should be. - Use "unsigned long" type for offsets instead of "long".
Attachments
Patch (47.31 KB, patch)
2016-08-08 10:55 PDT, Chris Dumez
no flags
Patch (47.91 KB, patch)
2016-08-08 11:05 PDT, Chris Dumez
no flags
Patch (47.09 KB, patch)
2016-08-08 13:02 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-08-08 10:55:17 PDT
Chris Dumez
Comment 2 2016-08-08 11:05:20 PDT
Ryosuke Niwa
Comment 3 2016-08-08 13:00:52 PDT
Comment on attachment 285573 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=285573&action=review > Source/WebCore/page/DOMSelection.idl:63 > + void setBaseAndExtent(Node baseNode, unsigned long baseOffset, Node extentNode, unsigned long extentOffset); I think we should preserve the old behavior of clearing selection when baseNode/extentNode is null. Filed https://github.com/w3c/selection-api/issues/72.
Chris Dumez
Comment 4 2016-08-08 13:02:45 PDT
Chris Dumez
Comment 5 2016-08-08 13:31:56 PDT
Comment on attachment 285579 [details] Patch Clearing flags on attachment: 285579 Committed r204263: <http://trac.webkit.org/changeset/204263>
Chris Dumez
Comment 6 2016-08-08 13:32:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.