Re: Detecting inherited language

On Wednesday, July 10, 2013 at 10:38 AM, Richard Ishida wrote:
> Can anyone tell me whether there's a way to detect the inherited 
> language of an element, other than by recursing up the tree looking for 
> lang attributes? (I'm looking for something like computedvalue.)

What's wrong with the recursive approach? You can always wrap it up in a little helper/assertion function.

--tobie

Received on Wednesday, 10 July 2013 08:48:06 UTC