CSS 错误警告
Invalid media queryInvalid Media Query
The media query syntax is not valid.
browser
查看详情 CSS Paint API errorA CSS Paint Worklet failed to render or register.
The Paint API worklet has a JavaScript error, is not registered properly, or the browser does not support the CSS Paint API. The registerPaint() call may have failed.
Check the worklet script for JavaScript errors. Ensure registerPaint() is called correctly. Add feature detection with @supports. Provide a fallback for unsupported browsers.
Invalid media queryThe media query syntax is not valid.
Missing semicolonA semicolon is missing at the end of a CSS declaration.
Unknown propertyThe CSS property name is not recognized by the browser.
Invalid @keyframesThe @keyframes animation definition has a syntax error.
Invalid selectorThe CSS selector syntax is not valid.
Unexpected tokenThe CSS parser encountered an unexpected character or token.