Daniel Ethridge
Daniel Ethridge
### Description - I replaced all Sass [`+`, `-`, and `*` math operators](https://sass-lang.com/documentation/operators/numeric/) with Sass [`calc()`ulations](https://sass-lang.com/documentation/values/calculations/) - note that the output CSS is simplified at compile time if possible; the...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it It looks like whenever there are a lot of characters in the...
`part` and `exportparts` were the (I hope) only two attributes that I missed in https://github.com/wlib/html-info due to them not appearing in [the spec](https://dom.spec.whatwg.org/#:~:text=id%2C%20class%2C%20and%20slot%20are%20effectively%20superglobal,.). There was [an issue](https://github.com/w3c/csswg-drafts/issues/3424) filed in 2018...
Reconciliation in this context refers to the process of updating the DOM to match a given model of it. This is exactly what a virtual DOM does for the entire...