Trait silkenweb::elements::AriaElement

source ·
pub trait AriaElement: Element {
Show 52 methods // Provided methods fn role<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self where T: AsAttribute<String> { ... } fn aria_activedescendant<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_atomic<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_autocomplete<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_braillelabel<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_brailleroledescription<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_busy<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_checked<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_colcount<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<i64> { ... } fn aria_colindex<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<u64> { ... } fn aria_colindextext<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_colspan<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<u64> { ... } fn aria_controls<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_current<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_describedby<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_description<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_details<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_disabled<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_errormessage<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_expanded<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_flowto<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_haspopup<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_hidden<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_invalid<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_keyshortcuts<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_label<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_labelledby<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_level<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<u64> { ... } fn aria_live<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_modal<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_multiline<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_multiselectable<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_orientation<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_owns<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_placeholder<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_posinset<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<u64> { ... } fn aria_pressed<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_readonly<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_relevant<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_required<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_roledescription<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_rowcount<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<i64> { ... } fn aria_rowindex<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<u64> { ... } fn aria_rowindextext<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_rowspan<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<u64> { ... } fn aria_selected<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_setsize<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<i64> { ... } fn aria_sort<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... } fn aria_valuemax<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<f64> { ... } fn aria_valuemin<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<f64> { ... } fn aria_valuenow<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<f64> { ... } fn aria_valuetext<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self where T: AsAttribute<String> { ... }
}
Expand description

ARIA attributes.

Provided Methods§

source

fn role<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA role attribute

source

fn aria_activedescendant<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-activedescendant Attribute

The aria-activedescendant attribute identifies the currently active element when focus is on a composite widget, combobox, textbox, group, or application.

source

fn aria_atomic<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-atomic Attribute

In ARIA live regions, the global aria-atomic attribute indicates whether assistive technologies such as a screen reader will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.

source

fn aria_autocomplete<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-autocomplete Attribute

The aria-autocomplete attribute indicates whether inputting text could trigger display of one or more predictions of the user’s intended value for a combobox, searchbox, or textbox and specifies how predictions will be presented if they are made.

source

fn aria_braillelabel<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-braillelabel Attribute

The global aria-braillelabel property defines a string value that labels the current element, which is intended to be converted into Braille.

source

fn aria_brailleroledescription<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-brailleroledescription Attribute

The global aria-brailleroledescription attribute defines a human-readable, author-localized abbreviated description for the role of an element intended to be converted into Braille.

source

fn aria_busy<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-busy Attribute

Used in ARIA live regions, the global aria-busy state indicates an element is being modified and that assistive technologies may want to wait until the changes are complete before informing the user about the update.

source

fn aria_checked<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-checked Attribute

The aria-checked attribute indicates the current “checked” state of checkboxes, radio buttons, and other widgets.

source

fn aria_colcount<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<i64>,

The ARIA aria-colcount Attribute

The aria-colcount attribute defines the total number of columns in a table, grid, or treegrid when not all columns are present in the DOM.

source

fn aria_colindex<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<u64>,

The ARIA aria-colindex Attribute

The aria-colindex attribute defines an element’s column index or position with respect to the total number of columns within a table, grid, or treegrid.

source

fn aria_colindextext<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-colindextext Attribute

The aria-colindextext attribute defines a human readable text alternative of the numeric aria-colindex.

source

fn aria_colspan<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<u64>,

The ARIA aria-colspan Attribute

The aria-colspan attribute defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

source

fn aria_controls<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-controls Attribute

The global aria-controls property identifies the element (or elements) whose contents or presence are controlled by the element on which this attribute is set.

source

fn aria_current<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-current Attribute

A non-null aria-current state on an element indicates that this element represents the current item within a container or set of related elements.

source

fn aria_describedby<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-describedby Attribute

The global aria-describedby attribute identifies the element (or elements) that describes the element on which the attribute is set.

source

fn aria_description<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-description Attribute

The global aria-description attribute defines a string value that describes or annotates the current element.

source

fn aria_details<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-details Attribute

The global aria-details attribute identifies the element (or elements) that provide additional information related to the object.

source

fn aria_disabled<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-disabled Attribute

The aria-disabled state indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

source

fn aria_errormessage<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-errormessage Attribute

The aria-errormessage attribute on an object identifies the element that provides an error message for that object.

source

fn aria_expanded<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-expanded Attribute

The aria-expanded attribute is set on an element to indicate if a control is expanded or collapsed, and whether or not its child elements are displayed or hidden.

