MapML icon indicating copy to clipboard operation
MapML copied to clipboard

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

Open prushforth opened this issue 3 years ago • 0 comments

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 <meta name="zoom" content="...">; default TCRS min (0).

prushforth avatar Jun 10 '22 15:06 prushforth