- From: Ryosuke Niwa <rniwa@apple.com>
- Date: Fri, 06 Jun 2014 09:55:18 -0700
- To: Julie Parent <jparent@gmail.com>
- Cc: Anne van Kesteren <annevk@annevk.nl>, Yoshifumi Inoue <yosin@chromium.org>, Robin Berjon <robin@w3.org>, Piotr KoszuliĆski <p.koszulinski@cksource.com>, Jonas Sicking <jonas@sicking.cc>, Ben Peters <Ben.Peters@microsoft.com>, "public-webapps@w3.org" <public-webapps@w3.org>
On May 29, 2014, at 3:50 PM, Julie Parent <jparent@gmail.com> wrote: > Without default text input, the current proposal for contentEditable="minimal" is essentially just enabling cursors (drawing them, dispatching events, performing default actions). Rather than calling the mode "minimal", which is ill-defined, why not explicitly call it what it is: "cursor-only"? Or, have contentEditable take a list of features to turn enable: contentEditable="enable-cursors enable-CommandEvents". > > Or, rather than tying this concept to contentEditable, with all the assumptions and complications that brings up, why not expose this building block as a completely separate attribute? Explicitly listing features to enable sounds like a superior approach. - R. Niwa
Received on Friday, 6 June 2014 16:55:48 UTC