Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit 5a1609e

Browse files
author
prushforth
committed
Merge branch 'master' into gh-pages
2 parents 83d23e7 + 057e617 commit 5a1609e

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

spec/index.html

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,29 @@ <h2 id="ucr">3. Use Cases and Requirements</h2>
202202
<p>This section is informative.</p>
203203

204204
<h3 id="use-cases">3.1. Use Cases</h3>
205-
<p>The following usage scenarios illustrate some of the ways in which the <code>&lt;map&gt;</code> element might be used for various applications:</p>
205+
<p>The following use cases illustrate some of the ways in which the <code>&lt;map&gt;</code> element might be used in Web mapping applications:</p>
206206

207207
<ul>
208-
<li><strong>Multiple, user-controllable map layers</strong></li>
208+
<li><strong>Multiple, user-controllable map layers</strong>
209+
<p>The <code>&lt;map&gt;</code> element allows HTML authors to add zero or more map layers to the map, with optional controls accessible declaratively.</p>
210+
</li>
209211

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>&lt;map&gt;</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 [<a href="#ref-MapML">MapML</a>] requirements.</p>
227+
</li>
214228
<li><strong>Links within and between services to enable a "Web of maps"</strong></li>
215229
<li><strong>JavaScript API-level access to the map, its layers and features</strong></li>
216230
<li><strong>Crawler-generated location-enabled, searchable indexes of Web content</strong></li>
@@ -323,8 +337,8 @@ <h3 id="normrefs">9.1. Normative References</h3>
323337

324338
<dt id="ref-RNG"><strong class="normref">[RELAXNG]</strong></dt>
325339
<dd>
326-
<cite><a href="http://www.y12.doe.gov/sgml/sc34/document/0362_files/relaxng-is.pdf">Document Schema Definition Languages (DSDL) Part 2: Regular grammar-based validation RELAX NG, ISO/IEC FDIS 19757-2:2002(E)</a></cite>,
327-
J. Clark, <ruby><rb xml:lang="ja">村田 真</rb> <rp>(</rp><rt><span class="familyname">Murata</span> M.</rt><rp>)</rp></ruby>, eds.
340+
<cite><a href="http://www.y12.doe.gov/sgml/sc34/document/0362_files/relaxng-is.pdf">Document Schema Definition Languages (DSDL) — Part 2: Regular grammar-based validation — RELAX NG, ISO/IEC FDIS 19757-2:2002(E)</a></cite>,
341+
J. Clark, <ruby><rb xml:lang="ja">�田 真</rb> <rp>(</rp><rt><span class="familyname">Murata</span> M.</rt><rp>)</rp></ruby>, eds.
328342
International Organization for Standardization, 12 December 2002.
329343
<br/>Available at http://www.y12.doe.gov/sgml/sc34/document/0362_files/relaxng-is.pdf.
330344
</dd>

0 commit comments

Comments
 (0)