RESOLVED FIXED 262532
Sync 'TextMetrics' to web specification by changing from 'float' to 'double'
https://bugs.webkit.org/show_bug.cgi?id=262532
Summary Sync 'TextMetrics' to web specification by changing from 'float' to 'double'
Ahmad Saleem
Reported 2023-10-03 03:58:47 PDT
SSIA. Basically, address this FIXME: https://github.com/WebKit/WebKit/blob/42fe82e162800ff6901b20e3065d591d455159db/Source/WebCore/html/TextMetrics.idl#L29 Web-Spec: https://html.spec.whatwg.org/multipage/canvas.html#textmetrics NOTE - TextMetrics.h file need to be updated as well beside IDL file to align C++ implementation to use 'double' rather than 'float. Thanks!
Attachments
EWS
Comment 1 2023-10-03 09:26:00 PDT
Committed 268786@main (79655bbc8d3b): <https://commits.webkit.org/268786@main> Reviewed commits have been landed. Closing PR #18544 and removing active labels.
Radar WebKit Bug Importer
Comment 2 2023-10-03 09:26:13 PDT
Note You need to log in before you can comment on or make changes to this bug.