[Bug 22711] New: Add a .empty method to the ParentNode (or the Node?) interface

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22711

            Bug ID: 22711
           Summary: Add a .empty method to the ParentNode (or the Node?)
                    interface
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: bruant.d@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

Pretty much the standard equivalent of http://api.jquery.com/empty/
Currently, one has to do something like:
  element.innerHTML = '';

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 17 July 2013 09:50:42 UTC