Re: [whatwg] Typo on Selection API

2010-07-27 Thread Ian Hickson
On Thu, 1 Apr 2010, Hajime Morita wrote:

 There is a typo on selection API name:
 
 http://www.whatwg.org/specs/web-apps/current-work/#selection
 selection . collapsed(parentNode, offset)
 Replaces the selection with an empty one at the given position.
 Throws a WRONG_DOCUMENT_ERR exception if the given node is in a different 
 document.
 collapsed - collapse.
 
 The typo is only on the description part. It is OK for IDL.

Thanks. It looks like this got fixed at some point.

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


[whatwg] Typo on Selection API

2010-03-31 Thread Hajime Morita
Hi,
There is a typo on selection API name:

http://www.whatwg.org/specs/web-apps/current-work/#selection
selection . collapsed(parentNode, offset)
Replaces the selection with an empty one at the given position.
Throws a WRONG_DOCUMENT_ERR exception if the given node is in a different 
document.
collapsed - collapse.

The typo is only on the description part. It is OK for IDL.

Regards.

-- 
morita