Re: [csswg-drafts] [css-fonts-4] Deduplication of computed style & inheritance for duplicate axis tags

I have a different sense. I kind of think it is cheaper to do simplification as early as possible when there is no other constraints. Restyle can happen far more times than parsing, and repaint is usually more frequent than restyle. Also, dropping earlier means the behavior is also easier to verify with tests (without needing to create special test font in this case).

Thus, I believe that it is cheaper on memory, computation, and testability to dedup them as early as possible, ideally during parsing.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2288#issuecomment-365810811 using your GitHub account

Received on Thursday, 15 February 2018 02:43:25 UTC