Skip to content

Commit cca75e6

Browse files
committed
Remove some unused CSS; fix a link to IRI
1 parent d4c07b3 commit cca75e6

File tree

1 file changed

+9
-64
lines changed

1 file changed

+9
-64
lines changed

spec/index.html

Lines changed: 9 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,6 @@
5050
</script>
5151

5252
<style>
53-
/* @import url("local.css"); */
54-
/* Inlined to make preview work */
55-
56-
/* CSS For SPARQL Query */
57-
58-
/* In-progress working draft artifacts - to be removed eventually */
59-
.issue { background-color: #fdd;
60-
font-size: 88% ; }
61-
.add { background-color: #7fff7f }
62-
.remove { background-color: #ff7f7f }
63-
ul.issue {}
64-
.issueBlock { margin: 1em 1em 1em 2.5em ; /* Top Right Bottom Left */
65-
padding: 1ex;
66-
/*overflow: auto;*/
67-
page-break-inside: avoid ; }
68-
.issueTopic { font-weight: bold ; }
69-
70-
.todo { font-size: 80% ; color: #444 ; }
71-
p.todo {}
72-
7353
.wgNote { border: 0.2em solid red;
7454
padding: 0.5em ;
7555
margin: 1em 1em 1em 2em ; }
@@ -81,18 +61,16 @@
8161
margin-top: 0.1ex ; margin-bottom: 0.1ex ;
8262
}
8363

84-
/* Misc WD stuff */
85-
span.cvs-id {color: gray; font-size:80%; display: block; }
8664

8765
/* == General Tag Treatment == */
88-
pre { margin: 1em 4em 1em 2.5em ; /* Top Right Bottom Left */
66+
pre { margin: 1em 4em 1em 2.5em ; /* Top Right Bottom Left */
8967
padding: 1ex;
90-
/*overflow: auto;*/
68+
/*overflow: auto;*/
9169
page-break-inside: avoid ; }
9270

9371
/* Tables */
94-
table, td { text-align: left; }
95-
td, th { border-style: solid;
72+
table, td { text-align: left; }
73+
td, th { border-style: solid;
9674
border-width: 1px;
9775
border-color: black;
9876
border-bottom-color: gray;
@@ -128,7 +106,6 @@
128106
background-color: #F0F8F8 ; }
129107
div.defn p { margin-top: 1ex ; margin-bottom: 1.5ex ;}
130108
div.defn ul { margin-top: 1ex ; margin-bottom: 1.5ex ; }
131-
@media print { .defn { margin: 1em 1em 1em 1em ; } }
132109
span.definedTerm {font-weight: bold;}
133110

134111
div.grammarExtract
@@ -139,14 +116,6 @@
139116
background-color: #F8F8F8 ;
140117
width: fit-content; }
141118

142-
pre.codeBlock { font-family:monospace ; page-break-inside: avoid ;
143-
margin: 0 ;
144-
margin-right: 2ex ;
145-
border: thin solid #888888; }
146-
147-
148-
149-
150119
/* Examples */
151120
pre.data { border: thin solid #88AA88;
152121
background-color: #E8F0E8;
@@ -277,24 +246,6 @@
277246
.SPARQLoperator { background-color: #FFFFbf; /* yellow */
278247
}
279248

280-
.owlnonterminal {
281-
font-weight: bold;
282-
font-family: sans-serif;
283-
font-size: 95%;
284-
}
285-
.owlgrammar {
286-
margin-top: 1ex;
287-
margin-bottom: 1ex;
288-
padding-left: 1ex;
289-
padding-right: 1ex;
290-
padding-top: 1ex;
291-
padding-bottom: 0.6ex;
292-
border: 1px dashed #2f6fab;
293-
font-family: monospace;
294-
}
295-
296-
297-
298249
/* ReSpec */
299250
dfn { font-style: normal ; }
300251
/* ReSpec */
@@ -303,14 +254,6 @@
303254

304255
div.constraint,
305256
div.issue,
306-
div.notice { margin-left: 2em; }
307-
308-
ol.enumar { list-style-type: decimal; }
309-
ol.enumla { list-style-type: lower-alpha; }
310-
ol.enumlr { list-style-type: lower-roman; }
311-
ol.enumua { list-style-type: upper-alpha; }
312-
ol.enumur { list-style-type: upper-roman; }
313-
314257

315258
div.exampleInner pre { margin-left: 1em;
316259
margin-top: 0em; margin-bottom: 0em}
@@ -328,7 +271,9 @@
328271
div.exampleHeader { font-weight: bold;
329272
margin: 4px}
330273

331-
@media (max-width: 850px) {
274+
@media print { .defn { margin: 1em 1em 1em 1em ; } }
275+
276+
@media (max-width: 850px) {
332277
table th, table td { font-size: 12px; padding: 3px 4px;}
333278
.result table tr td:nth-child(2n), .result table tr th:nth-child(2n) { overflow-wrap: anywhere; min-width: 90px; }
334279
div.result { overflow-x: scroll; width: fit-content; max-width: 100%; }
@@ -8031,7 +7976,7 @@ <h3>XPath Constructor Functions</h3>
80317976
int = <a data-cite="XMLSCHEMA11-2#dt-integer">xsd:integer</a><br>
80327977
dT = <a data-cite="XMLSCHEMA11-2#dt-dateTime">xsd:dateTime</a><br>
80337978
str = <a data-cite="XMLSCHEMA11-2#dt-string">xsd:string</a><br>
8034-
<span class="rdfDM">IRI</span> = <span class="type IRI">IRI</span></p>
7979+
IRI = <a data-cite="RDF12-CONCEPTS#iri">IRI</a>
80357980
</blockquote>
80367981
<table title="Casting table" class="casting"
80377982
style="border-spacing: 1px; border-width:1px">
@@ -8178,7 +8123,7 @@ <h3>XPath Constructor Functions</h3>
81788123
"Cast boolean to boolean? Yes">Y</span></td>
81798124
</tr>
81808125
<tr>
8181-
<th><span class="cancast rdfDM" title="IRI">IRI</span></th>
8126+
<th><span class="cancast" title="IRI">IRI</span></th>
81828127
<td class="castY" style="vertical-align: middle; text-align: center;"><span class="cancast rdfDM" title=
81838128
"Cast IRI to string? Yes">Y</span></td>
81848129
<td class="castN" style="vertical-align: middle; text-align: center;"><span class="cancast rdfDM" title=

0 commit comments

Comments
 (0)