w3c / DOM-Parsing

DOM Parsing and Serialization
https://w3c.github.io/DOM-Parsing/
Other
27 stars 14 forks source link

It should be noted that parseFromString can throw exceptions #51

Closed bbarker closed 4 years ago

bbarker commented 5 years ago

This should probably be obvious, but it is not stated per usual, as far as I can tell, at https://www.w3.org/TR/DOM-Parsing/#the-domparser-interface

domenic commented 4 years ago

I've added this in https://github.com/whatwg/html/pull/5190