summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-03-30 17:32:45 +1100
committerJed Barber <jjbarber@y7mail.com>2018-03-30 17:32:45 +1100
commitb6e5db7f27f12af4ac7c1d186d367c65c00824d2 (patch)
tree9e4b4e966684de79bf41f9534d7b50571273d8e7
parentcd3bc5a29b1b8ee223cafb6d8a569c76613eee81 (diff)
Fixed HTML bugs
-rw-r--r--project/assets/css/steelman.css2
-rw-r--r--project/templates/links.html4
-rw-r--r--project/templates/steelman.html908
-rw-r--r--project/templates/stvcount.html1
4 files changed, 457 insertions, 458 deletions
diff --git a/project/assets/css/steelman.css b/project/assets/css/steelman.css
index 4123e75..5b6b5c9 100644
--- a/project/assets/css/steelman.css
+++ b/project/assets/css/steelman.css
@@ -44,7 +44,7 @@ table#appendix td {
}
-table#appendix td#yn {
+table#appendix td.yn {
text-align: center;
height: 1em;
}
diff --git a/project/templates/links.html b/project/templates/links.html
index b0edeaa..c4b91e8 100644
--- a/project/templates/links.html
+++ b/project/templates/links.html
@@ -90,7 +90,7 @@ chances are someone else might too. Note that this list is not anywhere near exh
Cruise Missile</a></li>
<li><a href="http://moonshine-still.com/" target="_blank">
Distillation Apparatus</a></li>
- <li><a href="http://www.velomobiel.nl/allert/Recumbent motorbike.htm" target="_blank">
+ <li><a href="http://www.velomobiel.nl/allert/Recumbent%20motorbike.htm" target="_blank">
Feetforward Motorbike</a></li>
<li><a href="http://www.fpga4fun.com/" target="_blank">
FPGA4Fun</a></li>
@@ -281,7 +281,7 @@ chances are someone else might too. Note that this list is not anywhere near exh
Electoral Royal Commission</a></li>
<li><a href="http://hcsoftware.sourceforge.net/jason-rohrer/freeDistribution.html" target="_blank">
Free Distribution</a></li>
- <li><a href="https://web.archive.org/web/20090123151120/http://www.privacyinternational.org:80/article.shtml?cmd[347]=x-347-559597" target="_blank">
+ <li><a href="https://web.archive.org/web/20090123151120/http://www.privacyinternational.org:80/article.shtml?cmd%5B347%5D=x-347-559597" target="_blank">
Leading Surveillance Societies 2007</a></li>
<li><a href="https://nbnmyths.wordpress.com/" target="_blank">
NBN Myths</a></li>
diff --git a/project/templates/steelman.html b/project/templates/steelman.html
index 652f781..4c0d209 100644
--- a/project/templates/steelman.html
+++ b/project/templates/steelman.html
@@ -43,7 +43,7 @@ collection, and a standard threading model.</p>
<p><a href="https://forge.open-do.org/plugins/moinmoin/parasail/" target="_blank">Parasail</a> is a research language
created in 2009 by AdaCore, the main vendor of Ada compiler tooling today. The language is designed with implicit
-parallelism throughout, <a href="https://www.embedded.com/design/programming-languages-and-tools/4375616/1/ParaSail--Less-is-more-with-multicoreIt provides an example of a possible" target="_blank">simplifying and adding static checking</a>
+parallelism throughout, <a href="https://www.embedded.com/design/programming-languages-and-tools/4375616/1/ParaSail--Less-is-more-with-multicore" target="_blank">simplifying and adding static checking</a>
to eliminate as many sources of errors as possible. It represents a possible future direction for Ada derived languages.</p>
<p><a href="https://en.wikipedia.org/wiki/Pascal_(programming_language)" target="_blank">Pascal</a>, like C, predates
@@ -239,10 +239,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
real time control, self diagnostics, input-output to nonstandard peripheral devices,
parallel processing, numeric computation, and file processing.
</td>
- <td id="yn">yes</td>
- <td id="yn">no?</td>
- <td id="yn">yes?</td>
- <td id="yn">yes?</td>
+ <td class="yn">yes</td>
+ <td class="yn">no?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes?</td>
</tr>
<tr>
<td colspan="4">
@@ -259,10 +259,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
explanatory diagnostic and warning messages, but shall not attempt to correct
programming errors.
</td>
- <td id="yn">yes?</td>
- <td id="yn">yes</td>
- <td id="yn">partial?</td>
- <td id="yn">mostly?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial?</td>
+ <td class="yn">mostly?</td>
</tr>
<tr>
<td colspan="4">
@@ -278,10 +278,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
for instances where the default is stated in the language definition, is always meaningful,
reflects the most frequent usage in programs, and may be explicitly overridden.
</td>
- <td id="yn">partial?</td>
- <td id="yn">yes?</td>
- <td id="yn">mostly?</td>
- <td id="yn">partial?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">partial?</td>
</tr>
<tr>
<td colspan="4">
@@ -303,10 +303,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
execution costs. Execution time support packages of the language shall not be included in
object code unless they are called.
</td>
- <td id="yn">partial?</td>
- <td id="yn">yes?</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
</tr>
<tr>
<td colspan="4">
@@ -325,10 +325,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
provide several notations for the same concept. No arbitrary restriction should be imposed
on a language feature.
</td>
- <td id="yn">yes?</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -345,10 +345,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
the production of translators that are easy to implement and are efficient during translation.
There shall be no language restrictions that are not enforceable by translators.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -366,10 +366,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
for defining those portions of programs that are dependent on the object machine configuration
and for conditionally compiling programs depending on the actual configuration.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -382,10 +382,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
that a formal definition assists in achieving the above goals (i.e., all of section 1), the
language shall be formally defined.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">mostly?</td>
- <td id="yn">mostly?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">mostly?</td>
</tr>
<tr>
<td colspan="4">
@@ -398,16 +398,16 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
<td rowspan="2">
2A. Character Set. The full set of character graphics that may be used in source programs shall be
given in the language definition. Every source program shall also have a representation that uses
- only the following 55 character subset of the ASCII graphics: %&'()*+,-./:;<=>? 0123456789
+ only the following 55 character subset of the ASCII graphics: &#37;&amp;'()*+,-./:;&lt;=&gt;? 0123456789
ABCDEFGHIJKLMNOPQRSTUVWXYZ_ Each additional graphic (i.e., one in the full set but not in the 55
character set) may be replaced by a sequence of (one or more) characters from the 55 character set
without altering the semantics of the program. The replacement sequence shall be specified in the
language definition.
</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -420,10 +420,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
structure. The language shall have free form syntax and should use familiar notations where such
use does not conflict with other goals.
</td>
- <td id="yn">partial?</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">partial?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial?</td>
</tr>
<tr>
<td colspan="4">
@@ -438,10 +438,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
particular the user shall not be able to introduce new precedence rules or to define new syntactic
forms.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -458,10 +458,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
shall be bracketed (i.e., shall have a closing as well as an opening key word). Programs may not
contain unmatched brackets of any kind.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -477,10 +477,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
identifiers or reserved words to be abbreviated. (Note that this does not preclude reserved words
that are abbreviations of natural language words.)
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -494,10 +494,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
may be replaced by identifiers, shall not be reserved (e.g., names of functions, types, constants,
and variables shall not be reserved). All reserved words shall be listed in the language definition.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -509,10 +509,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
2G. Numeric Literals. There shall be built-in decimal literals. There shall be no implicit truncation
or rounding of integer and fixed point literals.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">mostly?</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -528,10 +528,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
2H. String Literals. There shall be a built-in facility for fixed length string literals. String
literals shall be interpreted as one-dimensional character arrays.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -544,10 +544,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
2I. Comments. The language shall permit comments that are introduced by a special (one or two character)
symbol and terminated by the next line boundary of the source program.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -560,10 +560,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
3A. Strong Typing. The language shall be strongly typed. The type of each variable, array and record
component, expression, function, and parameter shall be determinable during translation.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -580,10 +580,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
shall be no implicit conversions between types. Explicit conversion operations shall be automatically
defined between types that are characterized by the same logical properties.
</td>
- <td id="yn">partial?</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">partial?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">partial?</td>
</tr>
<tr>
<td colspan="4">
@@ -601,10 +601,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
associated with each type. No restriction shall be imposed on user defined types unless it is imposed on
all types.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -620,10 +620,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
specified when the variable is declared. The language should encourage such specifications. [Note that
such specifications can aid the clarity, efficiency, maintainability, and provability of programs.]
</td>
- <td id="yn">partial</td>
- <td id="yn">yes?</td>
- <td id="yn">mostly?</td>
- <td id="yn">no</td>
+ <td class="yn">partial</td>
+ <td class="yn">yes?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -638,10 +638,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
computation. Numeric operations and assignment that would cause the most significant digits of numeric
values to be truncated (e.g., when overflow occurs) shall constitute an exception situation.
</td>
- <td id="yn">partial?</td>
- <td id="yn">yes</td>
- <td id="yn">partial?</td>
- <td id="yn">mostly?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial?</td>
+ <td class="yn">mostly?</td>
</tr>
<tr>
<td colspan="4">
@@ -659,10 +659,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
equal, and greater than or equal) between elements of each numeric type. Numeric values shall be equal
if and only if they have exactly the same abstract value.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -679,10 +679,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
to be implemented and as the maximum range needed by the application. Explicit conversion operations shall
not be required between numeric ranges.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -699,10 +699,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
minimum accuracy (not significance) to be implemented. Approximate results shall be implicitly rounded to
the implemented precision. Explicit conversions shall not be required between precisions.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -719,10 +719,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
precisions, radix, and exponent range available in the object machine. There shall be built-in operations
to access the actual precision, radix, and exponent range of the implementation.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">partial</td>
- <td id="yn">yes?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">partial</td>
+ <td class="yn">yes?</td>
</tr>
<tr>
<td colspan="4">
@@ -736,10 +736,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
3-1F. Integer and Fixed Point Numbers. Integer and fixed point numbers shall be treated as exact numeric
values. There shall be no implicit truncation or rounding in integer and fixed point computations.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -754,10 +754,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
values) of each fixed point variable must be specified in programs and be determinable during translation.
Scales shall not be restricted to powers of two.
</td>
- <td id="yn">no</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
- <td id="yn">no</td>
+ <td class="yn">no</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -772,10 +772,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
operations for exact arithmetic shall apply between arbitrary scales. Additional operations between
arbitrary scales shall be definable within programs.
</td>
- <td id="yn">no</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
- <td id="yn">no</td>
+ <td class="yn">no</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -789,10 +789,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
their elements. The elements of an enumeration type may be identifiers or character literals. Each
variable of an enumeration type may be restricted to a contiguous subsequence of the enumeration.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -808,10 +808,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
automatically defined so that the successor, predecessor, the position of any element, and the first and
last element of the type may be computed.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">yes?</td>
- <td id="yn">mostly?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">mostly?</td>
</tr>
<tr>
<td colspan="4">
@@ -822,10 +822,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
<td rowspan="2">
3-2C. Boolean Type. There shall be a predefined type for Boolean values.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -838,10 +838,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
3-2D. Character Types. Character sets shall be definable as enumeration types. Character types may contain
both printable and control characters. The ASCII character set shall be predefined.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -854,10 +854,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
types. Composite types shall include arrays (i.e., composite data with indexable components of homogeneous
types) and records (i.e., composite data with labeled components of heterogeneous type).
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -872,10 +872,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
(including array and record types). Range, precision, and scale specifications shall be required for each
component of appropriate numeric type.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -893,10 +893,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
used anywhere in a program that a variable of the component's type is permitted. There shall be no automatically
defined equivalence operations between values of elements of a composite type.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -910,10 +910,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
determinable at the time of array allocation. The range of each subscript value must be restricted to a
contiguous sequence of integers or to a contiguous sequence from an enumeration type.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -927,10 +927,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
catenation of contiguous sections of one-dimensional arrays of the same component type. The results of such
access and catenation operations may be used as actual input parameter.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">no</td>
- <td id="yn">partial</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">no</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
@@ -945,10 +945,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
may be thought of as record components and may be referenced using the same notation as for accessing record
components. Assignment shall not be permitted to such components.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">no?</td>
- <td id="yn">no?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">no?</td>
+ <td class="yn">no?</td>
</tr>
<tr>
<td colspan="4">
@@ -961,10 +961,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
3-3G. Variants. It shall be possible to define types with alternative record structures (i.e., variants).
The structure of each variant shall be determinable during translation.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -979,10 +979,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
discriminate among the variants during execution). It shall not be possible to alter a tag field without
replacing the entire variant.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">yes?</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -998,10 +998,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
be referenced by the program. [Note that indirect types require pointers and sometimes heap storage in their
implementation.]
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1016,10 +1016,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
and an operation that produces a new element having the same component values as its argument, shall be
automatically defined for each indirect type.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1031,10 +1031,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
3-4A. Bit Strings (i.e., Set Types). It shall be possible to define types whose elements are
one-dimensional Boolean arrays represented in maximally packed form (i.e, whose elements are sets).
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
@@ -1051,10 +1051,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
component-by-component negation, conjunction, inclusive disjunction, and exclusive disjunction
respectively) operations shall be defined automatically for each set type.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
@@ -1068,10 +1068,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
that is definable in programs. The language shall permit multiple explicit instantiations of an
encapsulation.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1087,10 +1087,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
such as type conversions and equality. Definitions that are made within an encapsulation and are
externally accessible may be renamed before use outside the encapsulation.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1103,10 +1103,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
or process of the encapsulation, shall remain allocated and retain their values throughout the scope
in which the encapsulation is instantiated.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1118,10 +1118,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
4A. Form of Expressions. The parsing of correct expressions shall not depend on the types of their
operands or on whether the types of the operands are built into the language.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1135,10 +1135,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
uniquely determined during translation from the context of its use (as might be the case with a
literal).
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1155,10 +1155,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
within an expression shall not be guaranteed. [Note that the latter implies that any program
that depends on the order of side effects is erroneous.]
</td>
- <td id="yn">mostly?</td>
- <td id="yn">yes?</td>
- <td id="yn">mostly?</td>
- <td id="yn">mostly?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">mostly?</td>
</tr>
<tr>
<td colspan="4">
@@ -1171,10 +1171,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
4D. Allowed Usage. Expressions of a given type shall be allowed wherever both constants and
variables of the type are allowed.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1188,10 +1188,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
include only literals and the use of translation time facilities (see 11C) shall be
evaluated during translation.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1204,10 +1204,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
and infix) operators shall be specified in the language definition, shall not be alterable by
the user, shall be few in number, and shall not depend on the types of the operands.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -1225,10 +1225,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
association whenever a nonassociative operator appears to the left of an operator of the same
precedence at the least-binding precedence level of any subexpression.]
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1241,10 +1241,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
constants shall include both those whose values-are determined during translation and those
whose value cannot be determined until allocation. Programs may not assign to constants.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1258,10 +1258,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
be determinable during translation. [Note, "variable" throughout this document refers not
only to simple variables but also to composite variables and to components of arrays and records.]
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
@@ -1278,10 +1278,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
may be made in any scope. Anything other than a variable shall be accessable within any nested
scope of its definition.
</td>
- <td id="yn">yes?</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
</tr>
<tr>
<td colspan="4">
@@ -1294,10 +1294,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
statements shall not be assignable to variables, be computable as values of expressions, or
be usable as nongeneric parameters to procedures or functions.
</td>
- <td id="yn">no</td>
- <td id="yn">no</td>
- <td id="yn">no?</td>
- <td id="yn">no</td>
+ <td class="yn">no</td>
+ <td class="yn">no</td>
+ <td class="yn">no?</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -1309,10 +1309,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
<td rowspan="2">
5E. Initial Values. There shall be no default initial-values for variables.
</td>
- <td id="yn">partial</td>
- <td id="yn">partial</td>
- <td id="yn">partial?</td>
- <td id="yn">mostly</td>
+ <td class="yn">partial</td>
+ <td class="yn">partial</td>
+ <td class="yn">partial?</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -1327,10 +1327,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
5F. Operations on Variables. Assignment and an implicit value access operation shall be
automatically defined for each variable.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1345,10 +1345,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
procedures, and processes shall be closed scopes. Bodies of classical control structures shall
be open scopes.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1364,10 +1364,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
have only one entry point and shall exit to a single point unless exited via an explicit
transfer of control (where permitted, see 6G), or the raising of an exception (see 10C).
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1381,10 +1381,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
between statement terminators and statement separators, unless the restriction makes programming
errors less likely.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1402,10 +1402,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
when no other path is selected. Only the selected branch shall be compiled when the discriminating
condition is a translation time expression.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1417,10 +1417,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
6D. Short Circuit Evaluation. There shall be infix control operations for short circuit conjunction
and disjunction of the controlling Boolean expression in conditional and iterative control structures.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1435,10 +1435,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
enumeration type or the integers may be associated with successive iterations and the value for
the current iteration accessed as a constant throughout the loop body.
</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1454,10 +1454,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
no control transfer mechanisms in the form of switches, designational expressions, label variables,
label parameters, or alter statements.
</td>
- <td id="yn">yes?</td>
- <td id="yn">partial</td>
- <td id="yn">yes</td>
- <td id="yn">partial?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">partial</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial?</td>
</tr>
<tr>
<td colspan="4">
@@ -1474,10 +1474,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
(i.e., overloading shall be permitted). [Note that redefinition, as opposed to overloading, of an
existing function or procedure is often error prone.]
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -1489,10 +1489,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
<td rowspan="2">
7B. Recursion. It shall be possible to call functions and procedures recursively.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1506,10 +1506,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
shall refer to a program element that is lexically global, rather than to one that is global
through the dynamic calling structure.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1523,10 +1523,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
any type. If a result is of a nonindirect array or record type then the number of its components
must be determinable by the time of function call.
</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly?</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -1544,10 +1544,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
parameter shall be determined at time of call and must be a variable or an assignable component
of a composite type.
</td>
- <td id="yn">partial</td>
- <td id="yn">yes</td>
- <td id="yn">partial?</td>
- <td id="yn">partial?</td>
+ <td class="yn">partial</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial?</td>
+ <td class="yn">partial?</td>
</tr>
<tr>
<td colspan="4">
@@ -1564,10 +1564,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
such constraints are permitted they shall be interpreted as assertions and not as additional
overloading. Corresponding formal and actual parameters must be of the same type.
</td>
- <td id="yn">yes?</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
</tr>
<tr>
<td colspan="4">
@@ -1582,10 +1582,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
call to call. Subscript ranges shall be accessible within function and procedure bodies without
being passed as explicit parameters.
</td>
- <td id="yn">no</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
+ <td class="yn">no</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -1603,10 +1603,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
referenced as nonlocals within a function or routine, is not prohibited. All aliasing of components
of elements of an indirect type shall be considered intentional.
</td>
- <td id="yn">no</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">yes</td>
+ <td class="yn">no</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1619,10 +1619,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
receive control information to and from physical channels and devices. The low level operations
shall be chosen to insure that all user level input-output operations can be defined within the language.
</td>
- <td id="yn">partial?</td>
- <td id="yn">no?</td>
- <td id="yn">partial?</td>
- <td id="yn">no?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">no?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">no?</td>
</tr>
<tr>
<td colspan="4">
@@ -1637,10 +1637,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
to create, delete, open, close, read, write, position, and interrogate both sequential and random
access files and to alter the association between logical files and physical devices.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1653,10 +1653,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
are known to the translator (i.e., data that is created and written entirely within the program
or data whose representation is explicitly specified in the program).
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1669,10 +1669,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
system. [Note that on many machines it will be necessary to provide run-time procedures to
implement some features of the language.]
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1685,10 +1685,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
physical resources (e.g., memory or processors) that are managed (e.g., allocated or scheduled)
by built-in features of the language.
</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
- <td id="yn">partial</td>
- <td id="yn">no</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">partial</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -1705,10 +1705,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
integers, or an enumeration element to its symbolic form). These conversion operations shall
have the same semantics as those specified for literals in programs.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
@@ -1723,10 +1723,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
Each process (activation) must have a name. It shall not be possible to exit the scope of a process
name unless the process is terminated (or uninitiated).
</td>
- <td id="yn">yes</td>
- <td id="yn">mostly</td>
- <td id="yn">no</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">mostly</td>
+ <td class="yn">no</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1743,10 +1743,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
execution time and space. Processes shall have consistent semantics whether implemented on multicomputers,
multiprocessors, or with interleaved execution on a single processor.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1760,10 +1760,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
shall cause a warning. It shall be possible efficiently to perform mutual exclusion in programs.
The language shall not require any use of mutual exclusion.
</td>
- <td id="yn">partial?</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
- <td id="yn">yes</td>
+ <td class="yn">partial?</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1782,10 +1782,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
user without loss of efficiency. Note also that priority specification does not impose a specific
execution order among parallel paths and thus does not provide a means for mutual exclusion.]
</td>
- <td id="yn">yes?</td>
- <td id="yn">yes?</td>
- <td id="yn">no</td>
- <td id="yn">partial?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">no</td>
+ <td class="yn">partial?</td>
</tr>
<tr>
<td colspan="4">
@@ -1800,10 +1800,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
execution. A process may have an accessible clock giving the cumulative processing time (i.e., CPU
time) for that process.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">yes?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes?</td>
</tr>
<tr>
<td colspan="4">
@@ -1816,10 +1816,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
9G. Asynchronous Termination. It shall be possible to terminate another process. The terminated
process may designate the sequence of statements it will execute in response to the induced termination.
</td>
- <td id="yn">yes</td>
- <td id="yn">no?</td>
- <td id="yn">no</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">no?</td>
+ <td class="yn">no</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1835,10 +1835,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
It shall be possible to delay such data transfers until both the sending and receiving processes
have requested the transfer.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1852,10 +1852,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
(without delay, if it is already set). Setting a signal, that is not already set, shall cause
exactly one waiting path to continue.
</td>
- <td id="yn">mostly?</td>
- <td id="yn">mostly?</td>
- <td id="yn">no</td>
- <td id="yn">mostly?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">no</td>
+ <td class="yn">mostly?</td>
</tr>
<tr>
<td colspan="4">
@@ -1867,10 +1867,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
9J. Waiting. It shall be possible to wait for, determine, and act upon the first completed of
several wait operations (including those used for data passing, signalling, and real time).
</td>
- <td id="yn">mostly?</td>
- <td id="yn">mostly?</td>
- <td id="yn">no</td>
- <td id="yn">mostly?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">no</td>
+ <td class="yn">mostly?</td>
</tr>
<tr>
<td colspan="4">
@@ -1886,10 +1886,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
identifiers shall have a scope. Exceptions should add to the execution time of programs only
if they are raised.
</td>
- <td id="yn">yes</td>
- <td id="yn">partial?</td>
- <td id="yn">partial?</td>
- <td id="yn">partial</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
@@ -1910,10 +1910,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
[Note that some are very expensive to detect unless aided by special hardware, and consequently
their detection will often be suppressed (see 10G).]
</td>
- <td id="yn">partial?</td>
- <td id="yn">mostly</td>
- <td id="yn">partial</td>
- <td id="yn">partial?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">mostly</td>
+ <td class="yn">partial</td>
+ <td class="yn">partial?</td>
</tr>
<tr>
<td colspan="4">
@@ -1932,10 +1932,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
Exceptions that are not handled within a process shall terminate the process. Exceptions that can
be raised by built-in operations shall be given in the language definition.
</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
- <td id="yn">partial</td>
- <td id="yn">partial</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
+ <td class="yn">partial</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
@@ -1954,10 +1954,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
control path for all exceptions not otherwise mentioned in such a discrimination. It shall
be possible to raise the exception that selected the current handler when exiting the handler.
</td>
- <td id="yn">yes</td>
- <td id="yn">no?</td>
- <td id="yn">partial</td>
- <td id="yn">no</td>
+ <td class="yn">yes</td>
+ <td class="yn">no?</td>
+ <td class="yn">partial</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -1970,10 +1970,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
10E. Order of Exceptions. The order in which exceptions in different parts of an expression
are detected shall not be guaranteed by the language or by the translator.
</td>
- <td id="yn">yes?</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -1987,10 +1987,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
to include assertions, such as the expected frequency for selection of a conditional path, that
cannot be verified. [Note that assertions can be used to aid optimization and maintenance.]
</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
- <td id="yn">no</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">no</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -2005,10 +2005,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
the integrity of the values produced when a suppressed exception occurs. [Note that suppression
of an exception is not an assertion that the corresponding error will not occur.]
</td>
- <td id="yn">partial</td>
- <td id="yn">no</td>
- <td id="yn">no</td>
- <td id="yn">no</td>
+ <td class="yn">partial</td>
+ <td class="yn">no</td>
+ <td class="yn">no</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -2031,10 +2031,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
the association of physical resources (e.g., interrupts) to program elements (e.g., exceptions
or signals).
</td>
- <td id="yn">partial?</td>
- <td id="yn">no?</td>
- <td id="yn">no</td>
- <td id="yn">partial</td>
+ <td class="yn">partial?</td>
+ <td class="yn">no?</td>
+ <td class="yn">no</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
@@ -2051,10 +2051,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
time expression, the type of actual generic parameters, and the values of constraints
characterizing the subtype of actual parameters.
</td>
- <td id="yn">partial</td>
- <td id="yn">partial?</td>
- <td id="yn">no</td>
- <td id="yn">partial</td>
+ <td class="yn">partial</td>
+ <td class="yn">partial?</td>
+ <td class="yn">no</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
@@ -2071,10 +2071,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
of the object machine, may be made more portable by enclosing those portions in branches of
conditionals on the object machine configuration.]
</td>
- <td id="yn">no?</td>
- <td id="yn">no?</td>
- <td id="yn">no</td>
- <td id="yn">no?</td>
+ <td class="yn">no?</td>
+ <td class="yn">no?</td>
+ <td class="yn">no</td>
+ <td class="yn">no?</td>
</tr>
<tr>
<td colspan="4">
@@ -2088,10 +2088,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
in both the source language program and foreign code must be identified in the interface. The
source language of the foreign code must also be identified.
</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
- <td id="yn">mostly</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
+ <td class="yn">mostly</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -2112,10 +2112,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
optimization shall not alter the semantics of correct programs, (e.g., the semantics of parameters
will be unaffected by the choice between open and closed calls).
</td>
- <td id="yn">partial?</td>
- <td id="yn">no?</td>
- <td id="yn">partial?</td>
- <td id="yn">partial?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">no?</td>
+ <td class="yn">partial?</td>
+ <td class="yn">partial?</td>
</tr>
<tr>
<td colspan="4">
@@ -2131,10 +2131,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
library shall be structured to allow entries to be associated with particular applications,
projects, and users.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -2148,10 +2148,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
of other units. All language imposed restrictions shall be enforced across such interfaces.
Separate translation shall not change the semantics of a correct program.
</td>
- <td id="yn">mostly?</td>
- <td id="yn">yes?</td>
- <td id="yn">yes?</td>
- <td id="yn">yes?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes?</td>
</tr>
<tr>
<td colspan="4">
@@ -2166,10 +2166,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
(including those for variables, functions, procedures, processes, and types) or the value of any
expression.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
- <td id="yn">mostly</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -2186,10 +2186,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
and appropriate examples of each built-in and predefined feature. A recommended set of
translation diagnostic and warning messages shall be included in the language definition.
</td>
- <td id="yn">mostly?</td>
- <td id="yn">mostly?</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
@@ -2201,10 +2201,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
13B. Standards. There will be a standard definition of the language. Procedures will be
established for standards control and for certification that translators meet the standard.
</td>
- <td id="yn">no</td>
- <td id="yn">no</td>
- <td id="yn">yes</td>
- <td id="yn">no</td>
+ <td class="yn">no</td>
+ <td class="yn">no</td>
+ <td class="yn">yes</td>
+ <td class="yn">no</td>
</tr>
<tr>
<td colspan="4">
@@ -2218,10 +2218,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
that is available to the user shall be defined in the standard, in an accessible library,
or in the source program.
</td>
- <td id="yn">mostly?</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -2240,10 +2240,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
translation. If the translator determines that a call on a routine will not terminate normally,
the exception shall be reported as a translation error at the point of call.
</td>
- <td id="yn">mostly?</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">yes?</td>
+ <td class="yn">mostly?</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes?</td>
</tr>
<tr>
<td colspan="4">
@@ -2259,10 +2259,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
of the translator (i.e., the translation method) shall not be specified by the language
definition or standards.
</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
- <td id="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
+ <td class="yn">mostly</td>
</tr>
<tr>
<td colspan="4">
@@ -2281,10 +2281,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
number of array dimensions, on the number of identifiers, on the length of identifiers, or
on the number of nested parentheses levels.
</td>
- <td id="yn">yes</td>
- <td id="yn">yes</td>
- <td id="yn">yes?</td>
- <td id="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes</td>
+ <td class="yn">yes?</td>
+ <td class="yn">yes</td>
</tr>
<tr>
<td colspan="4">
@@ -2302,10 +2302,10 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader
implementation, distribution, and maintenance of translators, software tools and aids, and
application libraries will be provided independently of the individual projects that use them.
</td>
- <td id="yn">mostly</td>
- <td id="yn">partial</td>
- <td id="yn">yes</td>
- <td id="yn">partial</td>
+ <td class="yn">mostly</td>
+ <td class="yn">partial</td>
+ <td class="yn">yes</td>
+ <td class="yn">partial</td>
</tr>
<tr>
<td colspan="4">
diff --git a/project/templates/stvcount.html b/project/templates/stvcount.html
index cbd9458..02b47ec 100644
--- a/project/templates/stvcount.html
+++ b/project/templates/stvcount.html
@@ -86,7 +86,6 @@ superfluous logging.</p>
slightly from the ones provided by the AEC's official distribution of preferences. Investigations into the
exact cause are ongoing.</p>
-<a name="results"></a>
<h4>Results</h4>
<p>Calculations were done for each state using the formal preference data with vacancies set to 6 instead of 12,