Skip to content

Commit ceda4b8

Browse files
committed
made letter after rendering capital in ui spec
1 parent 0565ebb commit ceda4b8

File tree

1 file changed

+28
-24
lines changed

1 file changed

+28
-24
lines changed

shacl12-ui/index.html

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ <h4>shui:AutoCompleteEditor</h4>
821821
</p>
822822
<p>
823823
<b>Rendering:</b>
824-
an auto-complete field to enter the label of instances of the class specified for the property.
824+
An auto-complete field to enter the label of instances of the class specified for the property.
825825
For example, if the <code>sh:class</code> of the property is <code>ex:Country</code> and the user starts
826826
typing "Nig", then "Niger" and "Nigeria" would show up as possible choices.
827827
</p>
@@ -862,7 +862,7 @@ <h4>shui:BlankNodeEditor</h4>
862862
</p>
863863
<p>
864864
<b>Rendering:</b>
865-
a read-only editor that displays the blank node, similar to <a href="#BlankNodeViewer">shui:BlankNodeViewer</a>,
865+
A read-only editor that displays the blank node, similar to <a href="#BlankNodeViewer">shui:BlankNodeViewer</a>,
866866
yet allows the surrounding user interface to at least provide a delete button.
867867
</p>
868868
</section>
@@ -878,7 +878,7 @@ <h4>shui:BooleanSelectEditor</h4>
878878
</p>
879879
<p>
880880
<b>Rendering:</b>
881-
a select box with values <code>true</code> and <code>false</code>.
881+
A select box with values <code>true</code> and <code>false</code>.
882882
Also displays the current value (such as <code>"1"^^xsd:boolean</code>), but only allows to switch to true or false.
883883
</p>
884884
<img src="images/editors/BooleanSelectEditor.png" />
@@ -901,7 +901,7 @@ <h4>shui:DatePickerEditor</h4>
901901
</p>
902902
<p>
903903
<b>Rendering:</b>
904-
a calendar-like date picker.
904+
A calendar-like date picker.
905905
</p>
906906
<img src="images/editors/DatePickerEditor.png" />
907907
<pre class="example">
@@ -923,7 +923,7 @@ <h4>shui:DateTimePickerEditor</h4>
923923
</p>
924924
<p>
925925
<b>Rendering:</b>
926-
a calendar-like date picker including a time selector.
926+
A calendar-like date picker including a time selector.
927927
</p>
928928
<img src="images/editors/DateTimePickerEditor.png" />
929929
<pre class="example">
@@ -944,7 +944,7 @@ <h4>shui:DetailsEditor</h4>
944944
</p>
945945
<p>
946946
<b>Rendering:</b>
947-
typically rendering as a nested form, using the properties defined by the <code>sh:node</code> or <code>sh:class</code> (in that order)
947+
Typically rendering as a nested form, using the properties defined by the <code>sh:node</code> or <code>sh:class</code> (in that order)
948948
of the property as fields.
949949
Alternative renderings are possible, such as opening the resource in a separate dialog.
950950
</p>
@@ -1015,7 +1015,7 @@ <h4>shui:EnumSelectEditor</h4>
10151015
</p>
10161016
<p>
10171017
<b>Rendering:</b>
1018-
a drop-down editor for enum fields (based on the <code>sh:in</code> list, in that order).
1018+
A drop-down editor for enum fields (based on the <code>sh:in</code> list, in that order).
10191019
</p>
10201020
<img src="images/editors/EnumSelectEditor.png" />
10211021
<pre class="example">
@@ -1036,7 +1036,7 @@ <h4>shui:InstancesSelectEditor</h4>
10361036
</p>
10371037
<p>
10381038
<b>Rendering:</b>
1039-
a drop-down editor for all instances of the target class (based on <code>sh:class</code> of the property).
1039+
A drop-down editor for all instances of the target class (based on <code>sh:class</code> of the property).
10401040
Typically only used for classes that have few instances.
10411041
</p>
10421042
<pre class="example">
@@ -1058,7 +1058,7 @@ <h4>shui:RichTextEditor</h4>
10581058
</p>
10591059
<p>
10601060
<b>Rendering:</b>
1061-
a rich text editor to enter the lexical value of a literal and a drop-down to select language.
1061+
A rich text editor to enter the lexical value of a literal and a drop-down to select language.
10621062
The selected language is stored in the HTML <code>lang</code> attribute of the root node in the HTML DOM tree.
10631063
</p>
10641064
<img src="images/editors/RichTextEditor.png" />
@@ -1110,7 +1110,7 @@ <h4>shui:TextAreaEditor</h4>
11101110
</p>
11111111
<p>
11121112
<b>Rendering:</b>
1113-
a multi-line text area to enter the value of a literal.
1113+
A multi-line text area to enter the value of a literal.
11141114
</p>
11151115
<img src="images/editors/TextAreaEditor.png" />
11161116
<pre class="example">
@@ -1134,7 +1134,7 @@ <h4>shui:TextAreaWithLangEditor</h4>
11341134
</p>
11351135
<p>
11361136
<b>Rendering:</b>
1137-
a multi-line text area to enter the value of a literal and a drop-down to select a language.
1137+
A multi-line text area to enter the value of a literal and a drop-down to select a language.
11381138
</p>
11391139
<img src="images/editors/TextAreaWithLangEditor.png" />
11401140
<pre class="example">
@@ -1156,7 +1156,7 @@ <h4>shui:TextFieldEditor</h4>
11561156
</p>
11571157
<p>
11581158
<b>Rendering:</b>
1159-
an input field to enter the value of a literal, without the ability to change language or datatype.
1159+
An input field to enter the value of a literal, without the ability to change language or datatype.
11601160
</p>
11611161
<img src="images/editors/TextFieldEditor.png" />
11621162
<pre class="example">
@@ -1178,7 +1178,7 @@ <h4>shui:TextFieldWithLangEditor</h4>
11781178
</p>
11791179
<p>
11801180
<b>Rendering:</b>
1181-
a single-line input field to enter the value of a literal and a drop-down to select language,
1181+
A single-line input field to enter the value of a literal and a drop-down to select language,
11821182
which is mandatory unless <code>xsd:string</code> is among the permissible datatypes.
11831183
</p>
11841184
<img src="images/editors/TextFieldWithLangEditor.png" />
@@ -1201,7 +1201,7 @@ <h4>shui:URIEditor</h4>
12011201
</p>
12021202
<p>
12031203
<b>Rendering:</b>
1204-
an input field to enter the URI of a resource, e.g., as value of <code>rdfs:seeAlso</code> or to enter the URL of an image on the web.
1204+
An input field to enter the URI of a resource, e.g., as value of <code>rdfs:seeAlso</code> or to enter the URL of an image on the web.
12051205
</p>
12061206
<img src="images/editors/URIEditor.png" />
12071207
<pre class="example">
@@ -1242,7 +1242,8 @@ <h4>shui:BlankNodeViewer</h4>
12421242
</ul>
12431243
</p>
12441244
<p>
1245-
<b>Rendering:</b> a human-readable label of the blank node.
1245+
<b>Rendering:</b>
1246+
A human-readable label of the blank node.
12461247
For example, if the blank node is an OWL restriction, then Manchester Syntax could be used.
12471248
If the blank node is a SPIN RDF expression, then a SPARQL string could be produced.
12481249
This rendering may include hyperlinks to other resources that can be reached from the blank node.
@@ -1258,7 +1259,8 @@ <h4>shui:DetailsViewer</h4>
12581259
</ul>
12591260
</p>
12601261
<p>
1261-
<b>Rendering:</b> shows the details of the value using its default view shape or the shape specified using <code>sh:node</code>,
1262+
<b>Rendering:</b>
1263+
Shows the details of the value using its default view shape or the shape specified using <code>sh:node</code>,
12621264
as a nested form-like display.
12631265
An example of this can be found in the <a href="#nested">Nested Forms</a> section.
12641266
</p>
@@ -1273,7 +1275,8 @@ <h4>shui:HTMLViewer</h4>
12731275
</ul>
12741276
</p>
12751277
<p>
1276-
<b>Rendering:</b> the literal parsed into HTML DOM elements.
1278+
<b>Rendering:</b>
1279+
The literal parsed into HTML DOM elements.
12771280
Hyperlinks in the HTML may get redirected to select resources within the same application.
12781281
Also displays the language if the HTML has a <code>lang</code> attribute on its root DOM element.
12791282
</p>
@@ -1289,7 +1292,8 @@ <h4>shui:HyperlinkViewer</h4>
12891292
</ul>
12901293
</p>
12911294
<p>
1292-
<b>Rendering:</b> a clickable hyperlink to the specified URI/URL.
1295+
<b>Rendering:</b>
1296+
A clickable hyperlink to the specified URI/URL.
12931297
</p>
12941298
</section>
12951299
<section id="ImageViewer">
@@ -1301,7 +1305,7 @@ <h4>shui:ImageViewer</h4>
13011305
</p>
13021306
<p>
13031307
<b>Rendering:</b>
1304-
the image at the given URL, using <code>&lt;img&gt;</code> in HTML.
1308+
The image at the given URL, using <code>&lt;img&gt;</code> in HTML.
13051309
</p>
13061310
</section>
13071311
<section id="LabelViewer">
@@ -1315,7 +1319,7 @@ <h4>shui:LabelViewer</h4>
13151319
</p>
13161320
<p>
13171321
<b>Rendering:</b>
1318-
as a hyperlink to that URI based on the display label of the resource.
1322+
As a hyperlink to that URI based on the display label of the resource.
13191323
The display label is typically based on the must suitable <code>rdfs:label</code> or
13201324
<code>skos:prefLabel</code> for the current user, based on their language preferences.
13211325
Also includes other ways of interacting with the URI, such as opening a nested summary display.
@@ -1332,7 +1336,7 @@ <h4>shui:LangStringViewer</h4>
13321336
</p>
13331337
<p>
13341338
<b>Rendering:</b>
1335-
as the text plus a language indicator (flag or language tag).
1339+
As the text plus a language indicator (flag or language tag).
13361340
</p>
13371341
</section>
13381342
<section id="LiteralViewer">
@@ -1346,7 +1350,7 @@ <h4>shui:LiteralViewer</h4>
13461350
</p>
13471351
<p>
13481352
<b>Rendering:</b>
1349-
the lexical form of the value.
1353+
The lexical form of the value.
13501354
</p>
13511355
</section>
13521356
<section id="URIViewer">
@@ -1360,7 +1364,7 @@ <h4>shui:URIViewer</h4>
13601364
</p>
13611365
<p>
13621366
<b>Rendering:</b>
1363-
as a hyperlink to that URI.
1367+
As a hyperlink to that URI.
13641368
Also includes other ways of interacting with the URI, such as opening a nested summary display.
13651369
</p>
13661370
</section>
@@ -1378,7 +1382,7 @@ <h4>shui:ValueTableViewer</h4>
13781382
</p>
13791383
<p>
13801384
<b>Rendering:</b>
1381-
all values of the property at the focus node are rendered into a single (HTML) table that can be scrolled
1385+
All values of the property at the focus node are rendered into a single (HTML) table that can be scrolled
13821386
and paged independently of the rest of the form.
13831387
Each value becomes one row.
13841388
The columns of the table are derived from the node shape specified using <code>sh:node</code> for the property,

0 commit comments

Comments
 (0)