Skip to content

Commit

Permalink
defined boolean attribute type
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Nov 24, 2024
1 parent 980c186 commit ab00dba
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
23 changes: 14 additions & 9 deletions src/fundamentals.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,14 @@ <h5 id="fund_syntax_notation">Syntax notation used in the MathML specification</
</tr>
</thead>

<tbody
>
<tbody>

<tr>
<td id="type_boolean"><dfn><em>boolean</em></dfn></td>
<td>As defined in [[MathML-Core]], a string that is an
ASCII case-insensitive match to <code>true</code> or
<code>false</code>.</td>
</tr>
<tr>
<td id="type_unsigned-integer"><dfn><em>unsigned-integer</em></dfn></td>
<td>As defined in [[MathML-Core]], an <a data-cite="CSS-VALUES-3#integer-value"><code>integer</code></a>, whose first character is neither
Expand All @@ -177,6 +182,13 @@ <h5 id="fund_syntax_notation">Syntax notation used in the MathML specification</
</td>
</tr>

<tr>
<td id="type_number"><dfn><em>number</em></dfn></td>
<td>
an optional prefix of "-" (U+002D), followed by an <a href="#type_unsigned-number">unsigned number</a>,
representing a terminating decimal number (a type of rational number)</td>
</tr>

<tr>
<td id="type_unsigned-number"><dfn><em>unsigned-number</em></dfn></td>
<td>
Expand All @@ -188,13 +200,6 @@ <h5 id="fund_syntax_notation">Syntax notation used in the MathML specification</
(a type of rational number)</td>
</tr>

<tr>
<td id="type_number"><dfn><em>number</em></dfn></td>
<td>
an optional prefix of "-" (U+002D), followed by an <a href="#type_unsigned-number">unsigned number</a>,
representing a terminating decimal number (a type of rational number)</td>
</tr>

<tr>
<td id="type_character"><dfn><em>character</em></dfn></td>
<td>a single non-whitespace character</td>
Expand Down
30 changes: 15 additions & 15 deletions src/presentation-markup.html
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@ <h6 id="presm_mo_dict_attrs">Dictionary-based attributes</h6>

<tr>
<td rowspan="2" class="attname"><a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-stretchy">stretchy</a></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td><em>set by dictionary</em> (false)</td>
</tr>

Expand All @@ -1982,7 +1982,7 @@ <h6 id="presm_mo_dict_attrs">Dictionary-based attributes</h6>

<tr>
<td rowspan="2" class="attname"><a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-symmetric">symmetric</a></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td><em>set by dictionary</em> (false)</td>
</tr>

Expand Down Expand Up @@ -2029,7 +2029,7 @@ <h6 id="presm_mo_dict_attrs">Dictionary-based attributes</h6>

<tr>
<td rowspan="2" class="attname"><a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-largeop">largeop</a></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td><em>set by dictionary</em> (false)</td>
</tr>

Expand All @@ -2047,7 +2047,7 @@ <h6 id="presm_mo_dict_attrs">Dictionary-based attributes</h6>

<tr>
<td rowspan="2" class="attname"><a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-movablelimits">movablelimits</a></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td><em>set by dictionary</em> (false)</td>
</tr>

Expand All @@ -2066,7 +2066,7 @@ <h6 id="presm_mo_dict_attrs">Dictionary-based attributes</h6>

<tr>
<td rowspan="2" class="attname"><span class="coreno">accent</span></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td><em>set by dictionary</em> (false)</td>
</tr>

Expand Down Expand Up @@ -3753,7 +3753,7 @@ <h5 id="presm_mfrac_att">Attributes</h5>

<tr>
<td rowspan="2" class="attname"><span class="coreno">bevelled</span></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td>false</td>
</tr>

Expand Down Expand Up @@ -4123,7 +4123,7 @@ <h5 id="presm_mstyle_attrs">Attributes</h5>

<tr>
<td rowspan="2" class="attname"><a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-displaystyle">displaystyle</a></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td><em>inherited</em></td>
</tr>

Expand Down Expand Up @@ -5728,7 +5728,7 @@ <h5 id="presm_munder_att">Attributes</h5>

<tr>
<td rowspan="2" class="attname"><a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-accentunder">accentunder</a></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td><em>automatic</em></td>
</tr>

Expand Down Expand Up @@ -5856,7 +5856,7 @@ <h5 id="presm_mover_att">Attributes</h5>

<tr>
<td rowspan="2" class="attname"><a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-accent">accent</a></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td><em>automatic</em></td>
</tr>

Expand Down Expand Up @@ -6005,7 +6005,7 @@ <h5 id="presm_munderover_att">Attributes</h5>

<tr>
<td rowspan="2" class="attname"><a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-accent">accent</a></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td><em>automatic</em></td>
</tr>

Expand All @@ -6019,7 +6019,7 @@ <h5 id="presm_munderover_att">Attributes</h5>

<tr>
<td rowspan="2" class="attname"><a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-accentunder">accentunder</a></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td><em>automatic</em></td>
</tr>

Expand Down Expand Up @@ -6395,7 +6395,7 @@ <h5 id="presm_mtable_attrs">Attributes</h5>

<tr>
<td rowspan="2" class="attname"><span class="coreno">alignmentscope</span></td>
<td>("true" | "false") +</td>
<td>(<a class="intref" href="#type_boolean"><em>boolean</em></a>) +</td>
<td>true</td>
</tr>

Expand Down Expand Up @@ -6550,7 +6550,7 @@ <h5 id="presm_mtable_attrs">Attributes</h5>

<tr>
<td rowspan="2" class="attname"><span class="coreno">equalrows</span></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td>false</td>
</tr>

Expand All @@ -6562,7 +6562,7 @@ <h5 id="presm_mtable_attrs">Attributes</h5>

<tr>
<td rowspan="2" class="attname"><span class="coreno">equalcolumns</span></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td>false</td>
</tr>

Expand All @@ -6574,7 +6574,7 @@ <h5 id="presm_mtable_attrs">Attributes</h5>

<tr>
<td rowspan="2" class="attname"><span class="coreno">displaystyle</span></td>
<td>"true" | "false"</td>
<td><a class="intref" href="#type_boolean"><em>boolean</em></a></td>
<td>false</td>
</tr>

Expand Down

0 comments on commit ab00dba

Please sign in to comment.