- From: Anthony Ramine <notifications@github.com>
- Date: Mon, 05 Oct 2015 15:24:54 -0700
- To: w3c/DOM-Parsing <DOM-Parsing@noreply.github.com>
Received on Monday, 5 October 2015 22:25:26 UTC
Something like that:
```idl
enum AdjacentPosition {
"beforebegin",
"afterbegin",
"beforeend",
"afterend",
}
```
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/2
Received on Monday, 5 October 2015 22:25:26 UTC