mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.19k stars 22.47k forks source link

[DevTools] Allow shape highlighter for offset-path property #28757

Open bsmth opened 1 year ago

bsmth commented 1 year ago

Acceptance Criteria

For folks helping with Firefox related documentation

Features to document

Related Gecko bugs

https://bugzilla.mozilla.org/show_bug.cgi?id=1838226

Other bugs for shape editors to-be-implemented for:

Other

dipikabh commented 1 year ago

The support for shapes (except inset()) in the offset-path property is behind preferences: layout.css.motion-path-basic-shapes.enabled layout.css.basic-shape-rect.enabled layout.css.basic-shape-xywh.enabled layout.css.motion-path-ray.enabled

For inset(), in Fx117 and in Nightly, the offset-path shape is highlighted:


screenshot to show shape editor in firefox developer tools that highlights the selected inset shape

Shape editors to-be-implemented for:

For now, I'm moving this out of the Fx117 project and will take this up when there is an update on the shape editors in DevTools and when the shapes are enabled by default in offset-path.