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

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

--- Comment #9 from Gordon P. Hemsley <gphemsley@gmail.com> ---
(In reply to comment #8)
> 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.

I think it's more like:

def hostIncludingInclusiveAncestor(object):
  if object.Root.Host:
    return hostIncludingInclusiveAncestory(object.Root.Host)
  else:
    return object.Root

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

Received on Friday, 16 August 2013 23:37:42 UTC