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
- Not configurable but has a fixed internal value (note "Not supported" or
278
+
"Hardcoded to X")
279
+
280
+
**Omit** props that map 1:1 as camelCase properties with dash-case attributes
281
+
and identical semantics (e.g. React `entryDelay` -> attribute `entry-delay`).
282
+
These are standard web component conventions, not divergences.
283
+
284
+
#### "Added" table (2 columns: Web component API | Notes)
285
+
Web-component-only APIs not present in React (events, methods, slots, CSS
286
+
custom properties).
287
+
288
+
**Accuracy rule:** verify each claim against the actual CSS and TS source.
289
+
Don't claim CSS properties on the host affect shadow DOM internals. Check
290
+
whether values are actually configurable or hardcoded.
291
+
292
+
See `elements/pf-v6-tooltip/README.md` for a reference example.
293
+
294
+
### Phase 9: Delete v5 element
295
+
296
+
Delete the directory and it's contents from ./elements/`pf-v5-{name}`. replace all references to `pf-v5-{name}`, except historical changelogs, and update their usage to conform to new APIs. This includes demos for v6 elements which use v5 dependencies.
297
+
298
+
### Phase 10: Audit
259
299
260
300
Prompt the user to activate /review-api, /review-demos, and /review-a11y
0 commit comments