RESOLVED FIXED307921
Use scoped enum classes in StepRange::StepValueShouldBe and CollapsedBorderSide
https://bugs.webkit.org/show_bug.cgi?id=307921
Summary Use scoped enum classes in StepRange::StepValueShouldBe and CollapsedBorderSide
zak ridouh
Reported 2026-02-14 17:10:09 PST
Convert two more C-style enums to enum class : uint8_t for stronger type safety. Remove redundant prefixes from values. StepRange::StepValueShouldBe: - StepValueShouldBeReal → Real - ParsedStepValueShouldBeInteger → ParsedInteger - ScaledStepValueShouldBeInteger → ScaledInteger CollapsedBorderSide: - CBSBefore → Before - CBSAfter → After - CBSStart → Start - CBSEnd → End
Attachments
Radar WebKit Bug Importer
Comment 1 2026-02-14 17:10:16 PST
zak ridouh
Comment 2 2026-02-14 17:19:37 PST
EWS
Comment 3 2026-02-18 14:17:16 PST
Committed 307785@main (6215796bd7ec): <https://commits.webkit.org/307785@main> Reviewed commits have been landed. Closing PR #58736 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.