- From: Koji Ishii via GitHub <sysbot+gh@w3.org>
- Date: Fri, 03 Mar 2023 16:22:54 +0000
- To: public-css-archive@w3.org
Thank you @kizu for the detailed feedback, they're all greatly appreciated. I think the `text-align` issue is an implementation issue. This is now fixed in the next Canary. Floats and initial-letter are also probably implementation issues too. In general, I think implementation issues can get better attentions from implementors at the implementation issue trackers (e.g., [Chromium issue tracker].) You can also track changes to this implementation in Chromium [here](https://crbug.com/1251079). Regarding your point 4, please see #672 for some of reasons not to define th exact algorithm. I agree with you that defining more details has good aspects, but it has both sides. I hope you understand we want a good balance between the two. If you think the current balance should be adjusted, I think filing a separate issue would help getting attentions and easier to discuss. /cc @litherum @nt1m Regarding your point 5. Other implementations may take different approaches, but in Chromium, I would like the initial version to be not too slow, so that even performance-sensitive sites could try. That should give us more data how much web authors want to accept the performance degradations for better quality. We can learn from it to improve further. I'm hoping to experiment non-greedy algorithms for [`text-wrap: pretty`](https://w3c.github.io/csswg-drafts/css-text-4/#valdef-text-wrap-pretty) in future, and I hope the data should help us doing it. Your point 6 and 7 look like new interesting ideas to improve the feature further. I think they are better discussed in separate issues. [Chromium issue tracker]: https://crbug.com/new -- GitHub Notification of comment by kojiishi Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8516#issuecomment-1453777565 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 3 March 2023 16:22:55 UTC