a11y_positive_tabindex() — svelte Function Reference
Architecture documentation for the a11y_positive_tabindex() function in warnings.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 4078d322_a6cc_2328_04f2_3c51fcce82b3["a11y_positive_tabindex()"] 56a689f9_11c0_cc76_bd60_41bb6dc96475["warnings.js"] 4078d322_a6cc_2328_04f2_3c51fcce82b3 -->|defined in| 56a689f9_11c0_cc76_bd60_41bb6dc96475 c342967b_b314_8027_476d_d085ed0e13f0["check_element()"] c342967b_b314_8027_476d_d085ed0e13f0 -->|calls| 4078d322_a6cc_2328_04f2_3c51fcce82b3 style 4078d322_a6cc_2328_04f2_3c51fcce82b3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/compiler/warnings.js lines 452–454
export function a11y_positive_tabindex(node) {
w(node, 'a11y_positive_tabindex', `Avoid tabindex values above zero\nhttps://svelte.dev/e/a11y_positive_tabindex`);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does a11y_positive_tabindex() do?
a11y_positive_tabindex() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is a11y_positive_tabindex() defined?
a11y_positive_tabindex() is defined in packages/svelte/src/compiler/warnings.js at line 452.
What calls a11y_positive_tabindex()?
a11y_positive_tabindex() is called by 1 function(s): check_element.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free