Home / Function/ a11y_incorrect_aria_attribute_type_idlist() — svelte Function Reference

a11y_incorrect_aria_attribute_type_idlist() — svelte Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/src/compiler/warnings.js lines 259–261

export function a11y_incorrect_aria_attribute_type_idlist(node, attribute) {
	w(node, 'a11y_incorrect_aria_attribute_type_idlist', `The value of '${attribute}' must be a space-separated list of strings that represent DOM element IDs\nhttps://svelte.dev/e/a11y_incorrect_aria_attribute_type_idlist`);
}

Domain

Subdomains

Frequently Asked Questions

What does a11y_incorrect_aria_attribute_type_idlist() do?
a11y_incorrect_aria_attribute_type_idlist() is a function in the svelte codebase, defined in packages/svelte/src/compiler/warnings.js.
Where is a11y_incorrect_aria_attribute_type_idlist() defined?
a11y_incorrect_aria_attribute_type_idlist() is defined in packages/svelte/src/compiler/warnings.js at line 259.
What calls a11y_incorrect_aria_attribute_type_idlist()?
a11y_incorrect_aria_attribute_type_idlist() 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