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 ColorValueUnsupported #A CSS foreground or background color value used its property fallback.
HtmlRenderColorValueUnsupportedpublic 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 LayoutOperationLimitExceeded #Layout exceeded the configured operation limit.
HtmlRenderLayoutOperationLimitExceededpublic const String RunningStringLimitExceeded #A paged running-string value exceeded its configured character limit.
HtmlRenderRunningStringLimitExceededpublic 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 TableLimitExceeded #A table exceeded the configured row or column limit.
HtmlRenderTableLimitExceededpublic const String CollapsedTableBorderLimitExceeded #Collapsed table border resolution exceeded the configured segment limit.
HtmlRenderCollapsedTableBorderLimitExceededpublic 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 FontVariantApproximated #A CSS font-variant used a documented managed-rendering approximation.
HtmlRenderFontVariantApproximatedpublic const String BidiLayoutUnsupported #Legacy diagnostic retained for source compatibility; bounded bidi positioning is active.
HtmlRenderBidiLayoutUnsupportedpublic const String ComplexTextShapingUnsupported #A complex-script run requires provider-owned shaping that no configured provider accepted.
HtmlRenderComplexTextShapingUnsupportedpublic const String InlinePaintEffectUnsupported #Legacy diagnostic retained for source compatibility; inline paint effects are rendered by the shared effect model.
HtmlRenderInlinePaintEffectUnsupportedpublic 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 CounterRepresentationLimitExceeded #A generated counter representation exceeded its bounded output budget and used a safe fallback.
HtmlRenderCounterRepresentationLimitExceededpublic 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 ClipPathValueUnsupported #A CSS clip-path value used no clipping because it could not be represented.
HtmlRenderClipPathValueUnsupportedpublic const String PdfSemanticTagUnsupported #A PDF semantic tag override was invalid and automatic HTML semantics were used.
HtmlRenderPdfSemanticTagUnsupportedpublic const String BookmarkValueUnsupported #A CSS bookmark value was invalid and automatic heading navigation was used.
HtmlRenderBookmarkValueUnsupportedpublic const String FormFieldTransformStaticFallback #A form control inside a transformed, translucent, or clipped paint group used static rendering because an interactive PDF widget cannot preserve the authored appearance.
HtmlRenderFormFieldTransformStaticFallbackpublic const String FormFieldZeroMaximumLengthStaticFallback #A text control with a zero maximum length used static rendering because PDF /MaxLen must be positive.
HtmlRenderFormFieldZeroMaximumLengthStaticFallbackpublic const String FormFieldInitialValueExceedsMaximumLengthStaticFallback #A text control whose authored value exceeds maxlength used static rendering because PDF /MaxLen cannot preserve that initial state.
HtmlRenderFormFieldInitialValueExceedsMaximumLengthStaticFallbackpublic const String FileMultipleSelectionStaticFallback #A multiple-file input used static rendering because PDF file-select fields cannot preserve multiple-file selection.
HtmlRenderFileMultipleSelectionStaticFallbackpublic const String FormFieldBlankNameStaticFallback #A form control with a whitespace-only name used static rendering because PDF field names must contain a non-whitespace character.
HtmlRenderFormFieldBlankNameStaticFallbackpublic const String FormFieldBlankButtonValueStaticFallback #A checkbox or radio control with a blank submitted value used static rendering because PDF button export values must contain a non-whitespace character.
HtmlRenderFormFieldBlankButtonValueStaticFallbackpublic const String RadioDuplicateValueStaticFallback #A radio group with duplicate submitted values used static rendering because PDF appearance states must be unique.
HtmlRenderRadioDuplicateValueStaticFallbackpublic const String ChoiceDuplicateSelectedValueStaticFallback #A multi-select with duplicate selected submitted values used static rendering because value-only PDF choice selections cannot preserve both option identities.
HtmlRenderChoiceDuplicateSelectedValueStaticFallbackpublic const String RadioMixedDisabledStateStaticFallback #A radio group mixing enabled and disabled options used static rendering because PDF radio widgets cannot preserve disabled state per option.
HtmlRenderRadioMixedDisabledStateStaticFallbackpublic const String ChoiceDisabledOptionStaticFallback #A select containing disabled options used static rendering because PDF choice fields cannot preserve disabled state per option.
HtmlRenderChoiceDisabledOptionStaticFallbackpublic const String FormFieldRepeatedNameStaticFallback #Multiple HTML controls sharing one submitted name used static rendering because distinct PDF fields cannot preserve repeated form-data entries under one field name.
HtmlRenderFormFieldRepeatedNameStaticFallbackpublic const String ChoiceBlankLabelStaticFallback #A select containing a blank option label used static rendering because PDF choice fields require non-empty display labels.
HtmlRenderChoiceBlankLabelStaticFallbackpublic const String ChoiceEmptyOptionsStaticFallback #An empty select used static rendering because interactive PDF choice fields require at least one option.
HtmlRenderChoiceEmptyOptionsStaticFallbackpublic const String FormFieldNonUniformRadiusStaticFallback #A form control with non-uniform or elliptical corner radii used truthful static rendering.
HtmlRenderFormFieldNonUniformRadiusStaticFallbackpublic const String FormFieldColorTransparencyStaticFallback #A form control with translucent widget paint used truthful static rendering.
HtmlRenderFormFieldColorTransparencyStaticFallbackpublic const String FormFieldBackgroundImageStaticFallback #A form control with background-image paint used truthful static rendering.
HtmlRenderFormFieldBackgroundImageStaticFallbackpublic const String FormFieldBorderStyleStaticFallback #A form control with an unsupported interactive border style used truthful static rendering.
HtmlRenderFormFieldBorderStyleStaticFallbackpublic const String FormFieldTypographyStaticFallback #A text or choice control with typography unavailable to generated PDF widgets used truthful static rendering.
HtmlRenderFormFieldTypographyStaticFallbackpublic const String FormFieldNoWrapStaticFallback #A textarea with wrap=off used truthful static rendering because PDF multiline widgets cannot preserve no-wrap appearance semantics.
HtmlRenderFormFieldNoWrapStaticFallbackpublic const String OpacityValueUnsupported #A CSS opacity value used the opaque fallback.
HtmlRenderOpacityValueUnsupportedpublic 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 z-index declaration used auto because its value was neither auto nor an integer.
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 MathMlContentUnsupported #MathML content could not be represented by the bounded shared mathematical expression model.
HtmlRenderMathMlContentUnsupportedpublic const String SvgRasterFallback #A caller codec rasterized SVG features outside the bounded vector scene.
HtmlRenderSvgRasterFallbackpublic 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 #Legacy diagnostic retained for source compatibility; stylesheet URL resources are active.
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