Bug 274743
| Summary: | Web Inspector: Replace `r` with `border-radius` in BoxShadowEditor.css | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Frances Cornwall <frances_c> |
| Component: | Web Inspector | Assignee: | Frances Cornwall <frances_c> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | frances_c, inspector-bugzilla-changes |
| Priority: | P2 | ||
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Frances Cornwall
`r` is a SVG property, not a CSS property. We can replace it with `border-radius`.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Frances Cornwall
Pull request: https://github.com/WebKit/WebKit/pull/29139