docs: rebuild developer and rendering reference

This commit is contained in:
ukimsanov
2026-08-04 02:45:21 -07:00
parent bb416a1413
commit bebaf679d9
36 changed files with 2608 additions and 4129 deletions
+4
View File
@@ -57,6 +57,8 @@ interface EditingAffordances {
interface DomEditCapabilities {
canSelect: boolean;
canEditStyles: boolean;
/** Apply a non-destructive clip-path crop. */
canCrop: boolean;
/** Directly editable authored left/top style fields. */
canMove: boolean;
/** Directly editable authored width/height style fields. */
@@ -83,6 +85,8 @@ interface EditingSectionApplicability {
colorGrading: boolean; // true for <video> and <img> — element-level only
timing: boolean; // true when data-start is present or animationCount > 0
animation: boolean; // true when animationCount > 0
layout: boolean; // position, size, rotation, and stacking controls apply
style: boolean; // fill, radius, stroke, shadow, blend, and clip controls apply
}
```