Home / Function/ a11y_incorrect_aria_attribute_type_integer() — svelte Function Reference

a11y_incorrect_aria_attribute_type_integer() — svelte Function Reference

Architecture documentation for the a11y_incorrect_aria_attribute_type_integer() function in warnings.js from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  420bd6b8_8faf_b81c_ec43_f0049f5a6930["a11y_incorrect_aria_attribute_type_integer()"]
  56a689f9_11c0_cc76_bd60_41bb6dc96475["warnings.js"]
  420bd6b8_8faf_b81c_ec43_f0049f5a6930 -->|defined in| 56a689f9_11c0_cc76_bd60_41bb6dc96475
  4a556532_b1f3_3bc7_3a43_4a663da1eb23["validate_aria_attribute_value()"]
  4a556532_b1f3_3bc7_3a43_4a663da1eb23 -->|calls| 420bd6b8_8faf_b81c_ec43_f0049f5a6930
  style 420bd6b8_8faf_b81c_ec43_f0049f5a6930 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/warnings.js lines 268–270

export function a11y_incorrect_aria_attribute_type_integer(node, attribute) {
	w(node, 'a11y_incorrect_aria_attribute_type_integer', `The value of '${attribute}' must be an integer\nhttps://svelte.dev/e/a11y_incorrect_aria_attribute_type_integer`);
}

Domain

Subdomains

Frequently Asked Questions

What does a11y_incorrect_aria_attribute_type_integer() do?
a11y_incorrect_aria_attribute_type_integer() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is a11y_incorrect_aria_attribute_type_integer() defined?
a11y_incorrect_aria_attribute_type_integer() is defined in packages/svelte/src/compiler/warnings.js at line 268.
What calls a11y_incorrect_aria_attribute_type_integer()?
a11y_incorrect_aria_attribute_type_integer() is called by 1 function(s): validate_aria_attribute_value.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free