Bug 154627

Summary: Align our implementation of Range.createContextualFragment with the specification
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, esprehn+autocc, kangil.han, rniwa, russell
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: https://w3c.github.io/DOM-Parsing/#widl-Range-createContextualFragment-DocumentFragment-DOMString-fragment
Attachments:
Description Flags
Patch
none
Patch none

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.