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

<input type="zoom" step="n"> step attribute should specify how base min value used in step calculation is found #231

Open prushforth opened 2 years ago

prushforth commented 2 years ago

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 step calculation is derived. The spec should say that the base min value is calculated according to: the min attribute if present; a \; default TCRS min (0).