Skip to content

Commit 7178df6

Browse files
committed
1 parent f862267 commit 7178df6

14 files changed

+47
-72
lines changed

draft-3/CommandLineTool.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -583,13 +583,10 @@ <h2 id="Input_binding" class="section">4.1 Input binding <a href="#Input_binding
583583
</li>
584584
<li><p>Collect <code>CommandLineBinding</code> objects from the <code>inputs</code> schema and
585585
associate them with values from the input object. Where the input type
586-
is a record, array, or map, recursively walk the schema and input object,</p>
586+
is a record, array, or map, recursively walk the schema and input object,
587+
collecting nested <code>CommandLineBinding</code> objects and associating them with
588+
values from the input object.</p>
587589
</li>
588-
</ol>
589-
collecting nested `CommandLineBinding` objects and associating them with
590-
values from the input object.
591-
592-
<ol start="3">
593590
<li><p>Create a sorting key by taking the value of the <code>position</code> field at
594591
each level leading to each leaf binding object. If <code>position</code> is not
595592
specified, it is not added to the sorting key. For bindings on arrays

draft-3/SchemaSalad.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,10 @@ <h2 id="Field_name_resolution" class="section">3.1 Field name resolution <a href
359359
which are not part of the vocabulary are resolved using the following
360360
rules:</p>
361361
<ul>
362-
<li>If an field name URI begins with a namespace prefix declared in the
363-
document context (<code>@context</code>) followed by a colon <code>:</code>, the prefix and</li>
364-
</ul>
365-
colon must be replaced by the namespace declared in `@context`.
366-
367-
<ul>
362+
<li><p>If an field name URI begins with a namespace prefix declared in the
363+
document context (<code>@context</code>) followed by a colon <code>:</code>, the prefix and
364+
colon must be replaced by the namespace declared in <code>@context</code>.</p>
365+
</li>
368366
<li><p>If there is a vocabulary term which maps to the URI of a resolved
369367
field, the field name must be replace with the vocabulary term.</p>
370368
</li>

v1.0/CommandLineTool.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -649,13 +649,10 @@ <h2 id="Input_binding" class="section">4.1 Input binding <a href="#Input_binding
649649
</li>
650650
<li><p>Collect <code>CommandLineBinding</code> objects from the <code>inputs</code> schema and
651651
associate them with values from the input object. Where the input type
652-
is a record, array, or map, recursively walk the schema and input object,</p>
652+
is a record, array, or map, recursively walk the schema and input object,
653+
collecting nested <code>CommandLineBinding</code> objects and associating them with
654+
values from the input object.</p>
653655
</li>
654-
</ol>
655-
collecting nested `CommandLineBinding` objects and associating them with
656-
values from the input object.
657-
658-
<ol start="3">
659656
<li><p>Create a sorting key by taking the value of the <code>position</code> field at
660657
each level leading to each leaf binding object. If <code>position</code> is not
661658
specified, it is not added to the sorting key. For bindings on arrays

v1.0/SchemaSalad.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,10 @@ <h2 id="Field_name_resolution" class="section">3.1 Field name resolution <a href
372372
which are not part of the vocabulary are resolved using the following
373373
rules:</p>
374374
<ul>
375-
<li>If an field name URI begins with a namespace prefix declared in the
376-
document context (<code>@context</code>) followed by a colon <code>:</code>, the prefix and</li>
377-
</ul>
378-
colon must be replaced by the namespace declared in `@context`.
379-
380-
<ul>
375+
<li><p>If an field name URI begins with a namespace prefix declared in the
376+
document context (<code>@context</code>) followed by a colon <code>:</code>, the prefix and
377+
colon must be replaced by the namespace declared in <code>@context</code>.</p>
378+
</li>
381379
<li><p>If there is a vocabulary term which maps to the URI of a resolved
382380
field, the field name must be replace with the vocabulary term.</p>
383381
</li>

v1.0/Workflow.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,13 +1575,13 @@ <h3>Fields</h3>
15751575
this input parameter.</p>
15761576
<p>If <code>valueFrom</code> is a parameter reference or expression, it must be
15771577
evaluated to yield the actual value to be assiged to the input field.</p>
1578-
<p>The <code>self</code> value in the parameter reference or expression must be
1579-
parameter <strong>is</strong> specified in this workflow step's <code>scatter</code> field.</p>
1578+
<p>The <code>self</code> value in the parameter reference or expression must be</p>
15801579
<ol>
15811580
<li><code>null</code> if there is no <code>source</code> field</li>
15821581
<li>the value of the parameter(s) specified in the <code>source</code> field when this
15831582
workflow input parameter <strong>is not</strong> specified in this workflow step's <code>scatter</code> field.</li>
1584-
<li>an element of the parameter specified in the <code>source</code> field when this workflow input</li>
1583+
<li>an element of the parameter specified in the <code>source</code> field when this workflow input
1584+
parameter <strong>is</strong> specified in this workflow step's <code>scatter</code> field.</li>
15851585
</ol>
15861586
<p>The value of <code>inputs</code> in the parameter reference or expression must be
15871587
the input object to the workflow step after assigning the <code>source</code>

v1.1/CommandLineTool.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -851,13 +851,10 @@ <h2 id="Input_binding" class="section">4.1 Input binding <a href="#Input_binding
851851
</li>
852852
<li><p>Collect <code>CommandLineBinding</code> objects from the <code>inputs</code> schema and
853853
associate them with values from the input object. Where the input type
854-
is a record, array, or map, recursively walk the schema and input object,</p>
854+
is a record, array, or map, recursively walk the schema and input object,
855+
collecting nested <code>CommandLineBinding</code> objects and associating them with
856+
values from the input object.</p>
855857
</li>
856-
</ol>
857-
collecting nested `CommandLineBinding` objects and associating them with
858-
values from the input object.
859-
860-
<ol start="3">
861858
<li><p>Create a sorting key by taking the value of the <code>position</code> field at
862859
each level leading to each leaf binding object. If <code>position</code> is not
863860
specified, it is not added to the sorting key. For bindings on arrays

v1.1/SchemaSalad.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -413,12 +413,10 @@ <h2 id="Field_name_resolution" class="section">3.1 Field name resolution <a href
413413
which are not part of the vocabulary are resolved using the following
414414
rules:</p>
415415
<ul>
416-
<li>If an field name URI begins with a namespace prefix declared in the
417-
document context (<code>@context</code>) followed by a colon <code>:</code>, the prefix and</li>
418-
</ul>
419-
colon must be replaced by the namespace declared in `@context`.
420-
421-
<ul>
416+
<li><p>If an field name URI begins with a namespace prefix declared in the
417+
document context (<code>@context</code>) followed by a colon <code>:</code>, the prefix and
418+
colon must be replaced by the namespace declared in <code>@context</code>.</p>
419+
</li>
422420
<li><p>If there is a vocabulary term which maps to the URI of a resolved
423421
field, the field name must be replace with the vocabulary term.</p>
424422
</li>

v1.1/Workflow.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,13 +2340,13 @@ <h3>Fields</h3>
23402340
this input parameter.</p>
23412341
<p>If <code>valueFrom</code> is a parameter reference or expression, it must be
23422342
evaluated to yield the actual value to be assiged to the input field.</p>
2343-
<p>The <code>self</code> value in the parameter reference or expression must be
2344-
parameter <strong>is</strong> specified in this workflow step's <code>scatter</code> field.</p>
2343+
<p>The <code>self</code> value in the parameter reference or expression must be</p>
23452344
<ol>
23462345
<li><code>null</code> if there is no <code>source</code> field</li>
23472346
<li>the value of the parameter(s) specified in the <code>source</code> field when this
23482347
workflow input parameter <strong>is not</strong> specified in this workflow step's <code>scatter</code> field.</li>
2349-
<li>an element of the parameter specified in the <code>source</code> field when this workflow input</li>
2348+
<li>an element of the parameter specified in the <code>source</code> field when this workflow input
2349+
parameter <strong>is</strong> specified in this workflow step's <code>scatter</code> field.</li>
23502350
</ol>
23512351
<p>The value of <code>inputs</code> in the parameter reference or expression must be
23522352
the input object to the workflow step after assigning the <code>source</code>

v1.2/CommandLineTool.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,13 +1162,10 @@ <h2 id="Input_binding" class="section">4.1 Input binding <a href="#Input_binding
11621162
</li>
11631163
<li><p>Collect <code>CommandLineBinding</code> objects from the <code>inputs</code> schema and
11641164
associate them with values from the input object. Where the input type
1165-
is a record, array, or map, recursively walk the schema and input object,</p>
1165+
is a record, array, or map, recursively walk the schema and input object,
1166+
collecting nested <code>CommandLineBinding</code> objects and associating them with
1167+
values from the input object.</p>
11661168
</li>
1167-
</ol>
1168-
collecting nested `CommandLineBinding` objects and associating them with
1169-
values from the input object.
1170-
1171-
<ol start="3">
11721169
<li><p>Create a sorting key by taking the value of the <code>position</code> field at
11731170
each level leading to each leaf binding object. If <code>position</code> is not
11741171
specified, it is not added to the sorting key. For bindings on arrays

v1.2/SchemaSalad.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -448,12 +448,10 @@ <h2 id="Field_name_resolution" class="section">3.1 Field name resolution <a href
448448
which are not part of the vocabulary are resolved using the following
449449
rules:</p>
450450
<ul>
451-
<li>If a field name URI begins with a namespace prefix declared in the
452-
document context (<code>@context</code>) followed by a colon <code>:</code>, the prefix and</li>
453-
</ul>
454-
colon must be replaced by the namespace declared in `@context`.
455-
456-
<ul>
451+
<li><p>If a field name URI begins with a namespace prefix declared in the
452+
document context (<code>@context</code>) followed by a colon <code>:</code>, the prefix and
453+
colon must be replaced by the namespace declared in <code>@context</code>.</p>
454+
</li>
457455
<li><p>If there is a vocabulary term which maps to the URI of a resolved
458456
field, the field name must be replace with the vocabulary term.</p>
459457
</li>

0 commit comments

Comments
 (0)