Skip to content

Use MathML intent to disambiguate coordinate pairs #107

Description

@abcdsen-create

Priority: Medium

Description

Document
how to distinguish a coordinate pair such as (1, 2) from an open interval or a
generic parenthesized pair. When the authoring and reading systems support
MathML intent, mark the semantic role explicitly and identify the coordinate
arguments with arg.

Recommended markup

<mrow
intent="coordinate($x,$y)">

<mo>(</mo><mn
arg="x">1</mn><mo>,</mo><mn
arg="y">2</mn><mo>)</mo>

</mrow>

Acceptance criteria

  • Guidance explains why the visible symbols alone are ambiguous.
  • A coordinate example uses intent and matching arg values.
  • Expected behavior is tested in each supported reading system.
  • Unsupported systems or authoring tools are documented, with a defined fallback or review workflow.

Reading-pipeline dependency

Confirm
that the target reader and speech-rule engine support this intent vocabulary.
If not, track implementation as a separate software issue.

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