Maps4HTML / MapML-Specification

Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML-Specification/spec/
Other
55 stars 12 forks source link

Specify `<mapcaption>`, using `<figcaption>` as a model #234

Closed prushforth closed 1 year ago

prushforth commented 1 year ago

We think that using <figcaption> directly is not appropriate, since maps don't necessarily share semantics with figures. So, <mapcaption> may be an appropriate new element name. The relation to the parent map viewer element should be quite similar to that between <figcaption> and the parent <figure>, we think.

See : https://github.com/Maps4HTML/HTML-Map-Element-UseCases-Requirements/issues/260 and https://maps4html.org/web-map-doc/docs/elements/map-caption/

Note that <figcaption> implements the HTMLElement WebIDL interface.

prushforth commented 1 year ago

Done