You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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/#csharp
should make all tabs active wheretab.fct_label
equalscsharp
./getting-started/hello-world/#csharp,docker
should make all tabs on that page active wheretab.fct_label
equalscsharp
ordocker
.The text was updated successfully, but these errors were encountered: