Skip to content

Revise allowed characters in identifiers #36

@tomek-he-him

Description

@tomek-he-him
  • Disallow uppercase characters.

Why: HTML5 is all lowercase. <parametric-svg A="5"> is interpreted as <parametric-svg a="5"> – so it’s impossible to pass the value for A this way. HTML5 is our primary target – so it can’t stay this way.

  • Allow non-ASCII chars.

Why: It’s common in maths to use characters like π.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions