[Webkit-unassigned] [Bug 71190] Document.importNode's 'deep' argument should default to true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 08:07:14 PDT 2011


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





--- Comment #6 from Kentaro Hara <haraken at chromium.org>  2011-11-02 08:07:14 PST ---
> Please look at the current DOM standard (also in $URL):
> 
> http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html

Ah, thank you, I got it.

> Should we have policy like "MissingIsTrue" or extended attribute like "CallWithTrueValue"..?

Are there several use cases for "CallWithTrueValue"? If so, I think that introducing "CallWithTrueValue" is reasonable, but otherwise, you should write a custom method for document.importNode(). (Actually I would like to avoid "MissingIsTrue" or "CallWithTrueValue" if possible, since they are specific to a boolean value.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list