[Webkit-unassigned] [Bug 139173] DOMError should be constructible as per the DOM4 specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 12 15:50:42 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139173

--- Comment #17 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 243111
  --> https://bugs.webkit.org/attachment.cgi?id=243111
Patch-Updated-Review3

View in context: https://bugs.webkit.org/attachment.cgi?id=243111&action=review

> Source/WebCore/ChangeLog:3
> +        DOMError should be constructible as per the DOM4 specification.

There is no DOM4 specification anymore. I guess you are referring to the DOM living standard (We usually provide a link to the specification when doing such change). However, DOMError is actually not even part of the DOM living standard anymore:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23367
https://github.com/whatwg/dom/commit/7fe5736d3ed2717d71a3d2627b07dee97e10ef05
https://dom.spec.whatwg.org/#domerror

As such, I am not sure it is worth updating DOMError. Our current implementation matches DOM Core level 3 and has been this way for a long time. I don't think updating it makes sense if it is no longer part of newer revisions of the DOM spec.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141212/c88b0c2d/attachment-0002.html>


More information about the webkit-unassigned mailing list