Bug 154627 - Align our implementation of Range.createContextualFragment with the specification
Summary: Align our implementation of Range.createContextualFragment with the specifica...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://w3c.github.io/DOM-Parsing/#wi...
Keywords: WebExposed
: 154594 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-02-23 19:02 PST by Chris Dumez
Modified: 2016-02-24 10:29 PST (History)
6 users (show)

See Also:


Attachments
Patch (19.94 KB, patch)
2016-02-23 20:18 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (19.85 KB, patch)
2016-02-23 20:20 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 2016-02-23 19:02:45 PST
Align our implementation of Range.createContextualFragment with the specification:
- https://w3c.github.io/DOM-Parsing/#widl-Range-createContextualFragment-DocumentFragment-DOMString-fragment
Comment 1 Chris Dumez 2016-02-23 19:04:04 PST
Chrome already seems to match the specification.
Comment 2 Chris Dumez 2016-02-23 20:07:55 PST
*** Bug 154594 has been marked as a duplicate of this bug. ***
Comment 3 Chris Dumez 2016-02-23 20:18:18 PST
Created attachment 272079 [details]
Patch
Comment 4 Chris Dumez 2016-02-23 20:20:48 PST
Created attachment 272080 [details]
Patch
Comment 5 WebKit Commit Bot 2016-02-23 21:15:39 PST
Comment on attachment 272080 [details]
Patch

Clearing flags on attachment: 272080

Committed r197012: <http://trac.webkit.org/changeset/197012>
Comment 6 WebKit Commit Bot 2016-02-23 21:15:43 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 besworks 2016-02-24 10:28:15 PST
(In reply to comment #6)
> All reviewed patches have been landed.  Closing bug.

Your patches have solved the issue I was having perfectly. Thanks for the quick turnaround.
Comment 8 Chris Dumez 2016-02-24 10:29:36 PST
(In reply to comment #7)
> (In reply to comment #6)
> > All reviewed patches have been landed.  Closing bug.
> 
> Your patches have solved the issue I was having perfectly. Thanks for the
> quick turnaround.

Sure, no problem. Next time, please cc me on your newly filed DOM bugs.