MapML
MapML copied to clipboard
Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML/spec/
https://maps4html.org/MapML/spec/#the-layer-element-0
> The controls boolean attribute Is there any indication about whether web developers would be satisfied with using UA-provided controls for maps? Which controls are UAs expected to provide? Should...
Seeing [`HTMLCanvasElement.captureStream()`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/captureStream) made me think that an `HTMLMapElement.captureStream()` could be defined to capture the contents of a `` element at an efficient frame rate. It makes me think we may...
The proposed extensions to the `shape` attribute were removed in https://github.com/Maps4HTML/MapML/pull/187, does that mean the following statement is incorrect: > The intention of the area element is to extend the...
Add a section that proposes a `map` category for content indexing: https://wicg.github.io/content-index/spec/#content-index. Use Case: [Offline maps](https://github.com/Maps4HTML/HTML-Map-Element-UseCases-Requirements/issues/123).
Merge [schemas](https://github.com/Maps4HTML/MapML/tree/gh-pages/schema) of MapML and HTML so that HTML content in `` can be properly validated (right now it's a free-for-all), and MapML content in `` can be validated as...
> hidden - Visibility status of the layer in the layer control > > The hidden boolean attribute can be set to remove the layer from the map layer control,...
@Malvoz wrote https://github.com/Maps4HTML/MapML/pull/142#discussion_r517677147: > we're currently describing the `map` element as a media element: > > > The [`map`](https://maps4html.org/MapML/spec/#the-map-element) element, in conjunction with child [`layer`](https://maps4html.org/MapML/spec/#the-layer-element) and optionally [`area`](https://maps4html.org/MapML/spec/#the-area-element) elements, defines...
It should be possible to manipulate the (overall) opacity of a layer via the CSS `opacity` property. It would be ideal to have that opacity reflected in the opacity control:...
It seems that drag and drop functionality is kind of outside the normal scope of HTML specifications, being a script-driven facility. On the other hand, dragging the URL of a...