Use Case
As a user of a specific language, once I select the tab displaying code in my language I want to see all code examples display my language automatically so that I can learn faster, or share a link to a colleague that will open to that tab.
Acceptance Criteria
- Browsing to
/getting-started/hello-world/#csharp should make all tabs active where tab.fct_label equals csharp.
- Browsing to
/getting-started/hello-world/#csharp,docker should make all tabs on that page active where tab.fct_label equals csharp or docker.
- When two or more tabs in the same tab set satisfy the condition described in (2), use the first match to determine the active tab such that the behavior is functionally equivalent to (1).
Use Case
As a user of a specific language, once I select the tab displaying code in my language I want to see all code examples display my language automatically so that I can learn faster, or share a link to a colleague that will open to that tab.
Acceptance Criteria
/getting-started/hello-world/#csharpshould make all tabs active wheretab.fct_labelequalscsharp./getting-started/hello-world/#csharp,dockershould make all tabs on that page active wheretab.fct_labelequalscsharpordocker.