source

fn aria_flowto<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-flowto Attribute

The global aria-flowto attribute identifies the next element (or elements) in an alternate reading order of content. This allows assistive technology to override the general default of reading in document source order at the user’s discretion.

source

fn aria_haspopup<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-haspopup Attribute

The aria-haspopup attribute indicates the availability and type of interactive popup element that can be triggered by the element on which the attribute is set.

source

fn aria_hidden<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-hidden Attribute

The aria-hidden state indicates whether the element is exposed to an accessibility API.

source

fn aria_invalid<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-invalid Attribute

The aria-invalid state indicates the entered value does not conform to the format expected by the application.

source

fn aria_keyshortcuts<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-keyshortcuts Attribute

The global aria-keyshortcuts attribute indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

source

fn aria_label<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-label Attribute

The aria-label attribute defines a string value that labels an interactive element.

source

fn aria_labelledby<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-labelledby Attribute

The aria-labelledby attribute identifies the element (or elements) that labels the element it is applied to.

source

fn aria_level<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<u64>,

The ARIA aria-level Attribute

The aria-level attribute defines the hierarchical level of an element within a structure.

source

fn aria_live<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-live Attribute

The global aria-live attribute indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

source

fn aria_modal<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-modal Attribute

The aria-modal attribute indicates whether an element is modal when displayed.

source

fn aria_multiline<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-multiline Attribute

The aria-multiline attribute indicates whether a textbox accepts multiple lines of input or only a single line.

source

fn aria_multiselectable<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-multiselectable Attribute

The aria-multiselectable attribute indicates that the user may select more than one item from the current selectable descendants.

source

fn aria_orientation<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-orientation Attribute

The aria-orientation attribute indicates whether the element’s orientation is horizontal, vertical, or unknown/ambiguous.

source

fn aria_owns<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-owns Attribute

The aria-owns attribute identifies an element (or elements) in order to define a visual, functional, or contextual relationship between a parent and its child elements when the DOM hierarchy cannot be used to represent the relationship.

source

fn aria_placeholder<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-placeholder Attribute

The aria-placeholder attribute defines a short hint (a word or short phrase) intended to help the user with data entry when a form control has no value. The hint can be a sample value or a brief description of the expected format.

source

fn aria_posinset<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<u64>,

The ARIA aria-posinset Attribute

The aria-posinset attribute defines an element’s number or position in the current set of listitems or treeitems when not all items are present in the DOM.

source

fn aria_pressed<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-pressed Attribute

The aria-pressed attribute indicates the current “pressed” state of a toggle button.

source

fn aria_readonly<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-readonly Attribute

The aria-readonly attribute indicates that the element is not editable, but is otherwise operable.

source

fn aria_relevant<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-relevant Attribute

Used in ARIA live regions, the global aria-relevant attribute indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

source

fn aria_required<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-required Attribute

The aria-required attribute indicates that user input is required on the element before a form may be submitted.

source

fn aria_roledescription<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-roledescription Attribute

The aria-roledescription attribute defines a human-readable, author-localized description for the role of an element.

source

fn aria_rowcount<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<i64>,

The ARIA aria-rowcount Attribute

The aria-rowcount attribute defines the total number of rows in a table, grid, or treegrid.

source

fn aria_rowindex<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<u64>,

The ARIA aria-rowindex Attribute

The aria-rowindex attribute defines an element’s position with respect to the total number of rows within a table, grid, or treegrid.

source

fn aria_rowindextext<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-rowindextext Attribute

The aria-rowindextext attribute defines a human-readable text alternative of aria-rowindex.

source

fn aria_rowspan<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<u64>,

The ARIA aria-rowspan Attribute

The aria-rowspan attribute defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

source

fn aria_selected<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-selected Attribute

The aria-selected attribute indicates the current “selected” state of various widgets.

source

fn aria_setsize<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<i64>,

The ARIA aria-setsize Attribute

The aria-setsize attribute defines the number of items in the current set of listitems or treeitems when not all items in the set are present in the DOM.

source

fn aria_sort<'a, T>(self, value: impl RefSignalOrValue<'a, Item = T>) -> Self
where T: AsAttribute<String>,

The ARIA aria-sort Attribute

The aria-sort attribute indicates if items in a table or grid are sorted in ascending or descending order.

source

fn aria_valuemax<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<f64>,

The ARIA aria-valuemax Attribute

