Bug 313223
| Summary: | Sibling index on rotate function not acting as expected | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Cyd Stumpel <info> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Minor | CC: | ahmad.saleem792, koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 26 | ||
| Hardware: | All | ||
| OS: | All | ||
Cyd Stumpel
I came across this Safari bug, at first I thought it was because of sibling-index/-count support but it seems to be related to using sibling-count/-index in a rotate function, both in the transform and rotate property. It's fixed when you remove the rotate from the transform (uncomment line 49) or if you first explicitly define them as variables using @property.
https://codepen.io/Sidstumple/pen/yyarOba
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/176009605>
Ahmad Saleem
Fixed in 312860@main
*** This bug has been marked as a duplicate of bug 313300 ***