[Bug 22496] "A host-including inclusive ancestor is either a..."

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22496

--- Comment #8 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
> The root of an object is itself, if its parent is null, or else it is
> the root of its parent.

That definition makes sense because it starts with "The A of a B is".
Essentially, it's of the form:

   Object.Root == Object.Parent ? Object.Parent.Root : Object;

What's the equivalent here? The current definition starts with "The A is", but
doesn't say the A of what, so there's nothing to refer to to recurse.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 16 August 2013 20:45:30 UTC