The aria-valuemax attribute defines the maximum allowed value for a range widget.

source

fn aria_valuemin<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<f64>,

The ARIA aria-valuemin Attribute

The aria-valuemin attribute defines the minimum allowed value for a range widget.

source

fn aria_valuenow<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<f64>,

The ARIA aria-valuenow Attribute

The aria-valuenow attribute defines the current value for a range widget.

source

fn aria_valuetext<'a, T>( self, value: impl RefSignalOrValue<'a, Item = T> ) -> Self
where T: AsAttribute<String>,

The ARIA aria-valuetext Attribute

The aria-valuetext attribute defines the human readable text alternative of aria-valuenow for a range widget.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Dom: Dom> AriaElement for silkenweb::elements::html::A<Dom>

source§

impl<Dom: Dom> AriaElement for Abbr<Dom>

source§

impl<Dom: Dom> AriaElement for Address<Dom>

source§

impl<Dom: Dom> AriaElement for Area<Dom>

source§

impl<Dom: Dom> AriaElement for Article<Dom>

source§

impl<Dom: Dom> AriaElement for Aside<Dom>

source§

impl<Dom: Dom> AriaElement for Audio<Dom>

source§

impl<Dom: Dom> AriaElement for B<Dom>

source§

impl<Dom: Dom> AriaElement for Base<Dom>

source§

impl<Dom: Dom> AriaElement for Bdi<Dom>

source§

impl<Dom: Dom> AriaElement for Bdo<Dom>

source§

impl<Dom: Dom> AriaElement for Blockquote<Dom>

source§

impl<Dom: Dom> AriaElement for Br<Dom>

source§

impl<Dom: Dom> AriaElement for Button<Dom>

source§

impl<Dom: Dom> AriaElement for Canvas<Dom>

source§

impl<Dom: Dom> AriaElement for Caption<Dom>

source§

impl<Dom: Dom> AriaElement for Cite<Dom>

source§

impl<Dom: Dom> AriaElement for Code<Dom>

source§

impl<Dom: Dom> AriaElement for Col<Dom>

source§

impl<Dom: Dom> AriaElement for Colgroup<Dom>

source§

impl<Dom: Dom> AriaElement for Data<Dom>

source§

impl<Dom: Dom> AriaElement for Datalist<Dom>

source§

impl<Dom: Dom> AriaElement for Dd<Dom>

source§

impl<Dom: Dom> AriaElement for Del<Dom>

source§

impl<Dom: Dom> AriaElement for Details<Dom>

source§

impl<Dom: Dom> AriaElement for Dfn<Dom>

source§

impl<Dom: Dom> AriaElement for Dialog<Dom>

source§

impl<Dom: Dom> AriaElement for Div<Dom>

source§

impl<Dom: Dom> AriaElement for Dl<Dom>

source§

impl<Dom: Dom> AriaElement for Dt<Dom>

source§

impl<Dom: Dom> AriaElement for Em<Dom>

source§

impl<Dom: Dom> AriaElement for Embed<Dom>

source§

impl<Dom: Dom> AriaElement for Fieldset<Dom>

source§

impl<Dom: Dom> AriaElement for Figcaption<Dom>

source§

impl<Dom: Dom> AriaElement for Figure<Dom>

source§

impl<Dom: Dom> AriaElement for Footer<Dom>

source§

impl<Dom: Dom> AriaElement for Form<Dom>

source§

impl<Dom: Dom> AriaElement for H1<Dom>

source§

impl<Dom: Dom> AriaElement for H2<Dom>

source§

impl<Dom: Dom> AriaElement for H3<Dom>

source§

impl<Dom: Dom> AriaElement for H4<Dom>

source§

impl<Dom: Dom> AriaElement for H5<Dom>

source§

impl<Dom: Dom> AriaElement for H6<Dom>

source§

impl<Dom: Dom> AriaElement for Head<Dom>

source§

impl<Dom: Dom> AriaElement for Header<Dom>

source§

impl<Dom: Dom> AriaElement for Hgroup<Dom>

source§

impl<Dom: Dom> AriaElement for Hr<Dom>

source§

impl<Dom: Dom> AriaElement for I<Dom>

source§

impl<Dom: Dom> AriaElement for Iframe<Dom>

source§

impl<Dom: Dom> AriaElement for Img<Dom>

source§

impl<Dom: Dom> AriaElement for Input<Dom>

source§

impl<Dom: Dom> AriaElement for Ins<Dom>

