MapML icon indicating copy to clipboard operation
MapML copied to clipboard

Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML/spec/

Results 87 MapML issues
Sort by recently updated
recently updated
newest added

The MapML [`input`](https://maps4html.org/MapML/spec/#the-input-element) and [`select`](https://maps4html.org/MapML/spec/#the-select-element) elements (which are [labelable elements](https://html.spec.whatwg.org/multipage/forms.html#category-label) in HTML) are - to my understanding - only used to capture/respond to input from gestures. I haven't found any...

bug
question

OpenStreetMap is recommending that [a,b,c subdomains be removed](https://github.com/openlayers/openlayers/pull/14062), replaced with tile.openstreetmap.org. In light of this, maybe the `shard` attribute and associated markup is no longer a requirement, and can be...

Spun off from https://github.com/Maps4HTML/MapML/issues/70#issuecomment-653627322 > > Doctype should be `` > > OK, I worry a bit that we are relying too much on the MIME type if we don't...

The `crossorigin` and `referrerpolicy` attributes may currently only be specified on the `` element. I believe they should be allowed for: - `` - `` - `` (notably this element...

Currently the spec for step reads: > The increment by which a value may vary between the min and max values. but doesn't specify how the min value used for...

Quite an old and I guess semi-experimental branch, because I'm not exactly sure if we should go through with #206. - Fixes https://github.com/Maps4HTML/MapML/issues/209 By (re-)defining the `` element. - Fixes...

The `body` element's Content model includes Features, and many elements' Categories include Feature data, these are not defined but I assume they mean the same thing. From the elements' Categories,...

question

The [Open Graph Protocol](https://ogp.me/) (OGP) is the de-facto standard for describing resources for sharing. MapML can define a new `map` object (and relevant properties) allowing authors to mark up documents...

MapML defines elements from Metadata content such as ``, ``, ``, `` but not ``. Is that intentional?

The [Web Mapping elements](https://maps4html.org/MapML/spec/#web-maps) are ``, `` and ``, but `` should also be defined, as it is intended to be used in the graceful degradation scenario ([example](https://maps4html.org/experiments/progressive-enhancement/)), if nothing...