You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance styling_preflight to run all 7 CSS validators in a single call — adds token fallback, scope, shorthand, color contrast, and specificity checks alongside existing shadow DOM and theme compatibility checks
"description": "Core implementation accepting a pre-built set of known tokens.\nUsed by both the CEM-based entry point and the preflight (which already has metadata)."
4196
+
},
4167
4197
{
4168
4198
"kind": "function",
4169
4199
"name": "checkCssScope",
@@ -4191,10 +4221,19 @@
4191
4221
"text": "Cem"
4192
4222
}
4193
4223
}
4194
-
]
4224
+
],
4225
+
"description": "CEM-based entry point — parses the CEM to extract known tokens,\nthen delegates to the core implementation."
"description": "Core implementation accepting a pre-built set of known tokens.\nUsed by both the CEM-based entry point and the preflight (which already has metadata)."
4953
+
},
4891
4954
{
4892
4955
"kind": "function",
4893
4956
"name": "checkTokenFallbacks",
@@ -4915,10 +4978,19 @@
4915
4978
"text": "Cem"
4916
4979
}
4917
4980
}
4918
-
]
4981
+
],
4982
+
"description": "CEM-based entry point — parses the CEM to extract known tokens,\nthen delegates to the core implementation."
0 commit comments