<html lang="en"> <style> html { letter-spacing: var(--a); --a: 0ic; } </style> <script> onload = () => { CSS.registerProperty({ inherits: true, name: '--a', syntax: '<length>', initialValue: '0', }); }; </script> </html>
104474407
rdar://104474407
Pull request: https://github.com/WebKit/WebKit/pull/8955
Committed 259195@main (3ce91b574a86): <https://commits.webkit.org/259195@main> Reviewed commits have been landed. Closing PR #8955 and removing active labels.