[whatwg] a typo in 8.6.1 APIs for the browsing context selection

Futomi Hatano info at html5.jp
Wed Sep 22 19:03:35 PDT 2010


I've found a typo in "8.6.1 APIs for the browsing context selection".
http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#documentSelection

In the green box, we can find a definition as below.

collapsed = selection . isCollapsed()

As far as I've read the section 8.6.1, I understand that isCollapsed isn't a method, but an IDL attribute.
So, I think it should be as below.

collapsed = selection . isCollapsed

--
Futomi Hatano
http://www.html5.jp/
http://www.futomi.com/
http://twitter.com/futomi




More information about the whatwg mailing list