-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Elements that are void elements in HTML but which were converted to non-void custom elements (e.g. <meta>
=> <map-meta></map-meta>
) don't always have closing tags, compare:
experiments/datacube/msi-tiles.mapml
Line 4 in cf534fa
<map-meta charset="utf-8"/> |
<map-meta charset="utf-8"></map-meta> |
Using Maps4HTML/MapML.js#515 as a source of truth I believe they should all have closing tags
(</map-(meta|link|input)>
). @prushforth can you confirm this?
Elements in other files such as i18n/rtl/restaurants.mapml were not changed in #61 and need to be converted too.
Metadata
Metadata
Assignees
Labels
No labels