Enum css::domain::selectors::PseudoElement [] [src]

pub enum PseudoElement {
    after,
    backdrop(Option<VendorPrefix>),
    before,
    cue,
    first_letter,
    first_line,
    marker,
    grammar_error,
    placeholder(Option<VendorPrefix>),
    selection(Option<VendorPrefix>),
    spelling_error,
    progress_bar(Option<VendorPrefix>),
    range_progress(Option<VendorPrefix>),
    range_thumb(Option<VendorPrefix>),
    range_track(Option<VendorPrefix>),
    anonymous_block(Option<VendorPrefix>),
    details_summary(Option<VendorPrefix>),
    details_content(Option<VendorPrefix>),
    text(Option<VendorPrefix>),
    input_text(Option<VendorPrefix>),
    table_wrapper(Option<VendorPrefix>),
    anonymous_table_wrapper(Option<VendorPrefix>),
    anonymous_table(Option<VendorPrefix>),
    anonymous_table_row(Option<VendorPrefix>),
    anonymous_table_cell(Option<VendorPrefix>),
    inline_block_wrapper(Option<VendorPrefix>),
    inline_absolute(Option<VendorPrefix>),
    browse(Option<VendorPrefix>),
    check(Option<VendorPrefix>),
    clear(Option<VendorPrefix>),
    expand(Option<VendorPrefix>),
    fill_lower(Option<VendorPrefix>),
    reveal(Option<VendorPrefix>),
    value(Option<VendorPrefix>),
    anonymous_positioned_block(Option<VendorPrefix>),
    canvas(Option<VendorPrefix>),
    cell_content(Option<VendorPrefix>),
    focus_inner(Option<VendorPrefix>),
    focus_outer(Option<VendorPrefix>),
    inline_table(Option<VendorPrefix>),
    page(Option<VendorPrefix>),
    page_sequence(Option<VendorPrefix>),
    pagebreak(Option<VendorPrefix>),
    pagecontent(Option<VendorPrefix>),
    scrolled_canvas(Option<VendorPrefix>),
    scrolled_content(Option<VendorPrefix>),
    scrolled_page_sequence(Option<VendorPrefix>),
    svg_foreign_content(Option<VendorPrefix>),
    table(Option<VendorPrefix>),
    table_cell(Option<VendorPrefix>),
    table_column(Option<VendorPrefix>),
    table_column_group(Option<VendorPrefix>),
    table_outer(Option<VendorPrefix>),
    table_row(Option<VendorPrefix>),
    table_row_group(Option<VendorPrefix>),
    viewport(Option<VendorPrefix>),
    viewport_scroll(Option<VendorPrefix>),
    xul_anonymous_block(Option<VendorPrefix>),
    tree_cell_text(Option<VendorPrefix>),
    tree_row(Option<VendorPrefix>),
    file_upload_button(Option<VendorPrefix>),
    inner_spin_button(Option<VendorPrefix>),
    meter_bar(Option<VendorPrefix>),
    meter_even_less_good_value(Option<VendorPrefix>),
    meter_inner_element(Option<VendorPrefix>),
    meter_optimum_value(Option<VendorPrefix>),
    meter_suboptimum_value(Option<VendorPrefix>),
    outer_spin_button(Option<VendorPrefix>),
    progress_inner_element(Option<VendorPrefix>),
    progress_value(Option<VendorPrefix>),
    search_cancel_button(Option<VendorPrefix>),
    search_results_button(Option<VendorPrefix>),
    search_decoration(Option<VendorPrefix>),
}

A pseudo-element, both public and private. Includes browser-specific pseudo-elements and pseudo-elements which, although named differently, map to near equivalency

Variants

Not standardized but there are near equivalents amongst the various browsers under different names (we use the Mozilla name without the -moz- prefix)

Not standardized but there are near equivalents amongst the various browsers under different names (we use the Mozilla name without the -moz- prefix)

Not standardized but there are near equivalents amongst the various browsers under different names (we use the Mozilla name without the -moz- prefix)

Not standardized but there are near equivalents amongst the various browsers under different names (we use the Mozilla name without the -moz- prefix)

-servo- and -moz- only

-servo- only

-servo- only

-servo- only

-servo- only

-servo- only

-servo- only

-servo- only

-servo- only

-servo- only

-servo- only

-servo- only

-ms- only

-ms- only

-ms- only

-ms- only

-ms- only

-ms- only

-ms- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-moz- only

-webkit- only

-webkit- only

-webkit- only

-webkit- only

-webkit- only

-webkit- only

-webkit- only

-webkit- only

-webkit- only

-webkit- only

-webkit- only

-webkit- only

-webkit- only (not documented on MDN on 7th November 2017)

Methods

impl PseudoElement
[src]

[src]

Whether this pseudo-element supports user action selectors.

Trait Implementations

impl Debug for PseudoElement
[src]

[src]

Formats the value using the given formatter.

impl Clone for PseudoElement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Ord for PseudoElement
[src]

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialOrd for PseudoElement
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Eq for PseudoElement
[src]

impl PartialEq for PseudoElement
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Hash for PseudoElement
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl ToCss for PseudoElement
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more

impl PseudoElement for PseudoElement
[src]

The SelectorImpl this pseudo-element is used for.

[src]

Whether the pseudo-element supports a given state selector to the right of it. Read more