-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Contact Details (Optional)
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
idtoclassand 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request