Skip to content

Commit 8692e45

Browse files
committed
Rename Web-Map-Custom-Element -> MapML.js in files
1 parent 7b24397 commit 8692e45

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

spec/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
xref: "web-platform",
3333
pluralize: true,
3434
localBiblio: {
35-
"Web-Map-Custom-Element": {
36-
title: "Web Map Custom Element",
37-
href: "https://github.com/Maps4HTML/Web-Map-Custom-Element",
35+
"MapML.js": {
36+
title: "MapML polyfill",
37+
href: "https://github.com/Maps4HTML/MapML.js",
3838
publisher: "W3C Maps for HTML Community Group"
3939
},
4040
"MAPML-SCHEMA": {
@@ -260,7 +260,7 @@ <h3>Implementation Experience</h3>
260260

261261
<p>The customized built-in HTML <code>&lt;map&gt;</code> element and <code>&lt;mapml-viewer&gt;</code>
262262
autonomous custom element were built, and are maintained by the Maps for HTML Community Group.
263-
[[Web-Map-Custom-Element]]</p>
263+
[[MapML.js]]</p>
264264

265265
<p>MapML services are supported by the GeoServer MapML Extension [[GeoServer-MapML]].</p>
266266

@@ -327,6 +327,7 @@ <h3>Changes</h3>
327327
<li><time>2023-06-12</time>: Add <code>HTMLGeometryChildElement</code> abstract interface
328328
<li><time>2023-06-29</time>: Update Authoring section. Include definitions of local and remote content.
329329
<li><time>2023-11-05</time>: Correct error in contexts in which <code>extent</code> is found. Add opacity attribute to layer. Update editors. Add WebIDL for <code>layer</code> <code>opacity</code>; Add or update <code>extent</code> attributes for <code>label</code>, <code>checked</code>, <code>hidden</code>, <code>opacity</code> and <code>disabled</code>. Update <code>extent</code> content model to add allowed metadata content for <code>zoom</code> and <code>extent</code>.
330+
<li><time>2024-08-21</time>: Rename Web-Map-Custom-Element repo to MapML.js polyfill
330331
</ol>
331332
</details>
332333
</section>
@@ -1088,7 +1089,7 @@ <h4>Examples</h4>
10881089
<p class="note">
10891090
The example maps are polyfilled using the
10901091
<code>&lt;mapml-viewer&gt;</code> custom element.
1091-
[[Web-Map-Custom-Element]]
1092+
[[MapML.js]]
10921093
</p>
10931094

10941095
<h4>Local content</h4>

0 commit comments

Comments
 (0)