Open
Description
@domenic in create an element we have:
Assert: result’s custom element state and custom element definition are initialized.
Can we improve this by saying custom element definition is non-null? And custom element state is "custom"? I think that should hold after a successful constructor call.