On Thu, Jun 21, 2012 at 3:14 PM, fantasai <[email protected]> wrote: > Also, to be precise, you're not actually clear about what happens to e.g. > 'color', which is an inheritable property. If it doesn't inherit from > anything, what is it's value? This is not defined, because currently in > CSS every element has a parent except the root, and there is a special > exception to inheritance specifically for the root element.
...which we should fix, so that we can have a sensical story about disconnected fragments. It just requires wordsmithing, since the answer is obvious - replace all the "is root" checks with "doesn't have a parent". ~TJ
