Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/accessibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ <h5 id="acc_descriptions">Accessible Descriptions</h5>
with each non-trivial component described.
</p>

<div class="example mathml mmlcore">
<div class="example mathml">
<pre>
&lt;mrow aria-description="circumference of a circle"&gt;
&lt;mn&gt;2&lt;/mn&gt;
Expand Down
16 changes: 5 additions & 11 deletions src/intent.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,20 +221,14 @@ <h3 id="mixing_intent_properties">Intent Properties</h3>
but as with any properties, is by default ignored but may have a
system-specific effect.</p>

<p>As with [=Concepts=], The Working group maintains two lists
of [=property=] values.</p>
<p>Similar to the lists of [=Concepts=], The Working Group maintains a list of [=property=] values that should be implemented.</p>
<ul>
<li><dfn id="intent-core-properties">Core properties</dfn>: This is a
<a href="https://w3c.github.io/mathml-docs/intent-core-properties">list core of properties</a>
<li><dfn id="intent-core-properties">Properties list</dfn>: This is the full
<a href="https://w3c.github.io/mathml-docs/intent-core-properties">list of properties</a>
maintained by the Math Working Group</li>
<li><dfn id="intent-open-properties">Open properties</dfn>: This is an
<a href="https://w3c.github.io/mathml-docs/intent-open-properties">open list of properties</a>
with contributions welcome from the community.
Implementors of MathML systems that implement additional properties are encouraged
to make a pull request to add them to the list of [=Open Properties=].</li>
</ul>
<p>The definitive list of [=Core Properties=] is maintained at
Github. Here, we describe the major classes of property affecting speech generation
<p>The definitive [=Properties list=] is maintained at
GitHub. Here, we describe the major classes of property affecting speech generation
below.</p>
<dl>
<dt id="intent_fixity_hint"><code>:prefix</code>,
Expand Down
Loading