Skip to content

Require complete sets to remain inside one MathML element #100

Description

@abcdsen-create

Priority: High

Description

Document
that a set must not be split between MathML and ordinary paragraph text. Both
braces, the set elements, and any natural-language condition must remain inside
one continuous <math> element. If the closing brace is outside the
MathML, the expression may not be recognized as a set at all.

Recommended markup

<math
xmlns="http://www.w3.org/1998/Math/MathML">

<mi>A</mi><mo>=</mo><mo>{</mo><mi>x</mi><mo>∣</mo><mi>x</mi>

<mtext>is a champion in the years 2011–2015</mtext>

<mo>}</mo>

</math>

Acceptance criteria

  • Guidance explicitly requires matching opening and closing braces within the same <math> element.
  • Natural-language conditions are shown inside <mtext>.
  • An incorrect split-markup example and its expected speech failure are documented.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions