Elemento 1.6.9
Fixed
- Fix bug in
BodyObserver
removing wrong elements on detach due to a wrong CSS attribute selector. See also https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors/Attribute_selectors- Wrong selector:
<attribute>*=<id>
- Correct selector:
<attribute>~=<id>
- Wrong selector: