Skip to content

Commit f5765fe

Browse files
committed
fixes HTML error (div cannot be between li)
1 parent 7a5659b commit f5765fe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

spec/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8440,8 +8440,9 @@ <h3>Algebraic Syntax</h3>
84408440
is an algebraic query expression.</li>
84418441
<li>
84428442
A sequence of <a href="#defn_sparqlSolutionMapping">solution mappings</a>
8443-
is an algebraic query expression.</li>
8443+
is an algebraic query expression.
84448444
<div class="issue" data-number="231">Do we really need both of the previous two points?</div>
8445+
</li>
84458446
<li id="defn_absPath">
84468447
<a href="#defn_absPath" class="absOp">Path</a>(|x|, |ppe|, |y|)
84478448
is an algebraic query expression if
@@ -8502,11 +8503,12 @@ <h3>Algebraic Syntax</h3>
85028503
|scalarvals| is a partial function (which may be the empty function, i.e., with an empty domain), and
85038504
|grp| is an algebraic query expression of the form <a href="#defn_absGroup" class="absOp">Group</a>(<var>exprlist'</var>, |A|) where
85048505
<var>exprlist'</var> is a sequence of <a href="#expressions">expressions</a> and
8505-
|A| is an algebraic query expression.</li>
8506+
|A| is an algebraic query expression.
85068507
<div class="issue" data-number="230">
85078508
<a href="#defn_absGroup" class="absOp">Group</a> and <a href="#defn_absAggregation" class="absOp">Aggregation</a>
85088509
should not be independent operators but, instead, should be integrated into the definition of
85098510
<a href="#defn_absAggregateJoin" class="absOp">AggregateJoin</a>.</div>
8511+
</li>
85108512
<li id="defn_absAggregateJoin">
85118513
<a href="#defn_absAggregateJoin" class="absOp">AggregateJoin</a>(<var>A<sub>1</sub></var>, ..., <var>A<sub>|n|</sub></var>)
85128514
is an algebraic query expression if
@@ -8519,8 +8521,9 @@ <h3>Algebraic Syntax</h3>
85198521
<a href="#defn_absOrderBy" class="absOp">OrderBy</a>(|A|, |condition|)
85208522
is an algebraic query expression if
85218523
|A| is an algebraic query expression and
8522-
|condition| is an ordering condition.</li>
8524+
|condition| is an ordering condition.
85238525
<div class="issue" data-number="229">The term "ordering condition" should link to some definition of this notion.</div>
8526+
</li>
85248527
<li id="defn_absProject">
85258528
<a href="#defn_absProject" class="absOp">Project</a>(|A|, |PV|)
85268529
is an algebraic query expression if

0 commit comments

Comments
 (0)