Bug 183567

Summary: Return boolean from DOMTokenList's replace() method
Product: WebKit Reporter: Magne Andersson <code>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, cdumez, commit-queue, esprehn+autocc, ews-watchlist, gyuyoung.kim, kondapallykalyan, rniwa, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 183570    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Magne Andersson 2018-03-12 07:44:32 PDT
A proposed change to the specification for DOMTokenList's replace() method which would make it return a boolean - indicating true if a token was replaced and false otherwise - has received positive responses from implementers.

Pull request and discussion: https://github.com/whatwg/dom/pull/582

Tests: https://github.com/w3c/web-platform-tests/pull/9920
Comment 1 Chris Dumez 2018-03-12 14:35:35 PDT
Created attachment 335640 [details]
Patch
Comment 2 WebKit Commit Bot 2018-03-12 18:37:27 PDT
Comment on attachment 335640 [details]
Patch

Clearing flags on attachment: 335640

Committed r229566: <https://trac.webkit.org/changeset/229566>
Comment 3 WebKit Commit Bot 2018-03-12 18:37:29 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-03-12 18:38:19 PDT
<rdar://problem/38400456>