Skip to content

Commit 4c11120

Browse files
committed
Add single-line summaries for issues
So that ReSpec doesn't grab the entire issue text.
1 parent faedb96 commit 4c11120

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

index.html

+14-20
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,8 @@
5353
a[href]:hover .tag-span, a[href]:focus .tag-span {
5454
text-decoration: underline;
5555
}
56-
/* hack because respec is pulling in too much content */
57-
.issue > :not(.issue-title) {
58-
display: none;
59-
}
60-
/* doesn't currently work (repsec drops the second class when processing the issue) */
61-
.issue.discussion {
62-
border-color: hsl(180, 90%, 45%);
63-
background: hsl(180, 80%, 90%);
56+
.issue .discussion {
57+
font-style: italic
6458
}
6559
</style>
6660
<script class='remove'>
@@ -965,7 +959,7 @@ <h2>Reviewed JavaScript Tools</h2>
965959
In addition, multiple open source JavaScript libraries
966960
have developed to make it easier for website authors to build on other map data services.
967961
</p>
968-
<p class="issue" data-number="25"></p>
962+
<p class="issue" data-number="25">Need data to back up the reference implementations.</p>
969963
<p>
970964
The reviewed implementations come in three forms:
971965
</p>
@@ -981,7 +975,7 @@ <h2>Reviewed JavaScript Tools</h2>
981975
<li>
982976
HTML custom elements,
983977
with configuration through attributes and child elements.
984-
<p class="issue" data-number="23"></p>
978+
<p class="issue" data-number="23">Need to decide on web component examples to use as reference.</p>
985979
</li>
986980
</ul>
987981
<p>
@@ -1049,7 +1043,7 @@ <h3>Google Maps embeds and Google Maps Platform API</h3>
10491043
It also includes methods to access more complex search functions, local images, and other data.
10501044
Most features require an API key and is billed by usage (page views or API requests).
10511045
</p>
1052-
<p class="issue discussion" data-number="9"></p>
1046+
<p class="issue discussion" data-number="9">Discuss this section on GitHub.</p>
10531047
</section>
10541048

10551049
<section id="openstreetmap">
@@ -1068,7 +1062,7 @@ <h3>OpenStreetMap embeds</h3>
10681062
and these are used in other map viewer widgets and APIs.
10691063
The raw data is also re-processed and used by other map data services.
10701064
</p>
1071-
<p class="issue discussion" data-number="26"></p>
1065+
<p class="issue discussion" data-number="26">Discuss this section on GitHub.</p>
10721066
</section>
10731067

10741068
<section id="bing-maps">
@@ -1081,7 +1075,7 @@ <h3>Bing Maps embeds and Bing Maps Control API</h3>
10811075
as well as an interface to Bing's search services.
10821076
API tokens are required; free and paid plans are available, with usage caps.
10831077
</p>
1084-
<p class="issue discussion" data-number="27"></p>
1078+
<p class="issue discussion" data-number="27">Discuss this section on GitHub.</p>
10851079
</section>
10861080

10871081
<section id="mapkit-js">
@@ -1096,7 +1090,7 @@ <h3>MapKit JS (Apple Maps) API</h3>
10961090
A developer account is required,
10971091
along with a method of generating encrypted API tokens on demand on the webserver.
10981092
</p>
1099-
<p class="issue discussion" data-number="28"></p>
1093+
<p class="issue discussion" data-number="28">Discuss this section on GitHub.</p>
11001094
</section>
11011095

11021096
<section id="mapbox">
@@ -1113,7 +1107,7 @@ <h3>Mapbox GL JS API</h3>
11131107
<p>
11141108
An API key is required, with cost based on usage.
11151109
</p>
1116-
<p class="issue discussion" data-number="12"></p>
1110+
<p class="issue discussion" data-number="12">Discuss this section on GitHub.</p>
11171111
</section>
11181112

11191113
<section id="leaflet-js">
@@ -1128,7 +1122,7 @@ <h3>Leaflet.js API</h3>
11281122
Leaflet isn't associated with any particular map data source.
11291123
It can use image tiles from most web map (tile) services.
11301124
</p>
1131-
<p class="issue discussion" data-number="29"></p>
1125+
<p class="issue discussion" data-number="29">Discuss this section on GitHub.</p>
11321126
</section>
11331127

11341128
<section id="openlayers">
@@ -1139,7 +1133,7 @@ <h3>OpenLayers API</h3>
11391133
As with Leaflet, it isn't associated with any particular map service.
11401134
A basic slippy map can be created with a few lines of custom JavaScript.
11411135
</p>
1142-
<p class="issue discussion" data-number="30"></p>
1136+
<p class="issue discussion" data-number="30">Discuss this section on GitHub.</p>
11431137
</section>
11441138

11451139
<section id="d3-geo">
@@ -1152,7 +1146,7 @@ <h3>D3 Geographies APIs</h3>
11521146
D3 does not include code for a ready-made map viewer widget,
11531147
but it is used for custom client-side mapping applications.
11541148
</p>
1155-
<p class="issue discussion" data-number="13"></p>
1149+
<p class="issue discussion" data-number="13">Discuss this section on GitHub.</p>
11561150
</section>
11571151
</section>
11581152

@@ -1948,7 +1942,7 @@ <h4><!-- Goal that user/author is trying to achieve --></h4>
19481942
See <a href="examples/#(add a new file for each use case)" target="examples">examples of <!-- description --></a>
19491943
as implemented by the reference JavaScript tools.
19501944
</p>
1951-
<p class="issue discussion" data-number="(GH issue number for discussion)"></p>
1945+
<p class="issue discussion" data-number="(GH issue number for discussion)">Discuss this section on GitHub.</p>
19521946

19531947
<h5>Required capabilities</h5>
19541948
<ul data-ucr-role="required-capabilities">
@@ -1964,7 +1958,7 @@ <h4><!-- Action that is/should be possible --></h4>
19641958
<p>
19651959
<!-- Description of how it should work & why it is useful to users/authors of maps. -->
19661960
</p>
1967-
<p class="issue discussion" data-number="(GH issue number for discussion)"></p>
1961+
<p class="issue discussion" data-number="(GH issue number for discussion)">Discuss this section on GitHub.</p>
19681962

19691963
<h5>Existing implementations</h5>
19701964
<p>

0 commit comments

Comments
 (0)