Cef |
[Missing <summary> documentation for "N:CefSharp.DevTools.CSS"]
Class | Description | |
---|---|---|
![]() | AddRuleResponse | AddRuleResponse |
![]() | CollectClassNamesResponse | CollectClassNamesResponse |
![]() | CreateStyleSheetResponse | CreateStyleSheetResponse |
![]() | CSSClient | This domain exposes CSS read/write operations. All CSS objects (stylesheets, rules, and styles) have an associated `id` used in subsequent operations on the related object. Each object type has a specific `id` structure, and those are not interchangeable between objects of different kinds. CSS objects can be loaded using the `get*ForNode()` calls (which accept a DOM node id). A client can also keep track of stylesheets via the `styleSheetAdded`/`styleSheetRemoved` events and subsequently load the required stylesheet contents using the `getStyleSheet[Text]()` methods. |
![]() | CSSComputedStyleProperty | CSSComputedStyleProperty |
![]() | CSSContainerQuery | CSS container query rule descriptor. |
![]() | CSSFontPaletteValuesRule | CSS font-palette-values rule representation. |
![]() | CSSKeyframeRule | CSS keyframe rule representation. |
![]() | CSSKeyframesRule | CSS keyframes rule representation. |
![]() | CSSLayer | CSS Layer at-rule descriptor. |
![]() | CSSLayerData | CSS Layer data. |
![]() | CSSMedia | CSS media rule descriptor. |
![]() | CSSPositionFallbackRule | CSS position-fallback rule representation. |
![]() | CSSPositionTryRule | CSS @position-try rule representation. |
![]() | CSSProperty | CSS property declaration data. |
![]() | CSSPropertyRegistration | Representation of a custom property registration through CSS.registerProperty |
![]() | CSSPropertyRule | CSS property at-rule representation. |
![]() | CSSRule | CSS rule representation. |
![]() | CSSScope | CSS Scope at-rule descriptor. |
![]() | CSSStyle | CSS style representation. |
![]() | CSSStyleSheetHeader | CSS stylesheet metainformation. |
![]() | CSSSupports | CSS Supports at-rule descriptor. |
![]() | CSSTryRule | CSS try rule representation. |
![]() | FontFace | Properties of a web font: https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions and additional information such as platformFontFamily and fontVariationAxes. |
![]() | FontsUpdatedEventArgs | Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font. |
![]() | FontVariationAxis | Information about font variation axes for variable fonts |
![]() | GetBackgroundColorsResponse | GetBackgroundColorsResponse |
![]() | GetComputedStyleForNodeResponse | GetComputedStyleForNodeResponse |
![]() | GetInlineStylesForNodeResponse | GetInlineStylesForNodeResponse |
![]() | GetLayersForNodeResponse | GetLayersForNodeResponse |
![]() | GetLocationForSelectorResponse | GetLocationForSelectorResponse |
![]() | GetMatchedStylesForNodeResponse | GetMatchedStylesForNodeResponse |
![]() | GetMediaQueriesResponse | GetMediaQueriesResponse |
![]() | GetPlatformFontsForNodeResponse | GetPlatformFontsForNodeResponse |
![]() | GetStyleSheetTextResponse | GetStyleSheetTextResponse |
![]() | InheritedPseudoElementMatches | Inherited pseudo element matches from pseudos of an ancestor node. |
![]() | InheritedStyleEntry | Inherited CSS rule collection from ancestor node. |
![]() | MediaQuery | Media query descriptor. |
![]() | MediaQueryExpression | Media query expression descriptor. |
![]() | PlatformFontUsage | Information about amount of glyphs that were rendered with given font. |
![]() | PseudoElementMatches | CSS rule collection for a single pseudo style. |
![]() | RuleMatch | Match data for a CSS rule. |
![]() | RuleUsage | CSS coverage information. |
![]() | SelectorList | Selector list data. |
![]() | SetContainerQueryTextResponse | SetContainerQueryTextResponse |
![]() | SetKeyframeKeyResponse | SetKeyframeKeyResponse |
![]() | SetMediaTextResponse | SetMediaTextResponse |
![]() | SetPropertyRulePropertyNameResponse | SetPropertyRulePropertyNameResponse |
![]() | SetRuleSelectorResponse | SetRuleSelectorResponse |
![]() | SetScopeTextResponse | SetScopeTextResponse |
![]() | SetStyleSheetTextResponse | SetStyleSheetTextResponse |
![]() | SetStyleTextsResponse | SetStyleTextsResponse |
![]() | SetSupportsTextResponse | SetSupportsTextResponse |
![]() | ShorthandEntry | ShorthandEntry |
![]() | SourceRange | Text range within a resource. All numbers are zero-based. |
![]() | Specificity | Specificity: https://drafts.csswg.org/selectors/#specificity-rules |
![]() | StopRuleUsageTrackingResponse | StopRuleUsageTrackingResponse |
![]() | StyleDeclarationEdit | A descriptor of operation to mutate style declaration text. |
![]() | StyleSheetAddedEventArgs | Fired whenever an active document stylesheet is added. |
![]() | StyleSheetChangedEventArgs | Fired whenever a stylesheet is changed as a result of the client operation. |
![]() | StyleSheetRemovedEventArgs | Fired whenever an active document stylesheet is removed. |
![]() | TakeComputedStyleUpdatesResponse | TakeComputedStyleUpdatesResponse |
![]() | TakeCoverageDeltaResponse | TakeCoverageDeltaResponse |
![]() | Value | Data for a simple selector (these are delimited by commas in a selector list). |
Enumeration | Description | |
---|---|---|
![]() | CSSMediaSource | Source of the media query: "mediaRule" if specified by a @media rule, "importRule" if specified by an @import rule, "linkedSheet" if specified by a "media" attribute in a linked stylesheet's LINK tag, "inlineSheet" if specified by a "media" attribute in an inline stylesheet's STYLE tag. |
![]() | CSSRuleType | Enum indicating the type of a CSS rule, used to represent the order of a style rule's ancestors. This list only contains rule types that are collected during the ancestor rule collection. |
![]() | StyleSheetOrigin | Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via inspector" rules), "regular" for regular stylesheets. |