Consider the following markup from [mapMLFeatures.html](https://github.com/Maps4HTML/Web-Map-Custom-Element/blob/f3e4390f513fc7b5e79fec4f098925ba1bd07953/test/e2e/layers/mapMLFeatures.html): ```HTML <feature zoom="2"> <properties> <h1>Test</h1> </properties> <geometry cs="tilematrix"> <polygon> <coordinates>11 11 12 11 12 12 11 12</coordinates> </polygon> </geometry> </feature> ``` for the same reason (future web compat considerations?) we're using `<layer->` as opposed to `<layer>`, could this be problematic? I keep stirring the pot.