You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2021. It is now read-only.
<p>The <code><map></code> element allows HTML authors to add zero or more map layers to the map, with optional controls accessible declaratively.</p>
210
+
</li>
209
211
210
-
<li><strong>Selection / identification / description of map features</strong></li>
211
-
<li><strong>Rescaling to expose greater detail (zooming)</strong></li>
212
-
<li><strong>Repositioning to examine relationships between places (panning)</strong></li>
213
-
<li><strong>Using Cascading Style Sheets to give power to HTML authors to control map styles</strong></li>
212
+
<li><strong>Selection / identification / description of map features</strong>
213
+
<p>
214
+
The user should be able to interact with individual map features as though they are individual hyperlinks.
215
+
</p>
216
+
</li>
217
+
<li><strong>Rescaling to expose greater detail (zooming)</strong>
218
+
<p>The user should be able to zoom in or out on the map to expose more or less detail as desired / possible.</p>
219
+
220
+
</li>
221
+
<li><strong>Repositioning to examine relationships between places (panning)</strong>
222
+
<p>The user should be able to pan the map so as to examine locations other than the default or initial location displayed, as desired / possible.</p>
223
+
</li>
224
+
<li><strong>Using Cascading Style Sheets to give power to HTML authors to control map styles</strong>
225
+
<p>The HTML author should be able to use Cascading Style Sheets on the <code><map></code> element and its children so as to create the user experience desired / possible. The style of features presented by
226
+
map services should be under the control of the service provider, per [<ahref="#ref-MapML">MapML</a>] requirements.</p>
227
+
</li>
214
228
<li><strong>Links within and between services to enable a "Web of maps"</strong></li>
215
229
<li><strong>JavaScript API-level access to the map, its layers and features</strong></li>
216
230
<li><strong>Crawler-generated location-enabled, searchable indexes of Web content</strong></li>
0 commit comments