Skip to content

Commit e744d32

Browse files
committed
Rename existing spec to draft-2015So we can start fresh on a new document,while still having this draft available at a separate URL.An "annoying-warning" pop-upwarns that this isn't the up-to-date draftand redirects to the main Editor's Draft URL.PS, I still need to add in the new index.htmlbefore we can merge this commit!(Unfortunately, git doesn't have a "copy" function, like Mercurial,where two documents can share the same history.)
1 parent 4054ebc commit e744d32

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

index.html renamed to draft-2015.html

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html style="background:none">
2+
<html lang="en">
33
<head>
44
<title>Use Cases and Requirements for Standardizing Web Maps</title>
55
<meta charset='utf-8'>
@@ -18,7 +18,7 @@
1818
// subtitle : "an excellent document",
1919

2020
// if you wish the publication date to be other than the last modification, set this
21-
// publishDate: "2009-08-06",
21+
publishDate: "2015-12-01", // last substantive commits
2222

2323
// if the specification's copyright date is a range of years, specify
2424
// the start date here:
@@ -70,6 +70,17 @@
7070
</script>
7171
</head>
7272
<body>
73+
<details class="annoying-warning" open="">
74+
<summary>This is out of date!</summary>
75+
<p>
76+
This document is preserved as a historical record;
77+
it is not being updated.
78+
79+
Please see
80+
<a href="https://maps4html.github.io/HTML-Map-Element-UseCases-Requirements/">https://maps4html.github.io/HTML-Map-Element-UseCases-Requirements/</a> for the latest
81+
Editor's Draft.
82+
</p>
83+
</details>
7384
<section id='abstract'>
7485
<p>This document represents the use cases and requirements for standardizing a solution to enable modern Web maps for map content authors, HTML authors and users. The use cases and requirements were gathered in
7586
consultation with the Maps for HTML Community Group and others.</p>

0 commit comments

Comments
 (0)