enum Protocol::DOM::PseudoType

Overview

Pseudo element type.

Defined in:

protocol/dom.cr

Enum Members

FirstLine = 0
FirstLetter = 1
Before = 2
After = 3
Marker = 4
Backdrop = 5
Selection = 6
TargetText = 7
SpellingError = 8
GrammarError = 9
Highlight = 10
FirstLineInherited = 11
Scrollbar = 12
ScrollbarThumb = 13
ScrollbarButton = 14
ScrollbarTrack = 15
ScrollbarTrackPiece = 16
ScrollbarCorner = 17
Resizer = 18
InputListButton = 19
PageTransition = 20
PageTransitionContainer = 21
PageTransitionImageWrapper = 22
PageTransitionOutgoingImage = 23
PageTransitionIncomingImage = 24

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def after? #

[View source]
def backdrop? #

[View source]
def before? #

[View source]
def first_letter? #

[View source]
def first_line? #

[View source]
def first_line_inherited? #

[View source]
def grammar_error? #

[View source]
def highlight? #

[View source]
def input_list_button? #

[View source]
def marker? #

[View source]
def page_transition? #

[View source]
def page_transition_container? #

[View source]
def page_transition_image_wrapper? #

[View source]
def page_transition_incoming_image? #

[View source]
def page_transition_outgoing_image? #

[View source]
def resizer? #

[View source]
def scrollbar? #

[View source]
def scrollbar_button? #

[View source]
def scrollbar_corner? #

[View source]
def scrollbar_thumb? #

[View source]
def scrollbar_track? #

[View source]
def scrollbar_track_piece? #

[View source]
def selection? #

[View source]
def spelling_error? #

[View source]
def target_text? #

[View source]