Skip to content

Commit df6bfa1

Browse files
committed
Like previous:-(
1 parent 5536bc0 commit df6bfa1

File tree

2 files changed

+108
-112
lines changed

2 files changed

+108
-112
lines changed

admin/TR/annotation-protocol/Overview.html

Lines changed: 54 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -10,113 +10,113 @@
1010
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
1111
1212
*/
13-
13+
1414
.hljs {
1515
display: block;
1616
overflow-x: auto;
1717
padding: 0.5em;
1818
color: #333;
1919
background: #f8f8f8;
2020
}
21-
21+
2222
.hljs-comment,
2323
.hljs-quote {
2424
color: #998;
2525
font-style: italic;
2626
}
27-
27+
2828
.hljs-keyword,
2929
.hljs-selector-tag,
3030
.hljs-subst {
3131
color: #333;
3232
font-weight: bold;
3333
}
34-
34+
3535
.hljs-number,
3636
.hljs-literal,
3737
.hljs-variable,
3838
.hljs-template-variable,
3939
.hljs-tag .hljs-attr {
4040
color: #008080;
4141
}
42-
42+
4343
.hljs-string,
4444
.hljs-doctag {
4545
color: #d14;
4646
}
47-
47+
4848
.hljs-title,
4949
.hljs-section,
5050
.hljs-selector-id {
5151
color: #900;
5252
font-weight: bold;
5353
}
54-
54+
5555
.hljs-subst {
5656
font-weight: normal;
5757
}
58-
58+
5959
.hljs-type,
6060
.hljs-class .hljs-title {
6161
color: #458;
6262
font-weight: bold;
6363
}
64-
64+
6565
.hljs-tag,
6666
.hljs-name,
6767
.hljs-attribute {
6868
color: #000080;
6969
font-weight: normal;
7070
}
71-
71+
7272
.hljs-regexp,
7373
.hljs-link {
7474
color: #009926;
7575
}
76-
76+
7777
.hljs-symbol,
7878
.hljs-bullet {
7979
color: #990073;
8080
}
81-
81+
8282
.hljs-built_in,
8383
.hljs-builtin-name {
8484
color: #0086b3;
8585
}
86-
86+
8787
.hljs-meta {
8888
color: #999;
8989
font-weight: bold;
9090
}
91-
91+
9292
.hljs-deletion {
9393
background: #fdd;
9494
}
95-
95+
9696
.hljs-addition {
9797
background: #dfd;
9898
}
99-
99+
100100
.hljs-emphasis {
101101
font-style: italic;
102102
}
103-
103+
104104
.hljs-strong {
105105
font-weight: bold;
106106
}
107107
</style>
108108
<style>
109109
/* --- EXAMPLES --- */
110-
110+
111111
div.example-title {
112112
min-width: 7.5em;
113113
color: #b9ab2d;
114114
}
115-
115+
116116
div.example-title span {
117117
text-transform: uppercase;
118118
}
119-
119+
120120
aside.example,
121121
div.example,
122122
div.illegal-example {
@@ -125,15 +125,15 @@
125125
position: relative;
126126
clear: both;
127127
}
128-
128+
129129
div.illegal-example {
130130
color: red
131131
}
132-
132+
133133
div.illegal-example p {
134134
color: black
135135
}
136-
136+
137137
aside.example,
138138
div.example {
139139
padding: .5em;
@@ -142,13 +142,13 @@
142142
border-color: #e0cb52;
143143
background: #fcfaee;
144144
}
145-
145+
146146
aside.example div.example {
147147
border-left-width: .1em;
148148
border-color: #999;
149149
background: #fff;
150150
}
151-
151+
152152
aside.example div.example div.example-title {
153153
color: #999;
154154
}
@@ -159,19 +159,19 @@
159159
* Robin Berjon - http://berjon.com/
160160
*****************************************************************/
161161
/* Override code highlighter background */
162-
162+
163163
.hljs {
164164
background: transparent !important;
165165
}
166166
/* --- INLINES --- */
167-
167+
168168
em.rfc2119 {
169169
text-transform: lowercase;
170170
font-variant: small-caps;
171171
font-style: normal;
172172
color: #900;
173173
}
174-
174+
175175
h1 acronym,
176176
h2 acronym,
177177
h3 acronym,
@@ -188,111 +188,111 @@
188188
a abbr {
189189
border: none;
190190
}
191-
191+
192192
dfn {
193193
font-weight: bold;
194194
}
195-
195+
196196
a.internalDFN {
197197
color: inherit;
198198
border-bottom: 1px solid #99c;
199199
text-decoration: none;
200200
}
201-
201+
202202
a.externalDFN {
203203
color: inherit;
204204
border-bottom: 1px dotted #ccc;
205205
text-decoration: none;
206206
}
207-
207+
208208
a.bibref {
209209
text-decoration: none;
210210
}
211-
211+
212212
cite .bibref {
213213
font-style: normal;
214214
}
215-
215+
216216
code {
217217
color: #C83500;
218218
}
219-
219+
220220
th code {
221221
color: inherit;
222222
}
223223
/* --- TOC --- */
224-
224+
225225
.toc a,
226226
.tof a {
227227
text-decoration: none;
228228
}
229-
229+
230230
a .secno,
231231
a .figno {
232232
color: #000;
233233
}
234-
234+
235235
ul.tof,
236236
ol.tof {
237237
list-style: none outside none;
238238
}
239-
239+
240240
.caption {
241241
margin-top: 0.5em;
242242
font-style: italic;
243243
}
244244
/* --- TABLE --- */
245-
245+
246246
table.simple {
247247
border-spacing: 0;
248248
border-collapse: collapse;
249249
border-bottom: 3px solid #005a9c;
250250
}
251-
251+
252252
.simple th {
253253
background: #005a9c;
254254
color: #fff;
255255
padding: 3px 5px;
256256
text-align: left;
257257
}
258-
258+
259259
.simple th[scope="row"] {
260260
background: inherit;
261261
color: inherit;
262262
border-top: 1px solid #ddd;
263263
}
264-
264+
265265
.simple td {
266266
padding: 3px 10px;
267267
border-top: 1px solid #ddd;
268268
}
269-
269+
270270
.simple tr:nth-child(even) {
271271
background: #f0f6ff;
272272
}
273273
/* --- DL --- */
274-
274+
275275
.section dd> p:first-child {
276276
margin-top: 0;
277277
}
278-
278+
279279
.section dd> p:last-child {
280280
margin-bottom: 0;
281281
}
282-
282+
283283
.section dd {
284284
margin-bottom: 1em;
285285
}
286-
286+
287287
.section dl.attrs dd,
288288
.section dl.eldef dd {
289289
margin-bottom: 0;
290290
}
291-
291+
292292
.respec-hidden {
293293
display: none;
294294
}
295-
295+
296296
@media print {
297297
.removeOnSave {
298298
display: none;
@@ -308,15 +308,15 @@
308308
margin-bottom: .5ex;
309309
border: 1px solid black;
310310
}
311-
311+
312312
.model th {
313313
padding: 3px;
314314
border: 1px solid #404040;
315315
text-align: center;
316316
font-weight: bold;
317317
font-family: sans-serif;
318318
}
319-
319+
320320
.model td {
321321
padding: 5px;
322322
border: 1px solid #404040;
@@ -860,9 +860,7 @@ <h4 resource="#h-representations-without-annotations" id="h-representations-with
860860

861861
<h4 resource="#h-representations-with-annotation-iris" id="h-representations-with-annotation-iris"><span property="xhv:role" resource="xhv:heading"><span class="secno">4.2.3 </span>Representations with Annotation IRIs</span></h4>
862862

863-
<p>If the Server supports Container preferences, it <em title="MUST" class="rfc2119">MUST</em> respond to <code>PreferContainedIRIs</code> with a response containing an
864-
<code>AnnotationPage as the value of <code>first</code> with its <code>items</code> containing only the IRIs of the contained Annotations.</cocde>
865-
</p>
863+
<p>If the Server supports Container preferences, it <em title="MUST" class="rfc2119">MUST</em> respond to <code>PreferContainedIRIs</code> with a response containing an <code>AnnotationPage</code> as the value of <code>first</code> with its <code>items</code> containing only the IRIs of the contained Annotations.</p>
866864

867865
<p>The linked pages <em title="SHOULD" class="rfc2119">SHOULD</em> follow the <code>PreferContainedIRIs</code> preference.</p>
868866

@@ -1514,4 +1512,4 @@ <h3 resource="#h-normative-references" id="h-normative-references"><span propert
15141512
<p role="navigation" id="back-to-top"><a href="#toc"><abbr title="Back to Top"></abbr></a></p>
15151513
<script src="https://www.w3.org/scripts/TR/2016/fixup.js"></script>
15161514
</body>
1517-
</html>
1515+
</html>

0 commit comments

Comments
 (0)