:has() unsupported:has() Selector Not Supported
The browser does not support the :has() pseudo-class.
Scroll snap not workingCSS scroll snapping is not behaving as expected.
The scroll container needs scroll-snap-type and child elements need scroll-snap-align. Overflow must be set correctly on the container. Padding and margins can interfere with snap points.
Add scroll-snap-type to the container and scroll-snap-align to children. Set overflow: auto or overflow: scroll on the container. Check that the container has a defined size. Use DevTools to inspect snap points.
:has() unsupportedThe browser does not support the :has() pseudo-class.
Undefined CSS variableA CSS custom property (variable) is referenced but not defined.
Font loading failedA web font could not be loaded from the specified URL.
aspect-ratio ignoredThe aspect-ratio property is not taking effect on the element.
Missing semicolonA semicolon is missing at the end of a CSS declaration.
Subgrid unsupportedThe browser does not support the subgrid value for grid-template-columns or grid-template-rows.