Re: feature request: controlling user selection on list decorators

> On Jul 8, 2016, at 15:54, Julian Reschke <julian.reschke@gmx.de> wrote:
> 
> On 2016-07-08 04:16, Yoichi Osato wrote:
>> Do you want to control serializing HTML by user selection and copy?
>> Where is the discussion log?
> 
> No, I just want to declare somehow that copying the HTML representation of
> 
>  <ol>
>    <li>One</li>
>  </ol>
> 
> will copy
> 
>  1. One
> 
> into the clipboard (for text/plain).

The CSS part of this discussion is here: https://github.com/w3c/csswg-drafts/issues/284

The questions of interaction between user-select and copy-pasting, selection APIs and so forth are also raised for selectability / copyability of ::before and ::after.

I (and the CSSWG) would appreciate if the editing TF could read up https://drafts.csswg.org/css-ui-4/#user-interaction, and in particular provide some insights into how we may deal “Issue 19”.

 - Florian

Received on Friday, 8 July 2016 09:43:48 UTC