[Bug 22711] New: Add a .empty method to the ParentNode (or the Node?) interface
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.