Skip to content

Finish conversion to custom elements #63

@Malvoz

Description

@Malvoz

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:

<map-meta charset="utf-8"/>

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions