Skip to content

Encoding all entities in diagram #25

@lokal-profil

Description

@lokal-profil

Contact Details (Optional)

andre@metasolutions.se

What benefits does the suggestion solve?

A visual element in the diagram may correspond to multiple INSPEC entities (as outlined in SVG-2).

SVG-3 introduces a mechanism through which interacting with other parts of the specification document could e.g. highlight the corresponding element in the diagram. It would be reasonable to expect this to work for any entity corresponding to the visual element, not just the dominant one.

Feature suggestion description

SVG-3 derives it's identifier from the URI in troduced in SVG-1. So to allow interaction from any corresponding entity we would need:

  • a mechanism to associate additional URIs to an element (e.g. via another custom data attribute)
  • transition the mechanism in SVG-3 from id to class and adding the md5 sums for all associated URIs to this.

Note that SVG-1 wouldn't be changed since href can still only be associated with one (the dominant) URI.

Alternative solutions (Optional)

No response

Additional information (Optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions