Rewrite #1189
Replies: 3 comments 2 replies
-
I'm with you up to about item 4½. Beyond that, without knowing more detail or reading your mind, I have no idea. I would generally suggest an Agile approach: small incremental changes rather than a wholesale redesign all at once. |
Beta Was this translation helpful? Give feedback.
-
Note (mainly) to myself: We might want to copy/implement the CSS Object Model( CSSOM) when we rewrite the CSS classes. |
Beta Was this translation helpful? Give feedback.
-
I don't think the spec is clear enough to do this. It seems to be a make-it-up-as-you-go from the tech giants. |
Beta Was this translation helpful? Give feedback.
-
While trying to cover the code with tests and to add native type declarations, I find the existing code increasingly hard to understand and to work with. Also, we're seeing feature requests and bug reports like #1170 that are hard to solve with the current architecture.
So I'd like to tackle a rewrite after the release of version 9 in these stages, closely following the algorithms, nomenclature and data structures as outlined in the CSS specs:
What do you think, @sabberworm @JakeQZ ?
Beta Was this translation helpful? Give feedback.
All reactions