Summary: | [css-break] 'orphans' and 'widows' property should have '2' as initial value | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | fantasai.bugs, mmaxfield, ntim, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, WPTImpact |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Description
Ahmad Saleem
2023-08-16 16:25:45 PDT
removing all code related to `hasAutoOrphans` and `hasAutoWidows` should just work: https://searchfox.org/wubkat/search?q=hasAutoOrphans&path=&case=false®exp=false https://searchfox.org/wubkat/search?q=hasAutoWidows&path=&case=false®exp=false (although some of these checks will need to be replaced with `style().orphans() == RenderStyle::initialOrphans()` or something similar) Test Changes (if we started doing it in future) - https://github.com/chromium/chromium/commit/b25fd3116d7cb9366a24af711666fc63a27f91b4 *** This bug has been marked as a duplicate of bug 277559 *** |