Rewrite #1189
oliverklee
started this conversation in
Ideas
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. |
1 reply
|
Note (mainly) to myself: We might want to copy/implement the CSS Object Model( CSSOM) when we rewrite the CSS classes. |
1 reply
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 ?
All reactions