source§

impl<Dom: Dom> AriaElement for Kbd<Dom>

source§

impl<Dom: Dom> AriaElement for Label<Dom>

source§

impl<Dom: Dom> AriaElement for Legend<Dom>

source§

impl<Dom: Dom> AriaElement for Li<Dom>

source§

impl<Dom: Dom> AriaElement for Link<Dom>

source§

impl<Dom: Dom> AriaElement for Main<Dom>

source§

impl<Dom: Dom> AriaElement for Map<Dom>

source§

impl<Dom: Dom> AriaElement for Mark<Dom>

source§

impl<Dom: Dom> AriaElement for Menu<Dom>

source§

impl<Dom: Dom> AriaElement for Meta<Dom>

source§

impl<Dom: Dom> AriaElement for Meter<Dom>

source§

impl<Dom: Dom> AriaElement for Nav<Dom>

source§

impl<Dom: Dom> AriaElement for Noscript<Dom>

source§

impl<Dom: Dom> AriaElement for Object<Dom>

source§

impl<Dom: Dom> AriaElement for Ol<Dom>

source§

impl<Dom: Dom> AriaElement for Optgroup<Dom>

source§

impl<Dom: Dom> AriaElement for Option<Dom>

source§

impl<Dom: Dom> AriaElement for Output<Dom>

source§

impl<Dom: Dom> AriaElement for P<Dom>

source§

impl<Dom: Dom> AriaElement for Param<Dom>

source§

impl<Dom: Dom> AriaElement for Picture<Dom>

source§

impl<Dom: Dom> AriaElement for Pre<Dom>

source§

impl<Dom: Dom> AriaElement for Progress<Dom>

source§

impl<Dom: Dom> AriaElement for Q<Dom>

source§

impl<Dom: Dom> AriaElement for Rb<Dom>

source§

impl<Dom: Dom> AriaElement for Rp<Dom>

source§

impl<Dom: Dom> AriaElement for Rt<Dom>

source§

impl<Dom: Dom> AriaElement for Rtc<Dom>

source§

impl<Dom: Dom> AriaElement for Ruby<Dom>

source§

impl<Dom: Dom> AriaElement for S<Dom>

source§

impl<Dom: Dom> AriaElement for Samp<Dom>

source§

impl<Dom: Dom> AriaElement for silkenweb::elements::html::Script<Dom>

source§

impl<Dom: Dom> AriaElement for Section<Dom>

source§

impl<Dom: Dom> AriaElement for Select<Dom>

source§

impl<Dom: Dom> AriaElement for Slot<Dom>

source§

impl<Dom: Dom> AriaElement for Small<Dom>

source§

impl<Dom: Dom> AriaElement for Source<Dom>

source§

impl<Dom: Dom> AriaElement for Span<Dom>

source§

impl<Dom: Dom> AriaElement for Strong<Dom>

source§

impl<Dom: Dom> AriaElement for silkenweb::elements::html::Style<Dom>

source§

impl<Dom: Dom> AriaElement for Sub<Dom>

source§

impl<Dom: Dom> AriaElement for Summary<Dom>

source§

impl<Dom: Dom> AriaElement for Sup<Dom>

source§

impl<Dom: Dom> AriaElement for Table<Dom>

source§

impl<Dom: Dom> AriaElement for Tbody<Dom>

source§

impl<Dom: Dom> AriaElement for Td<Dom>

source§

impl<Dom: Dom> AriaElement for Textarea<Dom>

source§

impl<Dom: Dom> AriaElement for Tfoot<Dom>

source§

impl<Dom: Dom> AriaElement for Th<Dom>

source§

impl<Dom: Dom> AriaElement for Thead<Dom>

source§

impl<Dom: Dom> AriaElement for Time<Dom>

source§

impl<Dom: Dom> AriaElement for silkenweb::elements::html::Title<Dom>

source§

impl<Dom: Dom> AriaElement for Tr<Dom>

source§

impl<Dom: Dom> AriaElement for Track<Dom>

source§

impl<Dom: Dom> AriaElement for U<Dom>

source§

impl<Dom: Dom> AriaElement for Ul<Dom>

source§

impl<Dom: Dom> AriaElement for Var<Dom>

source§

impl<Dom: Dom> AriaElement for Video<Dom>

source§

impl<Dom: Dom> AriaElement for Wbr<Dom>

source§

impl<Dom: Dom> AriaElement for silkenweb::elements::svg::A<Dom>

