Closed snuggs closed 7 years ago
we gotta have a test case covering this, it's super fundamentally important to preserve
Seems like this is going to be difficult @brandondees as there is no support...yet...
Had an issue closed down https://github.com/tmpvar/jsdom/issues/1900 And didn't realize already had an issue open. https://github.com/tmpvar/jsdom/issues/1030#issuecomment-263122863 And currently a PR gaining some traction https://github.com/tmpvar/jsdom/pull/1872
the test case is difficult, or the implementation? if JSDOM doesn't implement specs that's not our problem, we can test on headless chrome or whatever else.
You've got a point @brandondees ... :thinking:
Fixed.
TL;DR; User attribute settings should take prescedence over template defaults.
This issue effects Attributes defined on a custom element within the master document being overridden by template defaults.
Example
Master Document
Imported Document
Resulting Master Document
Expected Master Document