RESOLVED FIXED 217657
[LFC] Use the term overridden instead of override to indicate priority values
https://bugs.webkit.org/show_bug.cgi?id=217657
Summary [LFC] Use the term overridden instead of override to indicate priority values
zalan
Reported 2020-10-13 09:31:37 PDT
When a particular geometry value should be used instead of the computed value.
Attachments
Patch (49.34 KB, patch)
2020-10-13 09:36 PDT, zalan
no flags
zalan
Comment 1 2020-10-13 09:36:36 PDT
Antti Koivisto
Comment 2 2020-10-14 06:36:03 PDT
Comment on attachment 411227 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=411227&action=review > Source/WebCore/ChangeLog:8 > + The OverriddenHorizontal/Vertical structures are used to pass in priority values (e.g. use the "max-height" value instead of the computed "height" value) to geometry computation functions. Overridden is still bit vague. Like why? Maybe there are more descriptive terms that could be used for these?
zalan
Comment 3 2020-10-14 06:38:58 PDT
(In reply to Antti Koivisto from comment #2) > Comment on attachment 411227 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=411227&action=review > > > Source/WebCore/ChangeLog:8 > > + The OverriddenHorizontal/Vertical structures are used to pass in priority values (e.g. use the "max-height" value instead of the computed "height" value) to geometry computation functions. > > Overridden is still bit vague. Like why? Maybe there are more descriptive > terms that could be used for these? Yeah, I agree. Can't think of anything descriptive (and less than 1024 characters long) name right now though.
zalan
Comment 4 2020-10-14 06:45:28 PDT
(In reply to zalan from comment #3) > (In reply to Antti Koivisto from comment #2) > > Comment on attachment 411227 [details] > > Patch > > > > View in context: > > https://bugs.webkit.org/attachment.cgi?id=411227&action=review > > > > > Source/WebCore/ChangeLog:8 > > > + The OverriddenHorizontal/Vertical structures are used to pass in priority values (e.g. use the "max-height" value instead of the computed "height" value) to geometry computation functions. > > > > Overridden is still bit vague. Like why? Maybe there are more descriptive > > terms that could be used for these? > Yeah, I agree. Can't think of anything descriptive (and less than 1024 > characters long) name right now though. The long name would be something like UseTheseValuesForCertainPropertiesInsteadOfTheirComputedValues
EWS
Comment 5 2020-10-14 07:00:53 PDT
Committed r268456: <https://trac.webkit.org/changeset/268456> All reviewed patches have been landed. Closing bug and clearing flags on attachment 411227 [details].
Radar WebKit Bug Importer
Comment 6 2020-10-14 07:01:20 PDT
Note You need to log in before you can comment on or make changes to this bug.