source§

impl<Dom: Dom> AriaElement for Animate<Dom>

source§

impl<Dom: Dom> AriaElement for Circle<Dom>

source§

impl<Dom: Dom> AriaElement for ClipPath<Dom>

source§

impl<Dom: Dom> AriaElement for Defs<Dom>

source§

impl<Dom: Dom> AriaElement for Desc<Dom>

source§

impl<Dom: Dom> AriaElement for Ellipse<Dom>

source§

impl<Dom: Dom> AriaElement for FeBlend<Dom>

source§

impl<Dom: Dom> AriaElement for FeColorMatrix<Dom>

source§

impl<Dom: Dom> AriaElement for FeComponentTransfer<Dom>

source§

impl<Dom: Dom> AriaElement for FeComposite<Dom>

source§

impl<Dom: Dom> AriaElement for FeConvolveMatrix<Dom>

source§

impl<Dom: Dom> AriaElement for FeDiffuseLighting<Dom>

source§

impl<Dom: Dom> AriaElement for FeDisplacementMap<Dom>

source§

impl<Dom: Dom> AriaElement for FeDistantLight<Dom>

source§

impl<Dom: Dom> AriaElement for FeFlood<Dom>

source§

impl<Dom: Dom> AriaElement for FeFuncA<Dom>

source§

impl<Dom: Dom> AriaElement for FeFuncB<Dom>

source§

impl<Dom: Dom> AriaElement for FeFuncG<Dom>

source§

impl<Dom: Dom> AriaElement for FeFuncR<Dom>

source§

impl<Dom: Dom> AriaElement for FeGaussianBlur<Dom>

source§

impl<Dom: Dom> AriaElement for FeImage<Dom>

source§

impl<Dom: Dom> AriaElement for FeMerge<Dom>

source§

impl<Dom: Dom> AriaElement for FeMergeNode<Dom>

source§

impl<Dom: Dom> AriaElement for FeMorphology<Dom>

source§

impl<Dom: Dom> AriaElement for FeOffset<Dom>

source§

impl<Dom: Dom> AriaElement for FePointLight<Dom>

source§

impl<Dom: Dom> AriaElement for FeSpecularLighting<Dom>

source§

impl<Dom: Dom> AriaElement for FeSpotLight<Dom>

source§

impl<Dom: Dom> AriaElement for FeTile<Dom>

source§

impl<Dom: Dom> AriaElement for FeTurbulence<Dom>

source§

impl<Dom: Dom> AriaElement for Filter<Dom>

source§

impl<Dom: Dom> AriaElement for ForeignObject<Dom>

source§

impl<Dom: Dom> AriaElement for G<Dom>

source§

impl<Dom: Dom> AriaElement for Line<Dom>

source§

impl<Dom: Dom> AriaElement for Marker<Dom>

source§

impl<Dom: Dom> AriaElement for Mask<Dom>

source§

impl<Dom: Dom> AriaElement for Metadata<Dom>

source§

impl<Dom: Dom> AriaElement for Mpath<Dom>

source§

impl<Dom: Dom> AriaElement for Path<Dom>

source§

impl<Dom: Dom> AriaElement for Pattern<Dom>

source§

impl<Dom: Dom> AriaElement for Polygon<Dom>

source§

impl<Dom: Dom> AriaElement for Polyline<Dom>

source§

impl<Dom: Dom> AriaElement for Rect<Dom>

source§

impl<Dom: Dom> AriaElement for silkenweb::elements::svg::Script<Dom>

source§

impl<Dom: Dom> AriaElement for Set<Dom>

source§

impl<Dom: Dom> AriaElement for Stop<Dom>

source§

impl<Dom: Dom> AriaElement for silkenweb::elements::svg::Style<Dom>

source§

impl<Dom: Dom> AriaElement for Svg<Dom>

source§

impl<Dom: Dom> AriaElement for Switch<Dom>

source§

impl<Dom: Dom> AriaElement for Symbol<Dom>

source§

impl<Dom: Dom> AriaElement for Text<Dom>

source§

impl<Dom: Dom> AriaElement for TextPath<Dom>

source§

impl<Dom: Dom> AriaElement for silkenweb::elements::svg::Title<Dom>

source§

impl<Dom: Dom> AriaElement for Tspan<Dom>

source§

impl<Dom: Dom> AriaElement for Use<Dom>

source§

impl<Dom: Dom> AriaElement for View<Dom>