DOM 4 naming "before" and "after"

Hi !

The spec [1] defines the new methods "after" and "before". Unlike  
"prepend", "append", "replace" or "remove", "after" and "before" are not  
verbs, which makes them a bit less comprehensible.

Could you rename them to addAfter/addBefore or something equivalent ?

Thank you.

[1]  
http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutation-methods

Received on Wednesday, 22 August 2012 14:42:03 UTC