[Bug 23707] New: Use a switch for the checks on children of a document
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23707
Bug ID: 23707
Summary: Use a switch for the checks on children of a document
Product: WebAppsWG
Version: unspecified
Hardware: All
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]
In pre-insert and replace, step 6 ("If parent is a document, run these
substeps: …") uses a chain of ifs that would be more straightforward as a
switch on the node type.
--
You are receiving this mail because:
You are on the CC list for the bug.