pub fn scrape_aria(
spec: String,
) -> Result<(Vec<ScrapedAriaRole>, Vec<ScrapedAriaProperty>)>Expand description
Parse the W3C WAI-ARIA standards document.
pub fn scrape_aria(
spec: String,
) -> Result<(Vec<ScrapedAriaRole>, Vec<ScrapedAriaProperty>)>Parse the W3C WAI-ARIA standards document.