Re: [DOMCore] locate a namespace prefix algorithm

On 06/28/2011 11:20 PM, David Flanagan wrote:
> Just a minor nit: in ยง5.3, step 3 of the "locate a namespace prefix"
> algorithm is ambiguous because "its" and "that" are ambiguous. I suggest
> you replace it with this:
>
> "If element's parent element is null, return null. Otherwise, return the
> result of running locate a namespace prefix on element's parent element."
>
> Step 2 seems almost ambiguous to me. I'd change "its local name" to "the
> attribute's local name".

Agreed. I've attempted to clarify:

http://dvcs.w3.org/hg/domcore/rev/5bd608fcd14e

HTH
Ms2ger

Received on Tuesday, 28 June 2011 21:36:12 UTC