Elements

graph TD; %% REQVIRE-AUTOGENERATED-DIAGRAM %% Graph styling classDef userRequirement fill:#D1C4E9,stroke:#7E57C2,stroke-width:2px; classDef systemRequirement fill:#E1D8EE,stroke:#673AB7,stroke-width:1.5px; classDef verification fill:#DCEDC8,stroke:#4CAF50,stroke-width:2px; classDef folder fill:#FAFAFA,stroke:#9E9E9E,stroke-width:3px; classDef file fill:#FFF8E1,stroke:#FFCA28,stroke-width:2px; classDef default fill:#F5F5F5,stroke:#424242,stroke-width:1.5px; subgraph 46bd8996ef832bd8["📁 requirements/Interfaces/WebInterface"] subgraph ac8ba068c690e229["📄 Behaviors.md"] f43dc87fd2c9eea4["Web Interface Navigation Behavior"]; class f43dc87fd2c9eea4 default; click f43dc87fd2c9eea4 "Behaviors.html#web-interface-navigation-behavior"; end end

Web Interface Navigation Behavior

Navigation behavior in HTML export.

Details

Inter-page Navigation:

  • Element links navigate to element page with anchor
  • File links navigate to file page
  • External links open in new tab

Breadcrumbs:

  • Show path: Home > File > Section > Element
  • Each segment clickable

Search:

  • Client-side search in index page
  • Filter by name, type, content

Metadata

  • type: behavior