[ui] Trim verbose comments and prose around the compat overlay slot#78356
Conversation
0772a7b to
7cfc960
Compare
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
7cfc960 to
99a3cd7
Compare
|
Size Change: 0 B Total Size: 7.97 MB ℹ️ View Unchanged
|
|
Flaky tests detected in e3288d4. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/25930537378
|
Compresses JSDoc, inline comments, prose, and README copy added by keep the "what / when / two opt-in paths" guidance; internal narration and implementation reasoning that the code already conveys is dropped or compressed. No behavior changes.
99a3cd7 to
e3288d4
Compare
What
Trims the JSDoc, inline comments, README, and CHANGELOG copy added by #77851, #78095, and #78183 around the
@wordpress/uicompat overlay slot.Why
The prose had drifted into brain-dump territory — verbose, restating what the code already shows, and duplicating the same explanation across files.
Rule of thumb applied:
position: fixedis load-bearing, physical-not-logical CSS, thetypeof null === 'object'guard).Comment-only; no behavior changes.