You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use "create an element" whenever we create an element
Fixeswhatwg#1065 by explicitly using the new "create an element" algorithm from DOM whenever we create an element, and explicitly passing in the appropriate node document and namespace while doing so.
Also updates the one existing call to "create an element" to account for the new parameter ordering as of whatwg/dom#231, and slightly modernizes the algorithm style for several table methods.
0 commit comments