API Reference
HtmlRenderDiagnosticCodes
Stable diagnostic codes emitted by the first-party HTML renderer.
Inheritance
- Object
- HtmlRenderDiagnosticCodes
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public static IReadOnlyList<String> All { get; } #All stable renderer diagnostic codes.
Fields
public const String BackgroundImageLayerLimit #CSS background-image layers beyond the configured per-element limit were omitted.
HtmlRenderBackgroundImageLayerLimitpublic const String BackgroundImageRepeatUnsupported #A CSS background-repeat value used a single-image fallback.
HtmlRenderBackgroundImageRepeatUnsupportedpublic const String BackgroundImageValueUnsupported #A CSS background image value used a deterministic supported fallback or was omitted.
HtmlRenderBackgroundImageValueUnsupportedpublic const String BackgroundImageTileLimitExceeded #Repeated CSS background images exceeded the configured operation-wide tile limit.
HtmlRenderBackgroundImageTileLimitExceededpublic const String GradientStopLimitExceeded #CSS gradients exceeded the configured color-stop limit.
HtmlRenderGradientStopLimitExceededpublic const String DepthLimitExceeded #Layout exceeded the configured nesting-depth limit.
HtmlRenderDepthLimitExceededpublic const String InputCharacterLimitExceeded #The source HTML string exceeded the configured character limit.
HtmlRenderInputCharacterLimitExceededpublic const String NodeLimitExceeded #The parsed HTML document exceeded the configured DOM node limit.
HtmlNodeLimitExceededpublic const String EmptyTable #A table contained no renderable rows or cells.
HtmlRenderEmptyTablepublic const String ExternalImagePending #An external image requires asynchronous resource resolution.
HtmlRenderExternalImagePendingpublic const String ExternalStylesheetPending #An external stylesheet requires asynchronous resource resolution.
HtmlRenderExternalStylesheetPendingpublic const String FontDataUriInvalid #A font data URI could not be decoded.
HtmlRenderFontDataUriInvalidpublic const String FontFaceInvalid #An @font-face rule had no usable family descriptor.
HtmlRenderFontFaceInvalidpublic const String FontFormatUnsupported #A font source was not a supported TrueType glyf-outline font.
HtmlRenderFontFormatUnsupportedpublic const String BidiLayoutUnsupported #Right-to-left inline content requires bidi positioning not yet active in the shared renderer.
HtmlRenderBidiLayoutUnsupportedpublic const String ComplexTextShapingUnsupported #A joining script is outside the bounded core-Arabic contextual shaper.
HtmlRenderComplexTextShapingUnsupportedpublic const String FlexLayoutPending #Flex layout used the documented normal-flow fallback.
HtmlRenderFlexLayoutPendingpublic const String FlexValueUnsupported #A flex property value used a documented deterministic fallback.
HtmlRenderFlexValueUnsupportedpublic const String FloatValueUnsupported #A float or clear property value used a documented deterministic fallback.
HtmlRenderFloatValueUnsupportedpublic const String MultiColumnLimitExceeded #Multi-column generation exceeded the configured safety limit.
HtmlRenderMultiColumnLimitExceededpublic const String MultiColumnValueUnsupported #A multi-column property value used a documented deterministic fallback.
HtmlRenderMultiColumnValueUnsupportedpublic const String ForcedFragment #Content without a safe page break was force-fragmented.
HtmlRenderForcedFragmentpublic const String GridLayoutPending #Grid layout used the documented normal-flow fallback.
HtmlRenderGridLayoutPendingpublic const String GridValueUnsupported #A grid property value used a documented deterministic fallback.
HtmlRenderGridValueUnsupportedpublic const String GridTrackLimitExceeded #Grid track expansion exceeded the configured safety limit.
HtmlRenderGridTrackLimitExceededpublic const String GeneratedContentUnsupported #A generated-content expression was omitted because it could not be represented.
HtmlRenderGeneratedContentUnsupportedpublic const String GeneratedCounterUnsupported #A CSS counter declaration was ignored because it could not be represented.
HtmlRenderGeneratedCounterUnsupportedpublic const String ReplacedElementValueUnsupported #A replaced-element sizing or object-placement value used a deterministic fallback.
HtmlRenderReplacedElementValueUnsupportedpublic const String PositionInsetUnsupported #A positioned inset could not be resolved by the current length model.
HtmlRenderPositionInsetUnsupportedpublic const String PositioningModeUnsupported #A positioned layout mode used the documented normal-flow fallback.
HtmlRenderPositioningModeUnsupportedpublic const String PositionStaticAnchorFallback #An automatic positioned inset could not use its hypothetical normal-flow anchor.
HtmlRenderPositionStaticAnchorFallbackpublic const String OverflowScrollSnapshot #A scrollable overflow box was captured at its initial static scroll position.
HtmlRenderOverflowScrollSnapshotpublic const String OverflowValueUnsupported #An overflow property value used a documented visible fallback.
HtmlRenderOverflowValueUnsupportedpublic const String OverflowClipMarginValueUnsupported #An overflow-clip-margin value used its initial padding-box zero fallback.
HtmlRenderOverflowClipMarginValueUnsupportedpublic const String TransformValueUnsupported #A CSS transform or transform-origin value used the identity fallback.
HtmlRenderTransformValueUnsupportedpublic const String OpacityValueUnsupported #A CSS opacity value used the opaque fallback.
HtmlRenderOpacityValueUnsupportedpublic const String InlinePaintEffectUnsupported #A non-atomic inline paint effect could not form an isolated group.
HtmlRenderInlinePaintEffectUnsupportedpublic const String BorderRadiusValueUnsupported #A CSS border radius contained invalid or unsupported syntax and used square-corner fallback.
HtmlRenderBorderRadiusValueUnsupportedpublic const String BoxShadowValueUnsupported #A CSS box shadow contained invalid or unsupported syntax.
HtmlRenderBoxShadowValueUnsupportedpublic const String BoxShadowLayerLimit #CSS box-shadow layers beyond the configured per-element limit were omitted.
HtmlRenderBoxShadowLayerLimitpublic const String BorderPaintValueUnsupported #A CSS border paint declaration used invalid or unsupported syntax.
HtmlRenderBorderPaintValueUnsupportedpublic const String OutlinePaintValueUnsupported #A CSS outline paint declaration could not be represented by the current outline model.
HtmlRenderOutlinePaintValueUnsupportedpublic const String PositionStickyStatic #A sticky-positioned element was captured at its stable static document position.
HtmlRenderPositionStickyStaticpublic const String PositionZIndexPending #A positioned element declared stacking behavior that is not active yet.
HtmlRenderPositionZIndexPendingpublic const String PageSelectorPending #A complex page selector could not be applied per page.
HtmlRenderPageSelectorPendingpublic const String PagePseudoGeometryPending #A pseudo-page geometry declaration requires page-by-page content reflow.
HtmlRenderPagePseudoGeometryPendingpublic const String PageMarginContentUnsupported #A page-margin generated-content expression was unsupported.
HtmlRenderPageMarginContentUnsupportedpublic const String PageMarginPositionUnsupported #A page-margin position was unsupported by the current visual model.
HtmlRenderPageMarginPositionUnsupportedpublic const String PageSizeUnsupported #An @page size declaration was unsupported.
HtmlRenderPageSizeUnsupportedpublic const String SvgContentUnsupported #SVG content could not be represented by the bounded shared vector scene.
HtmlRenderSvgContentUnsupportedpublic const String ResourceByteLimitExceeded #A resource exceeded the configured per-resource byte limit.
HtmlRenderResourceByteLimitExceededpublic const String ResourceCountLimitExceeded #Resolved resources exceeded the operation-wide count limit.
HtmlRenderResourceCountLimitExceededpublic const String ResourceRequestLimitExceeded #Resolver invocations exceeded the operation-wide request limit.
HtmlRenderResourceRequestLimitExceededpublic const String ResourceContentTypeRejected #A resolver returned an incompatible media type.
HtmlRenderResourceContentTypeRejectedpublic const String ResourceLoadFailed #The configured resource resolver failed.
HtmlRenderResourceLoadFailedpublic const String ResourceTimeout #Resource resolution exceeded its configured timeout.
HtmlRenderResourceTimeoutpublic const String ResourceUriInvalid #A resource reference could not be represented as an absolute URI.
HtmlRenderResourceUriInvalidpublic const String StylesheetEncodingUnsupported #A resolved stylesheet could not be decoded as supported CSS text.
HtmlRenderStylesheetEncodingUnsupportedpublic const String StylesheetImportCycle #A recursive stylesheet import cycle was suppressed.
HtmlRenderStylesheetImportCyclepublic const String StylesheetImportDepthExceeded #Stylesheet imports exceeded the configured recursion depth.
HtmlRenderStylesheetImportDepthExceededpublic const String StylesheetUrlResourcesPending #A resolved stylesheet referenced URL resources that are not active in the current paint model.
HtmlRenderStylesheetUrlResourcesPendingpublic const String TableHeaderRepeatSuppressed #A repeated table header was suppressed because it left no safe body-row break.
HtmlRenderTableHeaderRepeatSuppressedpublic const String TableValueUnsupported #A table formatting property used its documented fallback.
HtmlRenderTableValueUnsupportedpublic const String TotalResourceByteLimitExceeded #Resolved resources exceeded the operation-wide byte budget.
HtmlRenderTotalResourceByteLimitExceededpublic const String VisualFragmentUnsupported #A visual could not cross a forced page boundary safely.
HtmlRenderVisualFragmentUnsupported