[DOM-Parsing] Use an enum for the first argument of Element.insertAdjacentHTML() (#2)

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